Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] P2 Repository Question

Inside the target tag you need to add:

 <location includeAllPlatforms="false" includeMode="slicer" type="InstallableUnit">
   <unit id="your.unit.id.feature" version="0.0.0"/>
   <repository location="file://local/path/to/repository/"/>
 </location>

HTH!

---
Alberto Pose


On Mon, May 14, 2012 at 5:02 PM, Wally Atkins <wallyatkins@xxxxxxxxx> wrote:
Group,

How would I go about creating/configuring a local P2 repository in the .target file?

Thanks,
Wally Atkins

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



Back to the top