Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » p2.inf file is ignored(The default repositories added through p2.inf file is ignored)
p2.inf file is ignored [message #652050] Wed, 02 February 2011 14:15
Praveen  is currently offline Praveen Friend
Messages: 86
Registered: July 2009
Member
I am trying to configure default repositories to my RCP application through p2.inf file. However, the Application does not contain the added repositories in 'Available Software sites' preference. We use Headless build for building the product.

Is there any property that needs to be specified in build.xml for considering the data in p2.inf file ?

The format of p2.inf file is
----------------------------------------------------
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type :0,location:http${#58}// <data>);\
org.eclipse.equinox.p2.touchpoint.eclipse.addRepository(type :1,location:http${#58}// <data>);
----------------------------------------------------

The build.properties specify p2.gathering = true

I think I am missing a property for including p2.inf into the build.xml file ?
Previous Topic:Running a RCP plugin dynamically from another project
Next Topic:ZipException with Webstart and Mac OS X
Goto Forum:
  


Current Time: Fri Mar 29 09:25:38 GMT 2024

Powered by FUDForum. Page generated in 0.02849 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top