2010-11-04 02:46:38 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<cspecExtension
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0"
|
|
|
|
xmlns="http://www.eclipse.org/buckminster/CSpec-1.0">
|
|
|
|
<dependencies>
|
|
|
|
<!-- Place your Dependencies here -->
|
2012-07-20 06:00:13 +07:00
|
|
|
<dependency name="org.idempiere.eclipse.platform" componentType="eclipse.feature"/>
|
2012-11-27 15:29:04 +07:00
|
|
|
<dependency name="org.idempiere.fitnesse" componentType="eclipse.feature"/>
|
|
|
|
<dependency name="org.idempiere.fitnesse.fixture" componentType="osgi.bundle"/>
|
|
|
|
<dependency name="org.idempiere.fitnesse.server" componentType="osgi.bundle"/>
|
2013-03-13 03:24:26 +07:00
|
|
|
<dependency name="org.idempiere.fitrecorder" componentType="osgi.bundle"/>
|
2013-01-04 21:34:14 +07:00
|
|
|
<dependency name="org.idempiere.ui.zk.selenium" componentType="osgi.bundle"/>
|
2010-11-04 02:46:38 +07:00
|
|
|
</dependencies>
|
|
|
|
<generators>
|
|
|
|
<!-- Place your Generators here -->
|
|
|
|
</generators>
|
|
|
|
<artifacts>
|
|
|
|
<!-- Place your Artifacts here -->
|
|
|
|
</artifacts>
|
|
|
|
<actions>
|
|
|
|
<public name="create.product" actor="ant">
|
|
|
|
<actorProperties>
|
|
|
|
<property key="buildFile" value="product.ant" />
|
|
|
|
<property key="targets" value="create.product" />
|
|
|
|
</actorProperties>
|
2012-07-20 06:00:13 +07:00
|
|
|
<properties>
|
|
|
|
<property key="profile" value="${product.profile}" />
|
|
|
|
<property key="iu" value="${product.id}" />
|
|
|
|
<property key="features" value="${product.features}" />
|
|
|
|
</properties>
|
2010-11-04 02:46:38 +07:00
|
|
|
<prerequisites alias="repository">
|
2012-07-20 06:00:13 +07:00
|
|
|
<attribute name="site.p2"/>
|
2010-11-04 02:46:38 +07:00
|
|
|
</prerequisites>
|
|
|
|
<products alias="destination" base="${buckminster.output}">
|
2012-06-06 21:13:34 +07:00
|
|
|
<path path="idempiere.${target.ws}.${target.os}.${target.arch}/" ></path>
|
2010-11-04 02:46:38 +07:00
|
|
|
</products>
|
|
|
|
</public>
|
|
|
|
<public name="create.product.zip" actor="ant">
|
|
|
|
<actorProperties>
|
|
|
|
<property key="buildFileId" value="buckminster.pdetasks" />
|
|
|
|
<property key="targets" value="create.zip" />
|
|
|
|
</actorProperties>
|
|
|
|
<prerequisites alias="action.requirements">
|
|
|
|
<attribute name="create.product" />
|
|
|
|
</prerequisites>
|
|
|
|
<products alias="action.output" base="${buckminster.output}">
|
2012-01-13 03:05:41 +07:00
|
|
|
<path path="idempiereServer.${target.ws}.${target.os}.${target.arch}.zip" ></path>
|
2010-11-04 02:46:38 +07:00
|
|
|
</products>
|
|
|
|
</public>
|
|
|
|
</actions>
|
|
|
|
<groups>
|
|
|
|
<!-- Place your Groups here -->
|
|
|
|
</groups>
|
|
|
|
<alterDependencies>
|
|
|
|
<!-- Place your Dependency alterations here -->
|
|
|
|
</alterDependencies>
|
|
|
|
<alterArtifacts>
|
|
|
|
<!-- Place your Artifact alterations here -->
|
|
|
|
</alterArtifacts>
|
|
|
|
<alterActions>
|
|
|
|
<!-- Place your Action alterations here -->
|
|
|
|
</alterActions>
|
|
|
|
<alterGroups>
|
2012-07-20 06:00:13 +07:00
|
|
|
<public name="bundle.jars">
|
|
|
|
<attribute name="bundle.jars" component="org.idempiere.eclipse.platform"/>
|
2012-11-27 15:29:04 +07:00
|
|
|
<attribute name="bundle.jars" component="org.idempiere.fitnesse.fixture"/>
|
|
|
|
<attribute name="bundle.jars" component="org.idempiere.fitnesse.server"/>
|
|
|
|
<attribute name="bundle.jars" component="org.idempiere.fitnesse"/>
|
2013-03-13 03:24:26 +07:00
|
|
|
<attribute name="bundle.jars" component="org.idempiere.fitrecorder"/>
|
2013-01-04 21:34:14 +07:00
|
|
|
<attribute name="bundle.jars" component="org.idempiere.ui.zk.selenium"/>
|
2012-07-20 06:00:13 +07:00
|
|
|
</public>
|
|
|
|
<public name="feature.references">
|
|
|
|
<attribute name="feature.jars" component="org.idempiere.eclipse.platform"/>
|
2012-11-27 15:29:04 +07:00
|
|
|
<attribute name="feature.jars" component="org.idempiere.fitnesse"/>
|
2012-07-20 06:00:13 +07:00
|
|
|
</public>
|
2010-11-04 02:46:38 +07:00
|
|
|
</alterGroups>
|
|
|
|
</cspecExtension>
|