[jboss-svn-commits] JBL Code SVN: r20193 - in labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services: jbpm and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed May 28 09:00:12 EDT 2008


Author: kevin.conner at jboss.com
Date: 2008-05-28 09:00:12 -0400 (Wed, 28 May 2008)
New Revision: 20193

Removed:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/lib/ext/jbpm-ant.jar
Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/base-project-build.xml
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/build.xml
Log:
Include ant task in build and fix tests: JBESB-1775

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/base-project-build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/base-project-build.xml	2008-05-28 12:59:53 UTC (rev 20192)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/base-project-build.xml	2008-05-28 13:00:12 UTC (rev 20193)
@@ -19,8 +19,11 @@
 	<target name="prepare">
 		<mkdir dir="build/${ant.project.name}.esb/META-INF" />
 		<mkdir dir="build/classes" />
+		<antcall target="service-prepare"/>
 	</target>
 	
+	<target name="service-prepare"/>
+	
 	<path id="emma.libs">
 		<fileset dir="${esb.product.lib.ext}" includes="emma*.jar"/>
 	</path>

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/build.xml	2008-05-28 12:59:53 UTC (rev 20192)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/build.xml	2008-05-28 13:00:12 UTC (rev 20193)
@@ -4,6 +4,12 @@
 	<!-- Import the base Ant build script... -->
 	<import file="${services.base.build}"/>
 	
+	<target name="service-prepare">
+		<ant dir="ant-task">
+			<property name="jbpm.jar.file" location="build/jbpm-ant.jar"/>
+		</ant>
+	</target>
+	
 	<target name="test" depends="base.test"/>
 
-</project>
\ No newline at end of file
+</project>

Deleted: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/lib/ext/jbpm-ant.jar
===================================================================
(Binary files differ)




More information about the jboss-svn-commits mailing list