Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Resource p2 repository not found with 0.13.0

Hi,

switched from tycho 0.12.0 (my build works fine with this version) to 0.13.0. With 0.13.0 tycho can not find a bundle in my created p2 repository. I create the p2 repository with the eclipse.exe. It is added like this:

<repository>
	<releases>
		<enabled>true</enabled>
		<updatePolicy>interval:60</updatePolicy>
	</releases>
	<snapshots>
		<enabled>false</enabled>
	</snapshots>
	<id>local-bundles</id>
	<layout>p2</layout>
	<name>Locale bundle for tycho</name>
	<url>file:///D:/p2testrepo</url>
</repository> 

A bug or do I have to migrate something?

Regards,
Oliver


Back to the top