Author: jason.greene(a)jboss.com
Date: 2007-02-23 16:14:41 -0500 (Fri, 23 Feb 2007)
New Revision: 2462
Modified:
trunk/integration-jboss50/.classpath
trunk/integration-jboss50/build.xml
Log:
merge
Modified: trunk/integration-jboss50/.classpath
===================================================================
--- trunk/integration-jboss50/.classpath 2007-02-23 20:33:41 UTC (rev 2461)
+++ trunk/integration-jboss50/.classpath 2007-02-23 21:14:41 UTC (rev 2462)
@@ -30,6 +30,5 @@
<classpathentry kind="lib"
path="/build/thirdparty/jbosssx-client.jar"
sourcepath="/build/thirdparty/jbosssx-src.zip"/>
<classpathentry kind="con"
path="org.eclipse.jdt.USER_LIBRARY/jboss-5.0.x"/>
<classpathentry kind="lib"
path="/build/thirdparty/jboss-common.jar"
sourcepath="/build/thirdparty/jboss-common-sources.jar"/>
- <classpathentry combineaccessrules="false" kind="src"
path="/integration-jboss42"/>
<classpathentry kind="output" path="output-eclipse"/>
</classpath>
Modified: trunk/integration-jboss50/build.xml
===================================================================
--- trunk/integration-jboss50/build.xml 2007-02-23 20:33:41 UTC (rev 2461)
+++ trunk/integration-jboss50/build.xml 2007-02-23 21:14:41 UTC (rev 2462)
@@ -140,6 +140,12 @@
<!-- Deploy jbossws to jboss50 -->
<target name="deploy-jboss50" depends="jboss50-jars"
description="Deploy jbossws">
+ <copy todir="${jboss50.home}/bin" overwrite="true">
+ <fileset dir="${etc.dir}">
+ <include name="*.bat"/>
+ <include name="*.sh"/>
+ </fileset>
+ </copy>
<copy todir="${jboss50.home}/client" overwrite="true">
<fileset dir="${core.output.lib.dir}">
<include name="jboss-jaxrpc.jar"/>
@@ -200,4 +206,4 @@
<target name="all" description="Create a distribution zip file"
depends="main">
</target>
-</project>
\ No newline at end of file
+</project>
Show replies by date