[jboss-svn-commits] JBL Code SVN: r28622 - labs/jbosstm/workspace/whitingjr/trunk/MVCCSampleEAR.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jul 30 17:52:53 EDT 2009
Author: whitingjr
Date: 2009-07-30 17:52:53 -0400 (Thu, 30 Jul 2009)
New Revision: 28622
Modified:
labs/jbosstm/workspace/whitingjr/trunk/MVCCSampleEAR/build.xml
Log:
Changed the packaging of this module. Didn't work to resolve issue.
Modified: labs/jbosstm/workspace/whitingjr/trunk/MVCCSampleEAR/build.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/MVCCSampleEAR/build.xml 2009-07-30 21:52:13 UTC (rev 28621)
+++ labs/jbosstm/workspace/whitingjr/trunk/MVCCSampleEAR/build.xml 2009-07-30 21:52:53 UTC (rev 28622)
@@ -13,6 +13,7 @@
<include name="MVCCSampleEJB.jar"/>
<include name="ShowRoomEJB.jar"/>
<include name="CarWashEJB.jar"/>
+ <include name="STMAnnotationsJAR.jar"/>
<exclude name="MVCCSampleSTM.jar"/>
<exclude name="STMDriverJAR.jar"/>
</fileset>
@@ -23,4 +24,4 @@
<target name="usage">
<echo>Please do not call this build file directly. Use master build script in ../csc8104-build directory.</echo>
</target>
-</project>
\ No newline at end of file
+</project>
More information about the jboss-svn-commits
mailing list