Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] file-based target location via <repository>?

Hi,

 

is it possible to declare a file-based target location via a <repository> element in Tycho 2.0? Something like

 

                <repositories>

                <repository>

   <id>target</id>

   <url>file:///C:/eclipse-installation</url>

   <layout>eclipse-installation</layout>

</repository>

</repositories>

 

 

Regards, Julian


Back to the top