[jboss-svn-commits] JBL Code SVN: r29028 - labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sun Aug 23 14:52:02 EDT 2009
Author: whitingjr
Date: 2009-08-23 14:52:01 -0400 (Sun, 23 Aug 2009)
New Revision: 29028
Modified:
labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/build.xml
labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml
Log:
Updated build and dependency file.
Modified: labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/build.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/build.xml 2009-08-23 15:39:11 UTC (rev 29027)
+++ labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/build.xml 2009-08-23 18:52:01 UTC (rev 29028)
@@ -32,10 +32,10 @@
<reference refid="COMPILE_DEPENDENCIES"/>
<reference refid="testcase.filename.patternset"/>
</ant>
- <ant dir="../STMAnnotationsJAR" target="build">
+ <!--ant dir="../STMAnnotationsJAR" target="build">
<reference refid="COMPILE_DEPENDENCIES"/>
<reference refid="testcase.filename.patternset"/>
- </ant>
+ </ant-->
<ant dir="../CarWashEJB" target="build">
<reference refid="COMPILE_DEPENDENCIES"/>
<reference refid="testcase.filename.patternset"/>
Modified: labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml 2009-08-23 15:39:11 UTC (rev 29027)
+++ labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml 2009-08-23 18:52:01 UTC (rev 29028)
@@ -227,11 +227,10 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>org.infinispan</groupId>
- <artifactId>infinispan-core</artifactId>
- <version>4.0.0.ALPHA6</version>
+ <groupId>commons-jxpath</groupId>
+ <artifactId>commons-jxpath</artifactId>
+ <version>1.3</version>
<scope>provided</scope>
</dependency>
-
</dependencies>
</project>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list