[jboss-svn-commits] JBL Code SVN: r27076 - in labs/jbosstm/workspace/adinn/orchestration: bin and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jun 23 03:02:57 EDT 2009


Author: adinn
Date: 2009-06-23 03:02:57 -0400 (Tue, 23 Jun 2009)
New Revision: 27076

Modified:
   labs/jbosstm/workspace/adinn/orchestration/bin/bytemancheck.sh
   labs/jbosstm/workspace/adinn/orchestration/build.xml
Log:
added bytemancheck.sh to release zip and modified it to find byteman jar and asm jar in release directory hierarchy

Modified: labs/jbosstm/workspace/adinn/orchestration/bin/bytemancheck.sh
===================================================================
--- labs/jbosstm/workspace/adinn/orchestration/bin/bytemancheck.sh	2009-06-23 06:30:45 UTC (rev 27075)
+++ labs/jbosstm/workspace/adinn/orchestration/bin/bytemancheck.sh	2009-06-23 07:02:57 UTC (rev 27076)
@@ -27,7 +27,7 @@
 # usage: bytemancheck -cp classpath script1 . . . scriptN
 #
 BASE=${0%*/bin/bytemancheck.sh}
-CP=${BASE}/build/lib/byteman.jar
+CP=${BASE}/lib/byteman.jar
 CP=${CP}:${BASE}}/ext/asm-all-3.0.jar
 if [ $1 == "-cp" ] ; then
   CP=${CP}:$2

Modified: labs/jbosstm/workspace/adinn/orchestration/build.xml
===================================================================
--- labs/jbosstm/workspace/adinn/orchestration/build.xml	2009-06-23 06:30:45 UTC (rev 27075)
+++ labs/jbosstm/workspace/adinn/orchestration/build.xml	2009-06-23 07:02:57 UTC (rev 27076)
@@ -160,6 +160,8 @@
             <fileset dir="${build.dir}" includes="lib/byteman.jar"/>
             <fileset dir="." includes="README"/>
             <fileset dir="." includes="docs/ProgrammersGuide.pdf"/>
+            <fileset dir="." includes="bin/bytemancheck.sh"/>
+            <fileset dir="." includes="ext/asm-all-3.0.jar"/>
         </zip>
     </target>
 




More information about the jboss-svn-commits mailing list