[jbossws-commits] JBossWS SVN: r2442 - in tags/jbossws-1.2.0.CR4: integration-jboss42 and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Feb 22 19:48:32 EST 2007


Author: jason.greene at jboss.com
Date: 2007-02-22 19:48:32 -0500 (Thu, 22 Feb 2007)
New Revision: 2442

Modified:
   tags/jbossws-1.2.0.CR4/build/version.properties
   tags/jbossws-1.2.0.CR4/integration-jboss42/build.xml
Log:
Release


Modified: tags/jbossws-1.2.0.CR4/build/version.properties
===================================================================
--- tags/jbossws-1.2.0.CR4/build/version.properties	2007-02-22 17:01:05 UTC (rev 2441)
+++ tags/jbossws-1.2.0.CR4/build/version.properties	2007-02-23 00:48:32 UTC (rev 2442)
@@ -5,8 +5,8 @@
 specification.vendor=JBoss (http://www.jboss.org)
 specification.version=jbossws-1.2
 
-version.id=1.2.0.GA
-repository.id=1.2.0.GA
+version.id=1.2.0.CR4
+repository.id=1.2.0.CR4
 
 implementation.title=JBoss Web Services (JBossWS)
 implementation.url=http://www.jboss.org/products/jbossws

Modified: tags/jbossws-1.2.0.CR4/integration-jboss42/build.xml
===================================================================
--- tags/jbossws-1.2.0.CR4/integration-jboss42/build.xml	2007-02-22 17:01:05 UTC (rev 2441)
+++ tags/jbossws-1.2.0.CR4/integration-jboss42/build.xml	2007-02-23 00:48:32 UTC (rev 2442)
@@ -163,6 +163,14 @@
         <include name="*.sh"/>
       </fileset>
     </copy>
+    <chmod perm="+x">
+      <fileset dir ="${jboss42.home}/bin">
+        <include name="wstools.sh"/>
+        <include name="wsprovide.sh"/>
+        <include name="wsconsume.sh"/>
+        <include name="wsrunclient.sh"/>
+      </fileset>
+    </chmod>
     <copy todir="${jboss42.home}/client" overwrite="true">
       <fileset dir="${core.output.lib.dir}">
         <include name="jboss-jaxrpc.jar"/>
@@ -221,4 +229,4 @@
   <target name="all" description="Create a distribution zip file" depends="main">
   </target>
   
-</project>
\ No newline at end of file
+</project>




More information about the jbossws-commits mailing list