Author: thomas.diesler(a)jboss.com
Date: 2007-01-24 09:20:45 -0500 (Wed, 24 Jan 2007)
New Revision: 2078
Modified:
branches/jbossws-1.2.0/integration-jboss40/build.xml
Log:
Fix jboss40-retro
Modified: branches/jbossws-1.2.0/integration-jboss40/build.xml
===================================================================
--- branches/jbossws-1.2.0/integration-jboss40/build.xml 2007-01-24 14:16:52 UTC (rev
2077)
+++ branches/jbossws-1.2.0/integration-jboss40/build.xml 2007-01-24 14:20:45 UTC (rev
2078)
@@ -111,12 +111,12 @@
<pathelement location="${thirdparty.dir}/jbossretro.jar"/>
<pathelement
location="${thirdparty.dir}/jboss-backport-concurrent.jar"/>
<pathelement location="${thirdparty.dir}/xercesImpl.jar"/>
- <pathelement path="${jboss42.output.classes.dir}"/>
+ <pathelement path="${jboss40.output.classes.dir}"/>
<pathelement path="${core.dir}/output/classes"/>
</classpath>
<classpath refid="core.classpath"/>
- <classpath refid="jboss42.integration.classpath"/>
- <src path="${jboss42.output.classes.dir}"/>
+ <classpath refid="jboss40.integration.classpath"/>
+ <src path="${jboss40.output.classes.dir}"/>
<src path="${core.dir}/output/classes"/>
</retro>
</target>
Show replies by date