Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Consume old update sites as repositories

Hi,

typically I add p2 repositories to my poms like this:

		<repository>
			<id>Juno</id>
			<layout>p2</layout>
			<url>http://download.eclipse.org/releases/juno</url>
		</repository>

Works like a charm. Now I need to add an old-style update site. Is this supported? Which layout type would I have to use?

Thanks
Christian


Back to the top