IDEMPIERE-2940:reduce size of repository
This commit is contained in:
parent
0439b499c7
commit
972dd355db
14
.hgignore
14
.hgignore
|
@ -7,8 +7,11 @@ syntax: regexp
|
|||
^org\.adempiere\.install/bin/.*\.*$
|
||||
^org\.adempiere\.ui\.zk/dist$
|
||||
^org\.adempiere\.ui\.zk/bin/.*\.*$
|
||||
^[^/]+/lib/.*\.jar$
|
||||
^[^/]+/.*\.jar$
|
||||
^[^/]+/WEB-INF/lib/.*\.jar$
|
||||
^db/ddlutils/lib/.*\.jar$
|
||||
|
||||
syntax: regexp
|
||||
^lib/plugins$
|
||||
^plugins/.*\.class$
|
||||
^adempiere-local\.properties$
|
||||
|
@ -24,8 +27,6 @@ syntax: regexp
|
|||
^org\.adempiere\.ui\.swing/bin/.*\.*$
|
||||
^org\.adempiere\.report\.jasper\.fonts/bin/.*\.*$
|
||||
|
||||
|
||||
syntax: regexp
|
||||
^org.adempiere.tomcat.config/META-INF/tomcat/server\.xml$
|
||||
^org\.apache\.ecs/bin/.*\.class$
|
||||
^org\.adempiere\.replication/bin/.*\.class$
|
||||
|
@ -62,18 +63,12 @@ syntax: regexp
|
|||
^work/.*$
|
||||
^hazelcast\.xml$
|
||||
|
||||
syntax: regexp
|
||||
swingclient.product.*
|
||||
server.product.*
|
||||
|
||||
syntax: regexp
|
||||
^org\.zkoss\.zk\.library/bin$
|
||||
syntax: regexp
|
||||
\.class$
|
||||
syntax: regexp
|
||||
\.class$
|
||||
|
||||
syntax: regexp
|
||||
^org\.zkoss\.zk\.library/.*/calendar.*\.jar$
|
||||
^org\.zkoss\.zk\.library/.*/ckez.*\.jar$
|
||||
^org\.zkoss\.zk\.library/.*/gmapsz.*\.jar$
|
||||
|
@ -89,3 +84,4 @@ syntax: regexp
|
|||
^packout
|
||||
^RemoteSystemsTempFiles
|
||||
|
||||
^fitnesse/FitNesseRoot/FitLibraryWeb/[^/]+\.zip$
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,6 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<!-- maybe it's same file in org.idempiere.fitnesse.server, just diference version-->
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/fitnesse2.jar" dest="fitnesse2.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
</target>
|
||||
</project>
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,20 @@
|
|||
reference: https://idempiere.atlassian.net/browse/IDEMPIERE-2940
|
||||
|
||||
1. asume folder contain your idempiere repository is /mnt/data/dev/bitbucket/main-sync/idempiere-experimental
|
||||
|
||||
2. asume folder contain new repository is /mnt/data/dev/bitbucket/main-sync/idempiere-reduce
|
||||
|
||||
3. active convert extension in your mercurial
|
||||
https://www.mercurial-scm.org/wiki/ConvertExtension#Configuration
|
||||
|
||||
Add the following lines to your .hgrc or to enable the extension :
|
||||
[extensions]
|
||||
hgext.convert=
|
||||
|
||||
4. run shell command:
|
||||
IDEMPIERE_ROOT=/mnt/data/dev/bitbucket/main-sync/idempiere-experimental
|
||||
IDEMPIERE_REDUCE=/mnt/data/dev/bitbucket/main-sync/idempiere-reduce
|
||||
|
||||
hg convert --filemap $IDEMPIERE_ROOT/migration/reduce_repository/exclude_file_map.txt $IDEMPIERE_ROOT $IDEMPIERE_REDUCE
|
||||
|
||||
5. wait (about 30 miutes), and upload your new repository to your server
|
|
@ -280,7 +280,6 @@ Export-Package: bsh,
|
|||
org.jfree.chart.annotations,
|
||||
org.jfree.chart.axis,
|
||||
org.jfree.chart.block,
|
||||
org.jfree.chart.demo,
|
||||
org.jfree.chart.editor,
|
||||
org.jfree.chart.encoders,
|
||||
org.jfree.chart.entity,
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,25 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="http://central.maven.org/maven2/org/beanshell/bsh/2.0b5/bsh-2.0b5.jar" dest="bsh-2.0b5.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="http://central.maven.org/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="https://bitbucket.org/idempiere/idempiere-experimental/downloads/jython-engine.jar" dest="jython-engine.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/groovy-engine.jar" dest="groovy-engine.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/bsh-engine.jar" dest="bsh-engine.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/python/jython/2.2.1/jython-2.2.1.jar" dest="jython.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/it/sauronsoftware/cron4j/cron4j/2.2.5/cron4j-2.2.5.jar" dest="cron4j-2.2.5.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/net/sourceforge/barbecue/barbecue/1.5-beta1/barbecue-1.5-beta1.jar" dest="barbecue-1.5-beta1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/com/lowagie/itext/2.1.7/itext-2.1.7.jar" dest="iText-2.1.7.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/jfree/jcommon/1.0.23/jcommon-1.0.23.jar" dest="jcommon-1.0.23.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/jfree/jfreechart/1.0.19/jfreechart-1.0.19.jar" dest="jfreechart-1.0.19.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<!-- jnlp is not used in idempiere? -->
|
||||
<get src="http://central.maven.org/maven2/org/codehaus/groovy/groovy-all/1.7.5/groovy-all-1.7.5.jar" dest="groovy-all-1.7.5.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/net/sf/supercsv/super-csv/2.2.0/super-csv-2.2.0.jar" dest="super-csv-2.2.0.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/net/sf/barcode4j/barcode4j/2.1/barcode4j-2.1.jar" dest="barcode4j-2.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/bouncycastle/bcprov-jdk15on/1.46/bcprov-jdk15on-1.46.jar" dest="bcprov-jdk15on-1.46.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/passay/passay/1.0/passay-1.0.jar" dest="passay-1.0.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/jnlp.jar" dest="jnlp.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,6 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/spiffy-with_source-all-0.05.jar" dest="spiffy-with_source-all-0.05.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/extend.jar" dest="extend.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,5 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="http://central.maven.org/maven2/ant-contrib/ant-contrib/1.0b3/ant-contrib-1.0b3.jar" dest="ant-contrib-1.0b3.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,9 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<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="https://bitbucket.org/idempiere/idempiere-experimental/downloads/jpayment.jar" dest="jpayment.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/Verisign.jar" dest="Verisign.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/payflow.jar" dest="payflow.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,13 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="lib" />
|
||||
<get src="http://central.maven.org/maven2/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar" dest="lib/commons-beanutils-1.8.0.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-digester/commons-digester/2.1/commons-digester-2.1.jar" dest="lib/commons-digester-2.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/net/sf/jasperreports/jasperreports/5.6.1/jasperreports-5.6.1.jar" dest="lib/jasperreports-5.6.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/net/sf/jasperreports/jasperreports-fonts/5.6.1/jasperreports-fonts-5.6.1.jar" dest="lib/jasperreports-fonts-5.6.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.1.4/jackson-core-2.1.4.jar" dest="lib/jackson-core-2.1.4.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/xalan/xalan/2.7.1/xalan-2.7.1.jar" dest="lib/xalan-2.7.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/jasperreports-functions-5.6.1.jar" dest="lib/jasperreports-functions-5.6.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar" dest="lib/joda-time-2.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -48,9 +48,20 @@
|
|||
<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 -->
|
||||
|
|
|
@ -0,0 +1,40 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="data/seed" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/Adempiere_pg84.jar" dest="data/seed/Adempiere_pg84.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/Adempiere_pg.jar" dest="data/seed/Adempiere_pg.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/Adempiere.jar" dest="data/seed/Adempiere.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
|
||||
<mkdir dir="../db/ddlutils/lib" />
|
||||
<get src="http://central.maven.org/maven2/ant-contrib/ant-contrib/1.0b2/ant-contrib-1.0b2.jar" dest="../db/ddlutils/lib/ant-contrib-1.0b1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar" dest="../db/ddlutils/lib/commons-beanutils-1.7.0.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-betwixt/commons-betwixt/0.8/commons-betwixt-0.8.jar" dest="../db/ddlutils/lib/commons-betwixt-0.8-RC1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar" dest="../db/ddlutils/lib/commons-codec-1.3.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.jar" dest="../db/ddlutils/lib/commons-collections-3.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-dbcp/commons-dbcp/1.2.1/commons-dbcp-1.2.1.jar" dest="../db/ddlutils/lib/commons-dbcp-1.2.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-digester/commons-digester/1.7/commons-digester-1.7.jar" dest="../db/ddlutils/lib/commons-digester-1.7.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar" dest="../db/ddlutils/lib/commons-lang-2.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar" dest="../db/ddlutils/lib/commons-logging-1.0.4.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-pool/commons-pool/1.2/commons-pool-1.2.jar" dest="../db/ddlutils/lib/commons-pool-1.2.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/apache/ddlutils/ddlutils/1.0/ddlutils-1.0.jar" dest="../db/ddlutils/lib/DdlUtils-1.0-RC1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/dom4j/dom4j/1.4/dom4j-1.4.jar" dest="../db/ddlutils/lib/dom4j-1.4.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/fyracle.jar" dest="../db/ddlutils/lib/fyracle.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar" dest="../db/ddlutils/lib/jakarta-oro-2.0.8.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/oracle.jar" dest="../db/ddlutils/lib/oracle.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/postgresql.jar" dest="../db/ddlutils/lib/postgresql.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar" dest="../db/ddlutils/lib/stax-api-1.0.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/woodstox/wstx-asl/3.0.2/wstx-asl-3.0.2.jar" dest="../db/ddlutils/lib/wstx-asl-3.0.2.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<mkdir dir="../db/ddlutils/postgresql/pljava" />
|
||||
<get src="http://central.maven.org/maven2/woodstox/wstx-asl/3.0.2/wstx-asl-3.0.2.jar" dest="../db/ddlutils/lib/wstx-asl-3.0.2.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
|
||||
<mkdir dir="../fitnesse/FitNesseRoot/FitLibraryWeb" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/101-20121212164242.zip" dest="../fitnesse/FitNesseRoot/FitLibraryWeb/101-20121212164242.zip" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/21-20121212154702.zip" dest="../fitnesse/FitNesseRoot/FitLibraryWeb/21-20121212154702.zip" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/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="https://bitbucket.org/idempiere/idempiere-experimental/downloads/fitnesse2.jar" dest="../fitnesse/fitnesse.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
|
||||
<mkdir dir="../ztl" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/ztl/ztl/2.0.0-SNAPSHOT/ztl-2.0.0-SNAPSHOT.jar" dest="../ztl/ztl-2.0.0-SNAPSHOT.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,7 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="WEB-INF/lib" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/jardiff.jar" dest="WEB-INF/lib/jardiff.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/jnlp-servlet.jar" dest="WEB-INF/lib/jnlp-servlet.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,9 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="http://central.maven.org/maven2/org/swinglabs/swingx/1.6/swingx-1.6.jar" dest="swingx-1.6.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/com/jgoodies/looks/2.0.4/looks-2.0.4.jar" dest="looks-2.0.4.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="http://central.maven.org/maven2/com/miglayout/miglayout/3.7.1/miglayout-3.7.1.jar" dest="miglayout-3.7.1-swing.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/jpedal.jar" dest="jpedal.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,11 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="WEB-INF/lib" />
|
||||
<get src="http://central.maven.org/maven2/org/atmosphere/atmosphere-compat-jbossweb/1.0.4/atmosphere-compat-jbossweb-1.0.4.jar" dest="WEB-INF/lib/atmosphere-compat-jbossweb-1.0.4.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/atmosphere/atmosphere-compat-tomcat/1.0.4/atmosphere-compat-tomcat-1.0.4.jar" dest="WEB-INF/lib/atmosphere-compat-tomcat-1.0.4.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/atmosphere/atmosphere-compat-tomcat7/1.0.4/atmosphere-compat-tomcat7-1.0.4.jar" dest="WEB-INF/lib/atmosphere-compat-tomcat7-1.0.4.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/atmosphere/atmosphere-runtime/1.0.4/atmosphere-runtime-1.0.4.jar" dest="WEB-INF/lib/atmosphere-runtime-1.0.4.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/labelapplet.jar" dest="labelapplet.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,10 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<!--in maven has newer version, but now keep old version
|
||||
http://central.maven.org/maven2/org/codeartisans/thirdparties/swing/org-netbeans-api-visual/2.23.1/org-netbeans-api-visual-2.23.1.jar
|
||||
http://central.maven.org/maven2/org/codeartisans/thirdparties/swing/org-openide-util/8.6.2/org-openide-util-8.6.2.jar
|
||||
-->
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/org-netbeans-api-visual.jar" dest="org-netbeans-api-visual.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/org-openide-util.jar" dest="org-openide-util.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,8 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="http://central.maven.org/maven2/com/mchange/c3p0/0.9.5/c3p0-0.9.5.jar" dest="c3p0-0.9.5.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/com/mchange/mchange-commons-java/0.2.9/mchange-commons-java-0.2.9.jar" dest="mchange-commons-java-0.2.9.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/c3p0-oracle-thin-extras-0.9.5.jar" dest="c3p0-oracle-thin-extras-0.9.5.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/ojdbc7.jar" dest="ojdbc7.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,7 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="http://central.maven.org/maven2/org/postgresql/postgresql/9.4-1204-jdbc41/postgresql-9.4-1204-jdbc41.jar" dest="postgresql-9.4-1204.jdbc41.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/com/mchange/c3p0/0.9.5/c3p0-0.9.5.jar" dest="c3p0-0.9.5.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/com/mchange/mchange-commons-java/0.2.9/mchange-commons-java-0.2.9.jar" dest="mchange-commons-java-0.2.9.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,16 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="lib" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/fitlibrary-2.0.jar" dest="lib/fitlibrary-2.0.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/fitnesse.jar" dest="lib/fitnesse.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/fitlibraryweb-2.0.jar" dest="lib/fitlibraryweb-2.0.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 http://central.maven.org/maven2/org/seleniumhq/selenium/selenium-server/2.35.0/selenium-server-2.35.0.jar-->
|
||||
<get src="http://selenium-release.storage.googleapis.com/2.39/selenium-server-standalone-2.39.0.jar" dest="lib/selenium-server-standalone-2.35.0.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/log4j/log4j/1.2.16/log4j-1.2.16.jar" dest="lib/log4j-1.2.16.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/com/github/detro/ghostdriver/phantomjsdriver/1.0.3/phantomjsdriver-1.0.3.jar" dest="lib/phantomjsdriver-1.0.3.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,6 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="http://central.maven.org/maven2/com/hazelcast/hazelcast/3.5.3/hazelcast-3.5.3.jar" dest="hazelcast-3.5.3.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/com/hazelcast/hazelcast-cloud/3.5.3/hazelcast-cloud-3.5.3.jar" dest="hazelcast-cloud-3.5.3.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,26 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<mkdir dir="WEB-INF/lib" />
|
||||
<get src="http://central.maven.org/maven2/org/springframework/osgi/spring-osgi-extender/1.2.1/spring-osgi-extender-1.2.1.jar" dest="WEB-INF/lib/spring-osgi-extender-1.2.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/springframework/spring-aop/3.0.7.RELEASE/spring-aop-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-aop-3.0.7.RELEASE.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar" dest="WEB-INF/lib/stax2-api-3.1.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/springframework/spring-web/3.0.7.RELEASE/spring-web-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-web-3.0.7.RELEASE.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/springframework/spring-context/3.0.7.RELEASE/spring-context-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-context-3.0.7.RELEASE.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/springframework/spring-beans/3.0.7.RELEASE/spring-beans-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-beans-3.0.7.RELEASE.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/springframework/spring-core/3.0.7.RELEASE/spring-core-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-core-3.0.7.RELEASE.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/springframework/spring-asm/3.0.7.RELEASE/spring-asm-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-asm-3.0.7.RELEASE.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/springframework/spring-expression/3.0.7.RELEASE/spring-expression-3.0.7.RELEASE.jar" dest="WEB-INF/lib/spring-expression-3.0.7.RELEASE.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/wsdl4j/wsdl4j/1.6.2/wsdl4j-1.6.2.jar" dest="WEB-INF/lib/wsdl4j-1.6.2.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/apache/cxf/cxf-bundle/2.6.2/cxf-bundle-2.6.2.jar" dest="WEB-INF/lib/cxf-2.6.2.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/apache/neethi/neethi/3.0.2/neethi-3.0.2.jar" dest="WEB-INF/lib/neethi-3.0.2.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/apache/ws/xmlschema/xmlschema-core/2.0.3/xmlschema-core-2.0.3.jar" dest="WEB-INF/lib/xmlschema-core-2.0.3.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/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-2.6.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/org/apache/xmlbeans/xmlbeans/2.5.0/xmlbeans-2.5.0.jar" dest="WEB-INF/lib/xmlbeans-2.5.0.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar" dest="WEB-INF/lib/aopalliance-1.0.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/idempiere-xmlbeans-1.0.jar" dest="WEB-INF/lib/idempiere-xmlbeans-1.0.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/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="http://central.maven.org/maven2/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar" dest="WEB-INF/lib/commons-discovery-0.5.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/javax/ws/rs/jsr311-api/1.1/jsr311-api-1.1.jar" dest="WEB-INF/lib/jsr311-api-1.1.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,5 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="http://central.maven.org/maven2/org/slf4j/slf4j-jdk14/1.7.2/slf4j-jdk14-1.7.2.jar" dest="slf4j-jdk14-1.7.2.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -0,0 +1,19 @@
|
|||
<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>
|
|
@ -0,0 +1,5 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="http://central.maven.org/maven2/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar" dest="batik-ext.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
|
@ -1,20 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry exported="true" kind="lib" path="lib/junit.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/calendar.jar" sourcepath="lib/src/calendar-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/ckez.jar" sourcepath="lib/src/ckez-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-el.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-fileupload.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/commons-io.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/Filters.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/gmapsz.jar" sourcepath="lib/src/gmapsz-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jruby-complete.jar" sourcepath="lib/src/jruby-complete-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/js.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/json_simple.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/junit.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jxl.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/jython.jar" sourcepath="lib/src/jython-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/mvel.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/ognl.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/timelinez.jar" sourcepath="lib/src/timelinez-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/timeplotz.jar" sourcepath="lib/src/timeplotz-sources.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/zcommon.jar" sourcepath="lib/src/zcommon-sources.jar"/>
|
||||
|
|
|
@ -155,19 +155,9 @@ Import-Package: bsh,
|
|||
Bundle-ClassPath: .,
|
||||
lib/calendar.jar,
|
||||
lib/ckez.jar,
|
||||
lib/commons-el.jar,
|
||||
lib/commons-fileupload.jar,
|
||||
lib/commons-io.jar,
|
||||
lib/Filters.jar,
|
||||
lib/gmapsz.jar,
|
||||
lib/jruby-complete.jar,
|
||||
lib/js.jar,
|
||||
lib/json_simple.jar,
|
||||
lib/junit.jar,
|
||||
lib/jxl.jar,
|
||||
lib/jython.jar,
|
||||
lib/mvel.jar,
|
||||
lib/ognl.jar,
|
||||
lib/timelinez.jar,
|
||||
lib/timeplotz.jar,
|
||||
lib/zcommon.jar,
|
||||
|
@ -177,46 +167,18 @@ Bundle-ClassPath: .,
|
|||
lib/zkbind.jar,
|
||||
lib/zkplus.jar,
|
||||
lib/zul.jar,
|
||||
lib/zweb.jar
|
||||
Export-Package: com.jhlabs.image,
|
||||
com.jhlabs.math,
|
||||
com.jhlabs.vecmath,
|
||||
com.xhaus.modjy,
|
||||
com.ziclix.python.sql,
|
||||
com.ziclix.python.sql.connect,
|
||||
com.ziclix.python.sql.handler,
|
||||
com.ziclix.python.sql.pipe,
|
||||
com.ziclix.python.sql.pipe.csv,
|
||||
com.ziclix.python.sql.pipe.db,
|
||||
com.ziclix.python.sql.procedure,
|
||||
com.ziclix.python.sql.resource,
|
||||
com.ziclix.python.sql.util,
|
||||
common,
|
||||
common.log,
|
||||
javatests,
|
||||
jline,
|
||||
junit.extensions,
|
||||
lib/zweb.jar,
|
||||
lib/junit.jar
|
||||
Export-Package: junit.extensions,
|
||||
junit.framework,
|
||||
junit.runner,
|
||||
junit.textui,
|
||||
jxl,
|
||||
jxl.biff,
|
||||
jxl.biff.drawing,
|
||||
jxl.biff.formula,
|
||||
jxl.demo,
|
||||
jxl.format,
|
||||
jxl.read.biff,
|
||||
jxl.write,
|
||||
jxl.write.biff,
|
||||
metainfo.mesg,
|
||||
metainfo.org.zkoss.util.media,
|
||||
metainfo.tld,
|
||||
metainfo.xel,
|
||||
metainfo.xml,
|
||||
metainfo.zk,
|
||||
ognl,
|
||||
org.apache.commons.el,
|
||||
org.apache.commons.el.parser,
|
||||
org.apache.commons.fileupload;version="1.2.2",
|
||||
org.apache.commons.fileupload.disk;version="1.2.2",
|
||||
org.apache.commons.fileupload.portlet;version="1.2.2",
|
||||
|
@ -228,54 +190,6 @@ Export-Package: com.jhlabs.image,
|
|||
org.apache.commons.io.input;version="2.1.0",
|
||||
org.apache.commons.io.monitor,
|
||||
org.apache.commons.io.output;version="2.1.0",
|
||||
org.jruby,
|
||||
org.jruby.anno,
|
||||
org.jruby.ast,
|
||||
org.jruby.ast.executable,
|
||||
org.jruby.ast.types,
|
||||
org.jruby.ast.util,
|
||||
org.jruby.ast.visitor,
|
||||
org.jruby.common,
|
||||
org.jruby.compiler,
|
||||
org.jruby.compiler.impl,
|
||||
org.jruby.compiler.util,
|
||||
org.jruby.environment,
|
||||
org.jruby.evaluator,
|
||||
org.jruby.exceptions,
|
||||
org.jruby.ext,
|
||||
org.jruby.ext.ffi,
|
||||
org.jruby.ext.ffi.io,
|
||||
org.jruby.ext.socket,
|
||||
org.jruby.gen,
|
||||
org.jruby.internal.runtime,
|
||||
org.jruby.internal.runtime.methods,
|
||||
org.jruby.java.addons,
|
||||
org.jruby.java.invokers,
|
||||
org.jruby.java.proxies,
|
||||
org.jruby.javasupport,
|
||||
org.jruby.javasupport.bsf,
|
||||
org.jruby.javasupport.proxy,
|
||||
org.jruby.javasupport.util,
|
||||
org.jruby.lexer.yacc,
|
||||
org.jruby.management,
|
||||
org.jruby.parser,
|
||||
org.jruby.platform,
|
||||
org.jruby.runtime,
|
||||
org.jruby.runtime.builtin,
|
||||
org.jruby.runtime.callback,
|
||||
org.jruby.runtime.callsite,
|
||||
org.jruby.runtime.component,
|
||||
org.jruby.runtime.invokedynamic,
|
||||
org.jruby.runtime.load,
|
||||
org.jruby.runtime.marshal,
|
||||
org.jruby.runtime.scope,
|
||||
org.jruby.util,
|
||||
org.jruby.util.collections,
|
||||
org.jruby.util.io,
|
||||
org.jruby.util.string,
|
||||
org.jruby.util.unsafe,
|
||||
org.json.simple,
|
||||
org.json.simple.parser,
|
||||
org.junit,
|
||||
org.junit.internal,
|
||||
org.junit.internal.requests,
|
||||
|
@ -284,128 +198,6 @@ Export-Package: com.jhlabs.image,
|
|||
org.junit.runner.manipulation,
|
||||
org.junit.runner.notification,
|
||||
org.junit.runners,
|
||||
org.mozilla.classfile,
|
||||
org.mozilla.javascript,
|
||||
org.mozilla.javascript.continuations,
|
||||
org.mozilla.javascript.debug,
|
||||
org.mozilla.javascript.jdk11,
|
||||
org.mozilla.javascript.jdk13,
|
||||
org.mozilla.javascript.jdk15,
|
||||
org.mozilla.javascript.optimizer,
|
||||
org.mozilla.javascript.regexp,
|
||||
org.mozilla.javascript.resources,
|
||||
org.mozilla.javascript.serialize,
|
||||
org.mozilla.javascript.tools,
|
||||
org.mozilla.javascript.tools.idswitch,
|
||||
org.mozilla.javascript.tools.jsc,
|
||||
org.mozilla.javascript.tools.resources,
|
||||
org.mozilla.javascript.xml,
|
||||
org.mozilla.javascript.xml.impl.xmlbeans,
|
||||
org.mozilla.javascript.xmlimpl,
|
||||
org.mvel,
|
||||
org.mvel.asm,
|
||||
org.mvel.ast,
|
||||
org.mvel.ast.cache,
|
||||
org.mvel.conversion,
|
||||
org.mvel.debug,
|
||||
org.mvel.integration,
|
||||
org.mvel.integration.impl,
|
||||
org.mvel.math,
|
||||
org.mvel.optimizers,
|
||||
org.mvel.optimizers.impl.asm,
|
||||
org.mvel.optimizers.impl.refl,
|
||||
org.mvel.optimizers.impl.refl.collection,
|
||||
org.mvel.tests,
|
||||
org.mvel.tests.main,
|
||||
org.mvel.tests.main.res,
|
||||
org.mvel.tests.perftests,
|
||||
org.mvel.tests.special,
|
||||
org.mvel.util,
|
||||
org.python,
|
||||
org.python.antlr,
|
||||
org.python.antlr.adapter,
|
||||
org.python.antlr.ast,
|
||||
org.python.antlr.base,
|
||||
org.python.antlr.op,
|
||||
org.python.antlr.runtime,
|
||||
org.python.antlr.runtime.debug,
|
||||
org.python.antlr.runtime.misc,
|
||||
org.python.antlr.runtime.tree,
|
||||
org.python.apache.html.dom,
|
||||
org.python.apache.wml,
|
||||
org.python.apache.wml.dom,
|
||||
org.python.apache.xerces.dom,
|
||||
org.python.apache.xerces.dom.events,
|
||||
org.python.apache.xerces.dom3.as,
|
||||
org.python.apache.xerces.impl,
|
||||
org.python.apache.xerces.impl.dtd,
|
||||
org.python.apache.xerces.impl.dtd.models,
|
||||
org.python.apache.xerces.impl.dv,
|
||||
org.python.apache.xerces.impl.dv.dtd,
|
||||
org.python.apache.xerces.impl.dv.util,
|
||||
org.python.apache.xerces.impl.dv.xs,
|
||||
org.python.apache.xerces.impl.io,
|
||||
org.python.apache.xerces.impl.msg,
|
||||
org.python.apache.xerces.impl.validation,
|
||||
org.python.apache.xerces.impl.xpath,
|
||||
org.python.apache.xerces.impl.xpath.regex,
|
||||
org.python.apache.xerces.impl.xs,
|
||||
org.python.apache.xerces.impl.xs.identity,
|
||||
org.python.apache.xerces.impl.xs.models,
|
||||
org.python.apache.xerces.impl.xs.opti,
|
||||
org.python.apache.xerces.impl.xs.traversers,
|
||||
org.python.apache.xerces.impl.xs.util,
|
||||
org.python.apache.xerces.jaxp,
|
||||
org.python.apache.xerces.jaxp.datatype,
|
||||
org.python.apache.xerces.jaxp.validation,
|
||||
org.python.apache.xerces.parsers,
|
||||
org.python.apache.xerces.util,
|
||||
org.python.apache.xerces.xinclude,
|
||||
org.python.apache.xerces.xni,
|
||||
org.python.apache.xerces.xni.grammars,
|
||||
org.python.apache.xerces.xni.parser,
|
||||
org.python.apache.xerces.xpointer,
|
||||
org.python.apache.xerces.xs,
|
||||
org.python.apache.xerces.xs.datatypes,
|
||||
org.python.apache.xml.serialize,
|
||||
org.python.compiler,
|
||||
org.python.constantine,
|
||||
org.python.constantine.platform,
|
||||
org.python.constantine.platform.darwin,
|
||||
org.python.constantine.platform.fake,
|
||||
org.python.constantine.platform.freebsd,
|
||||
org.python.constantine.platform.linux,
|
||||
org.python.constantine.platform.openbsd,
|
||||
org.python.constantine.platform.sunos,
|
||||
org.python.core,
|
||||
org.python.core.adapter,
|
||||
org.python.core.io,
|
||||
org.python.core.packagecache,
|
||||
org.python.core.util,
|
||||
org.python.expose,
|
||||
org.python.modules,
|
||||
org.python.modules._collections,
|
||||
org.python.modules._csv,
|
||||
org.python.modules._functools,
|
||||
org.python.modules._weakref,
|
||||
org.python.modules.random,
|
||||
org.python.modules.sre,
|
||||
org.python.modules.thread,
|
||||
org.python.modules.time,
|
||||
org.python.modules.zipimport,
|
||||
org.python.objectweb.asm,
|
||||
org.python.objectweb.asm.commons,
|
||||
org.python.objectweb.asm.signature,
|
||||
org.python.objectweb.asm.util,
|
||||
org.python.posix,
|
||||
org.python.posix.util,
|
||||
org.python.tests,
|
||||
org.python.tests.identity,
|
||||
org.python.tests.inbred,
|
||||
org.python.tests.mro,
|
||||
org.python.tests.props,
|
||||
org.python.util,
|
||||
org.w3c.dom.html,
|
||||
org.zkforge.ckez,
|
||||
org.zkforge.json.simple,
|
||||
org.zkforge.json.simple.parser,
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<!-- 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:attribute name="fetch.sources.jars" alias="action.requirements" />-->
|
||||
</cs:private>
|
||||
</groups>
|
||||
</cspecExtension>
|
||||
|
|
|
@ -1,21 +1,11 @@
|
|||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
lib/jython.jar,\
|
||||
lib/calendar.jar,\
|
||||
lib/ckez.jar,\
|
||||
lib/commons-el.jar,\
|
||||
lib/commons-fileupload.jar,\
|
||||
lib/commons-io.jar,\
|
||||
lib/Filters.jar,\
|
||||
lib/gmapsz.jar,\
|
||||
lib/jruby-complete.jar,\
|
||||
lib/js.jar,\
|
||||
lib/json_simple.jar,\
|
||||
lib/junit.jar,\
|
||||
lib/jxl.jar,\
|
||||
lib/mvel.jar,\
|
||||
lib/ognl.jar,\
|
||||
lib/timelinez.jar,\
|
||||
lib/timeplotz.jar,\
|
||||
lib/zcommon.jar,\
|
||||
|
@ -25,5 +15,6 @@ bin.includes = META-INF/,\
|
|||
lib/zkbind.jar,\
|
||||
lib/zkplus.jar,\
|
||||
lib/zul.jar,\
|
||||
lib/zweb.jar
|
||||
lib/zweb.jar,\
|
||||
lib/junit.jar
|
||||
source.. = src/
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<target name="copy">
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zk/7.0.7.FL.20151022/zk-7.0.7.FL.20151022.jar" dest="lib/zk.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zul/7.0.7.FL.20151022/zul-7.0.7.FL.20151022.jar" dest="lib/zul.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zhtml/7.0.7.FL.20151022/zhtml-7.0.7.FL.20151022.jar" dest="lib/zhtml.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zkplus/7.0.7.FL.20151022/zkplus-7.0.7.FL.20151022.jar" dest="lib/zkplus.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zkbind/7.0.7.FL.20151022/zkbind-7.0.7.FL.20151022.jar" dest="lib/zkbind.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/common/zcommon/7.0.7.FL.20151022/zcommon-7.0.7.FL.20151022.jar" dest="lib/zcommon.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/common/zel/7.0.7.FL.20151022/zel-7.0.7.FL.20151022.jar" dest="lib/zel.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/common/zweb/7.0.7.FL.20151022/zweb-7.0.7.FL.20151022.jar" dest="lib/zweb.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zkforge/ckez/4.4.6.2/ckez-4.4.6.2.jar" dest="lib/ckez.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zkforge/gmapsz/3.0.3/gmapsz-3.0.3.jar" dest="lib/gmapsz.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/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="http://mavensync.zkoss.org/maven2/org/zkoss/zkforge/timeplotz/1.1_50/timeplotz-1.1_50.jar" dest="lib/timeplotz.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/calendar/calendar/2.1.5/calendar-2.1.5.jar" dest="lib/calendar.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://central.maven.org/maven2/org/python/jython/2.5.3/jython-2.5.3.jar" dest="lib/jython.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://central.maven.org/maven2/org/jruby/jruby-complete/1.7.15/jruby-complete-1.7.15.jar" dest="lib/jruby-complete.jar" usetimestamp="true" verbose="true" retries="5"/>
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zk/7.0.7.FL.20151022/zk-7.0.7.FL.20151022.jar" dest="lib/zk.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zul/7.0.7.FL.20151022/zul-7.0.7.FL.20151022.jar" dest="lib/zul.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zhtml/7.0.7.FL.20151022/zhtml-7.0.7.FL.20151022.jar" dest="lib/zhtml.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zkplus/7.0.7.FL.20151022/zkplus-7.0.7.FL.20151022.jar" dest="lib/zkplus.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zk/zkbind/7.0.7.FL.20151022/zkbind-7.0.7.FL.20151022.jar" dest="lib/zkbind.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/common/zcommon/7.0.7.FL.20151022/zcommon-7.0.7.FL.20151022.jar" dest="lib/zcommon.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/common/zel/7.0.7.FL.20151022/zel-7.0.7.FL.20151022.jar" dest="lib/zel.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/common/zweb/7.0.7.FL.20151022/zweb-7.0.7.FL.20151022.jar" dest="lib/zweb.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zkforge/ckez/4.4.6.2/ckez-4.4.6.2.jar" dest="lib/ckez.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/zkforge/gmapsz/3.0.3/gmapsz-3.0.3.jar" dest="lib/gmapsz.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/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="http://mavensync.zkoss.org/maven2/org/zkoss/zkforge/timeplotz/1.1_50/timeplotz-1.1_50.jar" dest="lib/timeplotz.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://mavensync.zkoss.org/maven2/org/zkoss/calendar/calendar/2.1.5/calendar-2.1.5.jar" dest="lib/calendar.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-fileupload/commons-fileupload/1.2.2/commons-fileupload-1.2.2.jar" dest="lib/commons-fileupload.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="http://central.maven.org/maven2/commons-io/commons-io/2.1/commons-io-2.1.jar" dest="lib/commons-io.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="https://bitbucket.org/idempiere/idempiere-experimental/downloads/junit.jar" dest="lib/junit.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue