Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho Product Build and P2.inf

Hi Christian,

the last addRepository looks suspicious at the end.

HTH,
Marco



2014-03-26 12:59 GMT+01:00 Christian Dietrich <christian.dietrich@xxxxxxxxx>:
Hi,

we use tycho (0.20.0) to build a RCP product. we use a p2.inf file besides the .product file
to configure the P2 Update Repositories in the Product.

the product includes the feature org.eclipse.xtext.sdk

It works fine to use the touchpoint instructions.configure=org.eclipse.equinox.p2.touchpoint.eclipse.addRepository
to add additional repositories but it does not work to remove repositories via
instructions.configureorg.eclipse.equinox.p2.touchpoint.eclipse.removeRepository

instructions.configure=\
addRepository(type:0,location:http${#58}//dontcare.org/plugins/,name: DontCare);\
addRepository(type:1,location:http${#58}//dontcare.org/plugins/,name: DontCare);\
addRepository(type:0,location:http${#58}//egal.com/plugins/,name: Egal);\
addRepository(type:1,location:http${#58}//egal.com/plugins/,name: Egal\
removeRepository(type:0,location:http${#58}//download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/);\
removeRepository(type:1,location:http${#58}//download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/);

Is there this a known issue in Tycho? is it a pde issue? is it a issue at all or do i get something wrong.


Thanks and Regards
Christian


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



--
Tschö Marco

Back to the top