[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] I have managed to deploy p2-ed product using P2 installer from my repository whi

I have managed to deploy p2-ed product using P2 installer from my repository which consist of features and plug-in folders. However the deployed p2-ed product seems to be plug-in based. Is there anything I can do to make it to feature-based ?

1. I am asking this because on my deployed product when I click on the "Software Updates>>Available Software>>Manage Site" I do not see any site (my repo site). Which I think it would be there if my deployed product is feature-based. I don't want to ask users to key in the update site manually.

2. I always thought that p2 can work in plug-in based product, is it true ? if it is then how to set the predefined update site ?


Thank you.


Regards,

Mustafa

p2installer.ini:


-consolelog -roaming -vmargs -Dorg.eclipse.equinox.p2.installDescription=http://10.207.161.208/ /installer.properties



installer.properties:



eclipse.p2.metadata=http://10.207.161.208/ /repository/ eclipse.p2.artifacts=http://10.207.161.208/ /repository/ eclipse.p2.flavor=tooling eclipse.p2.profileName=product1 eclipse.p2.launcherName=product1 Launcher eclipse.p2.rootId=com.product1.core eclipse.p2.autoStart=true