Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Setting an artifact repository property on site.p2 build
Setting an artifact repository property on site.p2 build [message #1099943] Mon, 02 September 2013 12:22
Christoph Keimel is currently offline Christoph KeimelFriend
Messages: 482
Registered: December 2010
Location: Germany
Senior Member
Hello

we are using buckminster to create our p2 update site. we have a releng (feature) project which includes a feature.xml as well as a category.xml which are used to create the site with the action site.p2. This works well.

I would like to set a property (eclipse.p2.max.threads=1) in our artifact reporitory. I can achieve the effect manualy be editing the artifact.xml in the generated artifact.jar like this:

<?xml version='1.0' encoding='UTF-8'?>
<?artifactRepository version='1.1.0'?>
<repository name='GO§A Update Site - Artifact Repository' type='org.eclipse.equinox.p2.artifact.repository.simpleRepository' version='1'>
  <properties size='4'>
    <property name='eclipse.p2.max.threads' value='1'/>
    <property name='p2.timestamp' value='1378123262058'/>
    <property name='p2.compressed' value='true'/>
    <property name='publishPackFilesAsSiblings' value='true'/>
  </properties>
  ...
</repository>


How can I tell buckminster to perform this during the build?

Thanks for your help!
Christoph
Previous Topic:Hudson Migration from 2.2 to 3.0.1
Next Topic:Problem with plugin-based products
Goto Forum:
  


Current Time: Fri Mar 29 02:36:48 GMT 2024

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

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

Back to the top