Author: thomas.diesler(a)jboss.com
Date: 2008-05-02 08:26:30 -0400 (Fri, 02 May 2008)
New Revision: 6853
Modified:
stack/metro/trunk/src/main/distro/jbossws-deploy-macros.xml
Log:
Fix jdk1.6 compile
Modified: stack/metro/trunk/src/main/distro/jbossws-deploy-macros.xml
===================================================================
--- stack/metro/trunk/src/main/distro/jbossws-deploy-macros.xml 2008-05-02 12:09:36 UTC
(rev 6852)
+++ stack/metro/trunk/src/main/distro/jbossws-deploy-macros.xml 2008-05-02 12:26:30 UTC
(rev 6853)
@@ -350,7 +350,7 @@
</target>
<target name="deploy-jbossws-endorsed" if="HAVE_JDK_1.6">
- <macro-deploy-jbossws-endorsed
targetdir="${installserver}/../../lib/endorsed"
thirdpartydir="${thirdpartydir}"/>
+ <macro-deploy-jbossws-endorsed
targetdir="${installserver}/../../lib/endorsed"
thirdpartydir="${artifactsdir}/lib"/>
</target>
<!-- ================================================================== -->
Show replies by date