开发者

How do I remove bundles from a p2 mirror?

开发者 https://www.devze.com 2023-03-12 14:25 出处:网络
I\'ve created a p2 mirror as described in various places: http://wiki.eclipse.org/Equinox/p2/Ant_Tasks

I've created a p2 mirror as described in various places:

  • http://wiki.eclipse.org/Equinox/p2/Ant_Tasks
  • http://wiki.eclipse.org/Equinox/p2/Ant_Tasks/Partial_Mirroring/Example
  • http://ramblingabout.wordpress.com/2009/06/开发者_开发百科23/naive-scripts-for-mirroring-p2-repositories/

I've filled it with the bundles for Eclipse 3.7. It now contains stuff like ECF and the C++ tools which I won't need.

What is the best way to clean those from a repo? Can I remove them at all or do I have to run the mirror script again using a partial mirror?


You can use p2.remove.iu Ant task. Look for this and other useful p2 repository tasks here.

0

精彩评论

暂无评论...
验证码 换一张
取 消