[jboss-svn-commits] JBL Code SVN: r14467 - labs/jbossesb/trunk/product/install.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Aug 23 05:22:18 EDT 2007


Author: kevin.conner at jboss.com
Date: 2007-08-23 05:22:18 -0400 (Thu, 23 Aug 2007)
New Revision: 14467

Modified:
   labs/jbossesb/trunk/product/install/build.xml
Log:
Fixed jaxb intro XSLT target: JBESB-874

Modified: labs/jbossesb/trunk/product/install/build.xml
===================================================================
--- labs/jbossesb/trunk/product/install/build.xml	2007-08-23 07:36:48 UTC (rev 14466)
+++ labs/jbossesb/trunk/product/install/build.xml	2007-08-23 09:22:18 UTC (rev 14467)
@@ -226,12 +226,12 @@
 		<available property="jbossws.exists" file="${jbossws.location}" type="dir"/>
 		<fail unless="jbossws.exists" message="Please install JBossWS into the Application Server"/>
 		
+		<available property="jaxb.intros.exist" file="${jbossws.location}/${jaxb.intros.jar}" type="file"/>
 		<copy todir="${jbossws.location}">
 			<fileset dir="${org.jboss.esb.dist}/extras/jaxbintros" includes="${jaxb.intros.jar}"/>
 			<fileset dir="${org.jboss.esb.dist.lib}/soap.esb" includes="${jbossesb.soap.jar}"/>
 		</copy>
 		
-		<available property="jaxb.intros.exist" file="${jbossws.location}/${jaxb.intros.jar}" type="file"/>
 		<antcall target="apply-jbossws-xslt" />
 	</target>
 




More information about the jboss-svn-commits mailing list