Firstly may I say that I am probably doing something completely wrong. I have an update site where I am able install plug-ins successfully using Eclipse Indigo using the Help -> Install New Software.
I\'m using Eclipse 3.7 to develop a project and I need to do some things, using the information of installed plugins and features:
I have been trying for weeks to install spring plugin with Eclipse 3.7 It seems very slow and it keeps timing out with certain jars it is trying to get as dependancies
I have RCP application that uses headless update with p2 repository, written in eclipse 3.6. After decission to be migrated to Eclipse 3.7 it turned out my workarround would not work, as some classes
We have a p2 site, which we want to make available for our customers. But we do not want someone else to access it. What are开发者_如何学运维 the strategies for securing p2 sites?You can make your sit
I have developed an Eclipse Feature Project, and I am using the open-source css validation plugin org.w3c.css in my feature. This plugin is also used by the Aptana Studio eclipse tool. If a user who h
I\'ve created a p2 mirror as described in various places: http://wiki.eclipse.org/Equinox/p2/Ant_Tasks
I’m trying to write a custom p2 provisioning action to execute my own co开发者_StackOverflowde when installing feature. Doing so with installHandler for Update Manager was easy, but as for p2, there’
I developed several plug-ins for eclipse that are bundled in one update site. Until no开发者_JS百科w.
My current attempt is not working: in my_plugin/META-INF/p2.inf, I have: instructions.install = unzip(source:${artifact}/browser.zip,target:${artifact});