[jboss-svn-commits] JBL Code SVN: r37086 - in labs/jbossesb/trunk/product: services/jbpm/ant-task and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jun 14 11:38:33 EDT 2011
Author: tcunning
Date: 2011-06-14 11:38:32 -0400 (Tue, 14 Jun 2011)
New Revision: 37086
Modified:
labs/jbossesb/trunk/product/build.xml
labs/jbossesb/trunk/product/services/jbpm/ant-task/build.xml
Log:
JBESB-3617
Add a flag for turning off ivy resolution.
Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml 2011-06-14 13:26:13 UTC (rev 37085)
+++ labs/jbossesb/trunk/product/build.xml 2011-06-14 15:38:32 UTC (rev 37086)
@@ -169,7 +169,7 @@
-->
</target>
- <target name="dependencies.get">
+ <target name="dependencies.get" unless="no.ivy">
<ant antfile="ivy-build.xml" />
</target>
Modified: labs/jbossesb/trunk/product/services/jbpm/ant-task/build.xml
===================================================================
--- labs/jbossesb/trunk/product/services/jbpm/ant-task/build.xml 2011-06-14 13:26:13 UTC (rev 37085)
+++ labs/jbossesb/trunk/product/services/jbpm/ant-task/build.xml 2011-06-14 15:38:32 UTC (rev 37086)
@@ -3,9 +3,8 @@
<path id="classpath">
<pathelement location="src/test/resources"/>
- <fileset dir="${basedir}/../../../build/lib" includes="commons-codec-*.jar,commons-httpclient-*.jar" />
+ <fileset dir="${basedir}/../../../build/lib" includes="commons-codec-*.jar,commons-httpclient-*.jar,ant-1.7.0.jar" />
<pathelement location="${basedir}/../../../../testlib/junit-4.1.jar" />
- <pathelement location="${ant.library.dir}/ant.jar" />
</path>
<target name="build-task">
More information about the jboss-svn-commits
mailing list