Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Need help with discovery URLs

Hi,

We used to offer our test features/plugins to our consumers, through the same p2 repositories as the regular code. Some time ago we introduced SWTBot in our tests. I realized that our tests are no longer easily installabe because the only repository that is preconfigured in the p2 UI is the release train and SWTBot is not on it. I thought the discovery URLs in a feature.xml are meant to help by automatically adding to p2's list of enabled search URLs. Unfortunately I can see no effect after adding this to our tests:

<url>
<update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
<discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
<discovery label="SWTBot Updates" url="http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site"/>
</url>

Did I misinterpret the <discovery> element? Wrong usage? Better ideas?

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper




Back to the top