Remove Eclipse update sites from my RCP product [message #659475] |
Mon, 14 March 2011 04:45  |
Eclipse User |
|
|
|
Our RCP product ships with entire Eclipse SDK bundle. So, when our product is built, update sites are available in Available Software Sites for both Eclipse and our product. I have been trying to remove/disable Eclipse update sites from the list of Available Software Sites.
However, the removeRepository commands that I used didn't work :
instructions.unconfigure=\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(t ype:0,location:http${#58}//download.eclipse.org/releases/hel ios);\
org.eclipse.equinox.p2.touchpoint.eclipse.removeRepository(t ype:1,location:http${#58}//download.eclipse.org/releases/hel ios);\
I am able to add an update site from the same p2.inf file. I tried placing p2.inf in feature and META-INF folder of plugin. The content.xml file at buildDirectory/buildRepo/ contains the instructions of removeRepository.
I would like to know whether it is possible to remove/disable the Eclipse update sites in this scenario.
Looking forward for any inputs.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.18129 seconds