[jboss-cvs] JBossAS SVN: r97961 - trunk/build.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 17 08:42:43 EST 2009


Author: richard.opalka at jboss.com
Date: 2009-12-17 08:42:43 -0500 (Thu, 17 Dec 2009)
New Revision: 97961

Modified:
   trunk/build/build.xml
Log:
[JBWS-2875] fixing issue

Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2009-12-17 12:29:56 UTC (rev 97960)
+++ trunk/build/build.xml	2009-12-17 13:42:43 UTC (rev 97961)
@@ -1796,19 +1796,13 @@
       </patternset>
       <mapper type="flatten"/>
     </unzip>
-    
-    <!-- Install JBossWS jars to client directory -->
-    <copy file="${webservices.module.output}/jboss-as-webservices.jar"
-            tofile="${install.client}/jbossws-jboss60.jar" filtering="no" />
-    
-    <available classname="java.io.Console" property="BUILT_ON_JDK6_AND_ABOVE"/>
+
     <antcall target="install-jbossws-to-endorsed" inheritRefs="true"/>
-    
     <antcall target="install-jbossws-to-deploy" inheritRefs="true"/>
     <antcall target="install-jbossws-to-deployers" inheritRefs="true"/>
   </target>
 
-  <target name="install-jbossws-to-endorsed" if="BUILT_ON_JDK6_AND_ABOVE">
+  <target name="install-jbossws-to-endorsed">
     <!-- Endorse JBossWS jars on JDK1.6 and above -->
     <copy todir="${install.lib}/endorsed" flatten="true" overwrite="true">
       <fileset refid="org.jboss.ws.native:jbossws-native-jaxws:jar"/>




More information about the jboss-cvs-commits mailing list