Skip to content

Commit

Permalink
Add releng component for building with buckminster
Browse files Browse the repository at this point in the history
This enables mirroring of the p2.site using p2 actions from buckminster
This file also contians extra dependencies needed to build the bundles in this repo
  • Loading branch information
goglepox committed Aug 7, 2013
1 parent 19e714d commit c2709fd
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions net.bioclipse.qsar_releng/buckminster.cspec
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<cspec xmlns="http://www.eclipse.org/buckminster/CSpec-1.0" name="net.bioclipse.qsar_releng" componentType="buckminster" version="2.6.1">
<dependencies>
<dependency name="net.bioclipse.qsar_site" componentType="eclipse.feature" />
<dependency name="org.slf4j.api" componentType="osgi.bundle"/>
<dependency name="log4j.over.slf4j" componentType="osgi.bundle"/>
<dependency name="org.eclipse.rcp" componentType="eclipse.feature"/>
<dependency name="com.springsource.nu.xom" componentType="osgi.bundle"/>
<dependency name="cmlxom" componentType="osgi.bundle"/>
<!--
<dependency name="slf4j.api" componentType="osgi.bundle"/>
<dependency name="jcl.over.slf4j" componentType="osgi.bundle"/>
<dependency name="log4j.over.slf4j" componentType="osgi.bundle"/>
-->
</dependencies>
<actions>
<public name="site.mirror.p2" actor="p2SiteMirror">
<prerequisites>
<attribute name="site.p2" alias="site"/>
</prerequisites>
<products base="${bioclipse.mirror}/${bioclipse.mirror.name}" upToDatePolicy="ACTOR" />
</public>
</actions>
<groups>
<public name="site.p2">
<attribute name="site.p2" component="net.bioclipse.qsar_site"/>
</public>
</groups>
</cspec>

0 comments on commit c2709fd

Please sign in to comment.