IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (delete buckminster stuff)
This commit is contained in:
parent
679cffb72d
commit
f39116d95d
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,16 +0,0 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<mkdir dir="lib" />
|
||||
<target name="copy">
|
||||
<get src="${url.maven2}/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar" dest="lib/bsh.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<!-- bsf-all-3.0-beta3.jar replace for grovy-engine, jyyhon-enjine, bsh-engine
|
||||
http://mvnrepository.com/artifact/org.apache.bsf/bsf-all/3.0-beta3
|
||||
<get src="${url.maven2}/org/apache/bsf/bsf-all/3.0-beta3/bsf-all-3.0-beta3.jar" dest="bsf-all-3.0-beta3.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
-->
|
||||
<get src="${url.maven2.ga}/com/sun/script/jython-engine/20080611/jython-engine-20080611.jar" dest="lib/jython-engine.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/python/jython/2.2.1/jython-2.2.1.jar" dest="lib/jython.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/it/sauronsoftware/cron4j/cron4j/2.2.5/cron4j-2.2.5.jar" dest="lib/cron4j.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/commons-validator/commons-validator/1.6/commons-validator-1.6.jar" dest="lib/commons-validator.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<!-- jnlp is not used in idempiere? -->
|
||||
<get src="${url.maven2.opennms}/javax/jnlp/jnlp/1.5.0/jnlp-1.5.0.jar" dest="lib/jnlp.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,10 +0,0 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<mkdir dir="lib" />
|
||||
<target name="copy">
|
||||
<!-- seem payment sdk is change without use verisign.jar, i can find out this lib. maybe have to update this plug-in
|
||||
http://paypal.github.io/sdk/#ppo-payflow-->
|
||||
<get src="${url.file.srv}/jarfile/6.1/jpayment.jar" dest="lib/jpayment.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/Verisign.jar" dest="lib/Verisign.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/payflow.jar" dest="lib/payflow.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,19 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE project>
|
||||
<project name="zklibrary" basedir="." default="copy">
|
||||
<mkdir dir="lib" />
|
||||
<target name="copy">
|
||||
<get src="${url.maven2}/org/codehaus/castor/castor-core/1.3.3/castor-core-1.3.3.jar" dest="lib/castor-core.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/codehaus/castor/castor-xml/1.3.3/castor-xml-1.3.3.jar" dest="lib/castor-xml.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.jp.lib}/jasperreports-fonts-${jp-verion}.jar" dest="lib/jasperreports-fonts.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2.jp}/net/sf/jasperreports/jasperreports-chart-themes/${jp-verion}/jasperreports-chart-themes-${jp-verion}.jar" dest="lib/jasperreports-chart-themes.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2.jp}/net/sf/jasperreports/jasperreports-chart-customizers/${jp-verion}/jasperreports-chart-customizers-${jp-verion}.jar" dest="lib/jasperreports-chart-customizers.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2.jp}/net/sf/jasperreports/jasperreports-functions/${jp-verion}/jasperreports-functions-${jp-verion}.jar" dest="lib/jasperreports-functions.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/mozilla/rhino/1.7.6/rhino-1.7.6.jar" dest="lib/rhino.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2.jp.other}/org/olap4j/olap4j/0.9.7.309-JS-3/olap4j-0.9.7.309-JS-3.jar" dest="lib/olap4j.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/springframework/spring-beans/2.5/spring-beans-2.5.jar" dest="lib/spring-beans.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/springframework/spring-core/2.5/spring-core-2.5.jar" dest="lib/spring-core.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar" dest="lib/xml-apis-ext.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/com/adobe/xmp/xmpcore/5.1.1/xmpcore-5.1.1.jar" dest="lib/xmpcore.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,87 +0,0 @@
|
|||
<?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 -->
|
||||
<dependency name="org.idempiere.equinox.p2.director.feature" componentType="eclipse.feature"/>
|
||||
<dependency name="org.idempiere.fitnesse.feature" componentType="eclipse.feature"/>
|
||||
<dependency name="org.idempiere.fitnesse.fixture" componentType="osgi.bundle"/>
|
||||
<dependency name="org.idempiere.fitnesse.server" componentType="osgi.bundle"/>
|
||||
<dependency name="org.idempiere.fitrecorder" componentType="osgi.bundle"/>
|
||||
<dependency name="org.idempiere.ui.zk.selenium" componentType="osgi.bundle"/>
|
||||
</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>
|
||||
<properties>
|
||||
<property key="profile" value="${product.profile}" />
|
||||
<property key="iu" value="${product.id}" />
|
||||
<property key="features" value="${product.features}" />
|
||||
</properties>
|
||||
<prerequisites alias="repository">
|
||||
<attribute name="site.p2"/>
|
||||
</prerequisites>
|
||||
<products alias="destination" base="${buckminster.output}">
|
||||
<path path="idempiere.${target.ws}.${target.os}.${target.arch}/" ></path>
|
||||
</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}">
|
||||
<path path="idempiereServer.${target.ws}.${target.os}.${target.arch}.zip" ></path>
|
||||
</products>
|
||||
</public>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<public name="fetch.dependency.jars" actor="ant">
|
||||
<actorProperties>
|
||||
<property key="buildFile" value="copyjars.xml" />
|
||||
<property key="targets" value="copy" />
|
||||
</actorProperties>
|
||||
</public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- Place your Groups here -->
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<private name="buckminster.postbind">
|
||||
<attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</private>
|
||||
</groups>
|
||||
<alterDependencies>
|
||||
<!-- Place your Dependency alterations here -->
|
||||
</alterDependencies>
|
||||
<alterArtifacts>
|
||||
<!-- Place your Artifact alterations here -->
|
||||
</alterArtifacts>
|
||||
<alterActions>
|
||||
<!-- Place your Action alterations here -->
|
||||
</alterActions>
|
||||
<alterGroups>
|
||||
<public name="bundle.jars">
|
||||
<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.fitrecorder"/>
|
||||
<attribute name="bundle.jars" component="org.idempiere.ui.zk.selenium"/>
|
||||
</public>
|
||||
<public name="feature.references">
|
||||
<attribute name="feature.jars" component="org.idempiere.equinox.p2.director.feature"/>
|
||||
<attribute name="feature.jars" component="org.idempiere.fitnesse.feature"/>
|
||||
</public>
|
||||
</alterGroups>
|
||||
</cspecExtension>
|
|
@ -1,19 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=*
|
||||
target.ws=*
|
||||
target.arch=*
|
||||
|
||||
product.features=org.idempiere.fitnesse.feature.feature.group, org.idempiere.equinox.p2.director.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product, org.eclipse.equinox.p2.director
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
|
@ -1,19 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=linux
|
||||
target.ws=gtk
|
||||
target.arch=x86
|
||||
|
||||
product.features=org.idempiere.fitnesse.feature.feature.group, org.idempiere.equinox.p2.director.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product, org.eclipse.equinox.p2.director
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
|
@ -1,20 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=linux
|
||||
target.ws=gtk
|
||||
target.arch=x86_64
|
||||
|
||||
product.features=org.idempiere.fitnesse.feature.feature.group, org.idempiere.equinox.p2.director.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product, org.eclipse.equinox.p2.director
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=macosx
|
||||
target.ws=cocoa
|
||||
target.arch=x86
|
||||
|
||||
product.features=org.idempiere.fitnesse.feature.feature.group, org.idempiere.equinox.p2.director.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product, org.eclipse.equinox.p2.director
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
|
@ -1,19 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=solaris
|
||||
target.ws=gtk
|
||||
target.arch=x86
|
||||
|
||||
product.features=org.idempiere.fitnesse.feature.feature.group, org.idempiere.equinox.p2.director.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product, org.eclipse.equinox.p2.director
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
|
@ -1,19 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=win32
|
||||
target.ws=win32
|
||||
target.arch=x86
|
||||
|
||||
product.features=org.idempiere.fitnesse.feature.feature.group, org.idempiere.equinox.p2.director.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product, org.eclipse.equinox.p2.director
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
|
@ -1,19 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=win32
|
||||
target.ws=win32
|
||||
target.arch=x86_64
|
||||
|
||||
product.features=org.idempiere.fitnesse.feature.feature.group, org.idempiere.equinox.p2.director.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.server.product, org.eclipse.equinox.p2.director
|
||||
|
||||
osgi.user.area=${user.home}
|
||||
osgi.user.area.default=${user.home}
|
||||
osgi.configuration.area.default=configuration
|
|
@ -1,41 +0,0 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="data/seed" />
|
||||
<get src="${url.file.srv}/database/6.1/Adempiere_pg.jar" dest="data/seed/Adempiere_pg.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/database/6.1/Adempiere.jar" dest="data/seed/Adempiere.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
|
||||
<mkdir dir="../db/ddlutils/lib" />
|
||||
<get src="${url.maven2}/ant-contrib/ant-contrib/1.0b2/ant-contrib-1.0b2.jar" dest="../db/ddlutils/lib/ant-contrib.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar" dest="../db/ddlutils/lib/commons-beanutils.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/commons-betwixt/commons-betwixt/0.8/commons-betwixt-0.8.jar" dest="../db/ddlutils/lib/commons-betwixt.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/commons-codec/commons-codec/1.3/commons-codec-1.3.jar" dest="../db/ddlutils/lib/commons-codec.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/commons-collections/commons-collections/3.1/commons-collections-3.1.jar" dest="../db/ddlutils/lib/commons-collections.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/commons-dbcp/commons-dbcp/1.2.1/commons-dbcp-1.2.1.jar" dest="../db/ddlutils/lib/commons-dbcp.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/commons-digester/commons-digester/1.7/commons-digester-1.7.jar" dest="../db/ddlutils/lib/commons-digester.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/commons-lang/commons-lang/2.1/commons-lang-2.1.jar" dest="../db/ddlutils/lib/commons-lang.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar" dest="../db/ddlutils/lib/commons-logging.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/commons-pool/commons-pool/1.2/commons-pool-1.2.jar" dest="../db/ddlutils/lib/commons-pool.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/apache/ddlutils/ddlutils/1.0/ddlutils-1.0.jar" dest="../db/ddlutils/lib/DdlUtils.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/dom4j/dom4j/1.4/dom4j-1.4.jar" dest="../db/ddlutils/lib/dom4j.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<!-- it's fyracle db, not yet support on idempiere
|
||||
https://it.wikipedia.org/wiki/Fyracle
|
||||
http://www.biz-wise.nl/compiere_dl.html
|
||||
<get src="${url.file.srv}/jarfile/6.1/fyracle.jar" dest="../db/ddlutils/lib/fyracle.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
-->
|
||||
<get src="${url.maven2}/oro/oro/2.0.8/oro-2.0.8.jar" dest="../db/ddlutils/lib/jakarta-oro.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/oracle.jar" dest="../db/ddlutils/lib/oracle.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/postgresql.jar" dest="../db/ddlutils/lib/postgresql.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/stax/stax-api/1.0.1/stax-api-1.0.1.jar" dest="../db/ddlutils/lib/stax-api.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/woodstox/wstx-asl/3.0.2/wstx-asl-3.0.2.jar" dest="../db/ddlutils/lib/wstx-asl.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
|
||||
<mkdir dir="../fitnesse/FitNesseRoot/FitLibraryWeb" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/101-20121212164242.zip" dest="../fitnesse/FitNesseRoot/FitLibraryWeb/101-20121212164242.zip" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/21-20121212154702.zip" dest="../fitnesse/FitNesseRoot/FitLibraryWeb/21-20121212154702.zip" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/6-20121212124109.zip" dest="../fitnesse/FitNesseRoot/FitLibraryWeb/6-20121212124109.zip" usetimestamp="true" verbose="true" retries="5" />
|
||||
<!-- maybe it's same file in org.idempiere.fitnesse.server, just diference version-->
|
||||
<get src="${url.file.srv}/jarfile/6.1/fitnesse2.jar" dest="../fitnesse/fitnesse.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
|
||||
<get src="${url.alpn.boot}" dest="../alpn-boot.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
|
||||
</target>
|
||||
</project>
|
|
@ -1,58 +0,0 @@
|
|||
<project>
|
||||
<pathconvert property="equinox.launcher.jar">
|
||||
<first count="1">
|
||||
<sort>
|
||||
<fileset dir="${eclipse.home}/plugins" includes="**/org.eclipse.equinox.launcher_*.jar"/>
|
||||
<reverse xmlns="antlib:org.apache.tools.ant.types.resources.comparators">
|
||||
<date/>
|
||||
</reverse>
|
||||
</sort>
|
||||
</first>
|
||||
</pathconvert>
|
||||
|
||||
<target name="create.product">
|
||||
<property name="installableIUs" value="${iu},${features}" />
|
||||
<property name="destination" location="${sp:destination}"/>
|
||||
<delete dir="${destination}"/>
|
||||
<makeurl property="repository" file="${sp:repository}"/>
|
||||
<mkdir dir="${destination}"/>
|
||||
<echoproperties/>
|
||||
<echo message="${equinox.launcher.jar}"/>
|
||||
<echo message="${repository}"/>
|
||||
<echo message="${destination}"/>
|
||||
<java outputproperty="javaoutput" resultproperty="javaresult" jar="${equinox.launcher.jar}" fork="true" failonerror="false" >
|
||||
<arg value="-application"/>
|
||||
<arg value="org.eclipse.equinox.p2.director"/>
|
||||
<arg value="-repository"/>
|
||||
<arg value="${repository}"/>
|
||||
<arg value="-destination"/>
|
||||
<arg value="${destination}/idempiere-server"/>
|
||||
<arg value="-profile"/>
|
||||
<arg value="${profile}"/>
|
||||
<arg value="-profileProperties" />
|
||||
<arg value="org.eclipse.update.install.features=true" />
|
||||
<arg value="-installIU"/>
|
||||
<arg value="${installableIUs}"/>
|
||||
<arg value="-p2.os" />
|
||||
<arg value="${target.os}" />
|
||||
<arg value="-p2.ws" />
|
||||
<arg value="${target.ws}" />
|
||||
<arg value="-p2.arch" />
|
||||
<arg value="${target.arch}" />
|
||||
<arg value="-consoleLog"/>
|
||||
<arg value="-roaming"/>
|
||||
<!-- jvmarg value="-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=y"/ -->
|
||||
</java>
|
||||
<!-- IDEMPIERE-1618: This block gives an error message on console. Else errors here are hard
|
||||
to identify for unexperienced users because the java runs in a fork and gives no output to
|
||||
stdout. Messages are still in the latest logfile in ECLIPSE_HOME/configuration
|
||||
(or buckminster) - thanks to CarlosRuiz for this hint.
|
||||
-->
|
||||
<echo message="${javaresult}" />
|
||||
<fail message="result: ${javaresult}\n${javaoutput}">
|
||||
<condition>
|
||||
<not><equals arg1="${javaresult}" arg2="0"/></not>
|
||||
</condition>
|
||||
</fail>
|
||||
</target>
|
||||
</project>
|
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,7 +0,0 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="WEB-INF/lib" />
|
||||
<get src="${url.maven2.opennms}/javax/samples/jnlp/jnlp-jardiff/1.6.0/jnlp-jardiff-1.6.0.jar" dest="WEB-INF/lib/jnlp-jardiff.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2.opennms}/javax/samples/jnlp/jnlp-servlet/1.6.0/jnlp-servlet-1.6.0.jar" dest="WEB-INF/lib/jnlp-servlet.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,11 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=*
|
||||
target.ws=*
|
||||
target.arch=*
|
|
@ -1,64 +0,0 @@
|
|||
<?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 -->
|
||||
<dependency name="org.idempiere.eclipse.platform.feature" componentType="eclipse.feature"/>
|
||||
</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>
|
||||
<properties>
|
||||
<property key="profile" value="${product.profile}" />
|
||||
<property key="iu" value="${product.id}" />
|
||||
<property key="features" value="${product.features}" />
|
||||
</properties>
|
||||
<prerequisites alias="repository">
|
||||
<attribute name="site.p2" />
|
||||
</prerequisites>
|
||||
<products alias="destination" base="${buckminster.output}">
|
||||
<path path="adempiere.${target.ws}.${target.os}.${target.arch}/" ></path>
|
||||
</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}">
|
||||
<path path="idempiereClient.${target.ws}.${target.os}.${target.arch}.zip" />
|
||||
</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>
|
||||
<public name="feature.references">
|
||||
<attribute name="feature.jars" component="org.idempiere.eclipse.platform.feature"/>
|
||||
</public>
|
||||
</alterGroups>
|
||||
</cspecExtension>
|
|
@ -1,15 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=*
|
||||
target.ws=*
|
||||
target.arch=*
|
||||
|
||||
product.features=org.idempiere.eclipse.platform.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.ui.swing.product
|
|
@ -1,15 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=linux
|
||||
target.ws=gtk
|
||||
target.arch=x86
|
||||
|
||||
product.features=org.idempiere.eclipse.platform.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.ui.swing.product
|
|
@ -1,15 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=linux
|
||||
target.ws=gtk
|
||||
target.arch=x86_64
|
||||
|
||||
product.features=org.idempiere.eclipse.platform.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.ui.swing.product
|
|
@ -1,15 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=macosx
|
||||
target.ws=cocoa
|
||||
target.arch=x86
|
||||
|
||||
product.features=org.idempiere.eclipse.platform.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.ui.swing.product
|
|
@ -1,15 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=solaris
|
||||
target.ws=gtk
|
||||
target.arch=x86
|
||||
|
||||
product.features=org.idempiere.eclipse.platform.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.ui.swing.product
|
|
@ -1,15 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=win32
|
||||
target.ws=win32
|
||||
target.arch=x86
|
||||
|
||||
product.features=org.idempiere.eclipse.platform.feature.feature.group
|
||||
product.profile=DefaultProfile
|
||||
product.id=org.adempiere.ui.swing.product
|
|
@ -1,58 +0,0 @@
|
|||
<project>
|
||||
<pathconvert property="equinox.launcher.jar">
|
||||
<first count="1">
|
||||
<sort>
|
||||
<fileset dir="${eclipse.home}/plugins" includes="**/org.eclipse.equinox.launcher_*.jar"/>
|
||||
<reverse xmlns="antlib:org.apache.tools.ant.types.resources.comparators">
|
||||
<date/>
|
||||
</reverse>
|
||||
</sort>
|
||||
</first>
|
||||
</pathconvert>
|
||||
|
||||
<target name="create.product">
|
||||
<property name="installableIUs" value="${iu},${features}" />
|
||||
<property name="destination" location="${sp:destination}"/>
|
||||
<delete dir="${destination}"/>
|
||||
<makeurl property="repository" file="${sp:repository}"/>
|
||||
<mkdir dir="${destination}"/>
|
||||
<echoproperties/>
|
||||
<echo message="${equinox.launcher.jar}"/>
|
||||
<echo message="${repository}"/>
|
||||
<echo message="${destination}"/>
|
||||
<java outputproperty="javaoutput" resultproperty="javaresult" jar="${equinox.launcher.jar}" fork="true" failonerror="false" >
|
||||
<arg value="-application"/>
|
||||
<arg value="org.eclipse.equinox.p2.director"/>
|
||||
<arg value="-repository"/>
|
||||
<arg value="${repository}"/>
|
||||
<arg value="-destination"/>
|
||||
<arg value="${destination}/adempiere-client"/>
|
||||
<arg value="-profile"/>
|
||||
<arg value="${profile}"/>
|
||||
<arg value="-profileProperties" />
|
||||
<arg value="org.eclipse.update.install.features=true" />
|
||||
<arg value="-installIU"/>
|
||||
<arg value="${installableIUs}"/>
|
||||
<arg value="-p2.os" />
|
||||
<arg value="${target.os}" />
|
||||
<arg value="-p2.ws" />
|
||||
<arg value="${target.ws}" />
|
||||
<arg value="-p2.arch" />
|
||||
<arg value="${target.arch}" />
|
||||
<arg value="-consoleLog"/>
|
||||
<arg value="-roaming"/>
|
||||
<!-- jvmarg value="-agentlib:jdwp=transport=dt_socket,address=8000,server=y,suspend=y"/ -->
|
||||
</java>
|
||||
<!-- IDEMPIERE-1618: This block gives an error message on console. Else errors here are hard
|
||||
to identify for unexperienced users because the java runs in a fork and gives no output to
|
||||
stdout. Messages are still in the latest logfile in ECLIPSE_HOME/configuration
|
||||
(or buckminster) - thanks to CarlosRuiz for this hint.
|
||||
-->
|
||||
<echo message="${javaresult}" />
|
||||
<fail message="result: ${javaresult}\n${javaoutput}">
|
||||
<condition>
|
||||
<not><equals arg1="${javaresult}" arg2="0"/></not>
|
||||
</condition>
|
||||
</fail>
|
||||
</target>
|
||||
</project>
|
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,10 +0,0 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="lib" />
|
||||
<get src="${url.maven2}/org/swinglabs/swingx/1.6/swingx-1.6.jar" dest="lib/swingx.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/com/jgoodies/looks/2.0.4/looks-2.0.4.jar" dest="lib/looks.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<!-- old version is only for swing, but can't find out old version, so use jar for Swing, SWT and JavaFX to keep same version -->
|
||||
<get src="${url.maven2}/com/miglayout/miglayout/3.7.1/miglayout-3.7.1.jar" dest="lib/miglayout.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/jpedal.jar" dest="lib/jpedal.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE project>
|
||||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="WEB-INF/lib" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/labelapplet.jar" dest="labelapplet.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2.atlassian.3rdparty}/org/outerj/daisy/daisydiff/1.1.14-atlassian-hosted/daisydiff-1.1.14-atlassian-hosted.jar" dest="WEB-INF/lib/daisydiff.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven.zkoss}/org/zkoss/zkforge/ckez/4.7.0.0/ckez-4.7.0.0.jar" dest="WEB-INF/lib/ckez.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,11 +0,0 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<mkdir dir="lib" />
|
||||
<target name="copy">
|
||||
<!--in maven has newer version, but now keep old version
|
||||
${url.maven2}/org/codeartisans/thirdparties/swing/org-netbeans-api-visual/2.23.1/org-netbeans-api-visual-2.23.1.jar
|
||||
${url.maven2}/org/codeartisans/thirdparties/swing/org-openide-util/8.6.2/org-openide-util-8.6.2.jar
|
||||
-->
|
||||
<get src="${url.maven2.netbeans}/org/netbeans/api/org-netbeans-api-visual/RELEASE65/org-netbeans-api-visual-RELEASE65.jar" dest="lib/org-netbeans-api-visual.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2.netbeans}/org/netbeans/api/org-openide-util/RELEASE65/org-openide-util-RELEASE65.jar" dest="lib/org-openide-util.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,11 +0,0 @@
|
|||
## buckminster.properties ##
|
||||
#Where all the output should go
|
||||
buckminster.output.root=${user.home}/buckminster.output
|
||||
# Where the temp files should go
|
||||
buckminster.temp.root=${user.home}/tmp
|
||||
# How .qualifier in versions should be replaced
|
||||
qualifier.replacement.*=generator:buildTimestamp
|
||||
generator.buildTimestamp.format='v'yyyyMMdd-HHmm
|
||||
target.os=*
|
||||
target.ws=*
|
||||
target.arch=*
|
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,9 +0,0 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<mkdir dir="lib" />
|
||||
<target name="copy">
|
||||
<get src="${url.maven2}/com/mchange/c3p0/0.9.5/c3p0-0.9.5.jar" dest="lib/c3p0.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/com/mchange/mchange-commons-java/0.2.9/mchange-commons-java-0.2.9.jar" dest="lib/mchange-commons-java.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/com/google/code/maven-play-plugin/com/mchange/c3p0-oracle-thin-extras/0.9.5/c3p0-oracle-thin-extras-0.9.5.jar" dest="lib/c3p0-oracle-thin-extras.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/ojdbc7.jar" dest="lib/ojdbc7.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,8 +0,0 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<mkdir dir="lib" />
|
||||
<target name="copy">
|
||||
<get src="${url.maven2}/com/mchange/c3p0/0.9.5.2/c3p0-0.9.5.2.jar" dest="lib/c3p0.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/com/mchange/mchange-commons-java/0.2.12/mchange-commons-java-0.2.12.jar" dest="lib/mchange-commons-java.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/postgresql/postgresql/42.1.4/postgresql-42.1.4.jar" dest="lib/postgresql.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,18 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE project>
|
||||
<project name="zklibrary" basedir="." default="copy">
|
||||
<mkdir dir="lib" />
|
||||
<target name="copy">
|
||||
<get src="${url.file.srv}/jarfile/6.1/fitlibrary-2.0.jar" dest="lib/fitlibrary.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/fitnesse/fitnesse/20111025/fitnesse-20111025.jar" dest="lib/fitnesse.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/fitlibraryweb-2.0.jar" dest="lib/fitlibraryweb.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<!--old version is 2.35, can't find out in maven also homepage.
|
||||
when host old version (2.35) to bitbucket.org can't donwload by ant, maybe big file (even it's download normal with browse).
|
||||
|
||||
not sure why use a standalone (full) version.
|
||||
in case use lib version, we can download at maven, it's small ${url.maven2}/org/seleniumhq/selenium/selenium-server/2.35.0/selenium-server-2.35.0.jar-->
|
||||
<get src="${url.maven2.jenkins}/org/seleniumhq/selenium/selenium-server-standalone/2.39.0/selenium-server-standalone-2.39.0.jar" dest="lib/selenium-server-standalone.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/log4j/log4j/1.2.16/log4j-1.2.16.jar" dest="lib/log4j.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/com/github/detro/ghostdriver/phantomjsdriver/1.0.3/phantomjsdriver-1.0.3.jar" dest="lib/phantomjsdriver.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,7 +0,0 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<mkdir dir="lib" />
|
||||
<target name="copy">
|
||||
<get src="${url.maven2}/com/hazelcast/hazelcast/3.9.3/hazelcast-3.9.3.jar" dest="lib/hazelcast.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/com/hazelcast/hazelcast-aws/2.1.0/hazelcast-aws-2.1.0.jar" dest="lib/hazelcast-aws.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,19 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,26 +0,0 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="WEB-INF/lib" />
|
||||
<get src="${url.maven2}/org/springframework/osgi/spring-osgi-extender/1.2.1/spring-osgi-extender-1.2.1.jar" dest="WEB-INF/lib/spring-osgi-extender.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-aop.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar" dest="WEB-INF/lib/stax2-api.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/springframework/spring-web/3.0.7.RELEASE/spring-web-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-web.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-context.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-beans.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-core.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-asm.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-expression.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar" dest="WEB-INF/lib/wsdl4j.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/apache/cxf/cxf-bundle/2.6.2/cxf-bundle-2.6.2.jar" dest="WEB-INF/lib/cxf-bundle.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/apache/neethi/neethi/3.0.2/neethi-3.0.2.jar" dest="WEB-INF/lib/neethi.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/apache/ws/xmlschema/xmlschema-core/2.0.3/xmlschema-core-2.0.3.jar" dest="WEB-INF/lib/xmlschema-core.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/apache/cxf/cxf-rt-frontend-jaxws/2.6.1/cxf-rt-frontend-jaxws-2.6.1.jar" dest="WEB-INF/lib/cxf-rt-frontend-jaxws.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/apache/xmlbeans/xmlbeans/3.0.0/xmlbeans-3.0.0.jar" dest="WEB-INF/lib/xmlbeans.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" dest="WEB-INF/lib/aopalliance.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.file.srv}/jarfile/6.1/idempiere-xmlbeans-1.0.jar" dest="WEB-INF/lib/idempiere-xmlbeans.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/org/apache/axis/axis/1.4/axis-1.4.jar" dest="WEB-INF/lib/axis.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar" dest="WEB-INF/lib/commons-discovery.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar" dest="WEB-INF/lib/jsr311-api.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
|
||||
</target>
|
||||
</project>
|
|
@ -1,26 +0,0 @@
|
|||
<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"
|
||||
xmlns:cs="http://www.eclipse.org/buckminster/CSpec-1.0">
|
||||
<actions>
|
||||
<!-- public action with ant actor to do the actual copying -->
|
||||
<cs:public name="fetch.dependency.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copyjars.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
<cs:public name="fetch.sources.jars" actor="ant">
|
||||
<cs:actorProperties>
|
||||
<cs:property key="buildFile" value="copysources.xml" />
|
||||
<cs:property key="targets" value="copy" />
|
||||
</cs:actorProperties>
|
||||
</cs:public>
|
||||
</actions>
|
||||
<groups>
|
||||
<!-- buckminster.prebind the prebind group will be executed during materialization -->
|
||||
<cs:private name="buckminster.postbind">
|
||||
<cs:attribute name="fetch.dependency.jars" alias="action.requirements" />
|
||||
<!--<cs:attribute name="fetch.sources.jars" alias="action.requirements" />-->
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
|
@ -1,11 +0,0 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="lib" />
|
||||
<get src="${url.maven.zkoss}/org/zkoss/zkforge/gmapsz/3.0.4/gmapsz-3.0.4.jar" dest="lib/gmapsz.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven.zkoss}/org/zkoss/zkforge/timelinez/2.3.1_50/timelinez-2.3.1_50.jar" dest="lib/timelinez.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven.zkoss}/org/zkoss/zkforge/timeplotz/1.1_50/timeplotz-1.1_50.jar" dest="lib/timeplotz.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven.zkoss}/org/zkoss/calendar/calendar/2.1.5/calendar-2.1.5.jar" dest="lib/calendar.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven.zkoss}/org/zkoss/theme/breeze/8.5.0/breeze-8.5.0.jar" dest="lib/breeze.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/com/google/javascript/closure-compiler/v20171112/closure-compiler-v20171112.jar" dest="lib/closure-compiler.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
1
pom.xml
1
pom.xml
|
@ -55,7 +55,6 @@
|
|||
<module>org.adempiere.replication-feature</module>
|
||||
<module>org.adempiere.pipo-feature</module>
|
||||
<module>org.adempiere.replication.server-feature</module>
|
||||
<module>org.adempiere.sdk-feature</module>
|
||||
<module>org.adempiere.server-feature</module>
|
||||
<module>org.adempiere.target.platform-feature</module>
|
||||
<module>org.adempiere.ui.swing-feature</module>
|
||||
|
|
Loading…
Reference in New Issue