[jboss-svn-commits] JBL Code SVN: r27405 - in labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build: .settings and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed Jul 1 14:04:02 EDT 2009
Author: whitingjr
Date: 2009-07-01 14:04:02 -0400 (Wed, 01 Jul 2009)
New Revision: 27405
Modified:
labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.classpath
labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.settings/org.eclipse.jst.common.project.facet.core.prefs
labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.settings/org.eclipse.wst.common.project.facet.core.xml
labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/build.xml
labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml
Log:
updated project build module
Modified: labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.classpath
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.classpath 2009-07-01 18:02:35 UTC (rev 27404)
+++ labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.classpath 2009-07-01 18:04:02 UTC (rev 27405)
@@ -2,7 +2,6 @@
<classpath>
<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
- <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.generic.runtimeTarget/JBoss v5.0"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_13"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.settings/org.eclipse.jst.common.project.facet.core.prefs
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.settings/org.eclipse.jst.common.project.facet.core.prefs 2009-07-01 18:02:35 UTC (rev 27404)
+++ labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.settings/org.eclipse.jst.common.project.facet.core.prefs 2009-07-01 18:04:02 UTC (rev 27405)
@@ -1,4 +1,3 @@
-#Sun May 10 22:13:22 BST 2009
+#Thu May 14 11:30:50 BST 2009
classpath.helper/org.eclipse.jdt.launching.JRE_CONTAINER\:\:org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType\:\:jdk1.6.0_13/owners=jst.java\:6.0
-classpath.helper/org.eclipse.jst.server.core.container\:\:org.eclipse.jst.server.generic.runtimeTarget\:\:JBoss\ v5.0/owners=jst.utility\:1.0
eclipse.preferences.version=1
Modified: labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.settings/org.eclipse.wst.common.project.facet.core.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.settings/org.eclipse.wst.common.project.facet.core.xml 2009-07-01 18:02:35 UTC (rev 27404)
+++ labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/.settings/org.eclipse.wst.common.project.facet.core.xml 2009-07-01 18:04:02 UTC (rev 27405)
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
- <runtime name="JBoss v5.0"/>
<fixed facet="jst.utility"/>
<fixed facet="jst.java"/>
<installed facet="jst.java" version="6.0"/>
Modified: labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/build.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/build.xml 2009-07-01 18:02:35 UTC (rev 27404)
+++ labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/build.xml 2009-07-01 18:04:02 UTC (rev 27405)
@@ -16,8 +16,11 @@
<reference refid="COMPILE_DEPENDENCIES"/>
<reference refid="testcase.filename.patternset"/>
</ant>
+ <ant dir="../MVCCSampleSTM" target="build">
+ <reference refid="COMPILE_DEPENDENCIES"/>
+ <reference refid="testcase.filename.patternset"/>
+ </ant>
-
<ant dir="../MVCCSampleEAR" target="build"/>
</target>
Modified: labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml 2009-07-01 18:02:35 UTC (rev 27404)
+++ labs/jbosstm/workspace/whitingjr/trunk/MVCCSample-build/pom.xml 2009-07-01 18:04:02 UTC (rev 27405)
@@ -9,6 +9,10 @@
<properties>
<version.maven-jboss-as-control-plugin>0.1.1</version.maven-jboss-as-control-plugin>
</properties>
+ <!--
+ <modules> <module>MVCCSampleEAR</module>
+ <module>MVCCSampleEJB</module> </modules>
+ -->
<build>
<plugins>
@@ -38,6 +42,16 @@
<jboss.test.run>true</jboss.test.run> </configuration> </execution>
</executions> </plugin>
-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+ <forkMode>always</forkMode>
+ <useSystemClassLoader>true</useSystemClassLoader>
+ <argLine>-Djboss.aop.path=src/main/resources/versioning-aop.xml</argLine>
+ </configuration>
+ </plugin>
</plugins>
</build>
@@ -68,13 +82,12 @@
<version>1.2.14</version>
<scope>provided</scope>
</dependency>
+ <!--
+ dependency> <groupId>org.jboss.jbossas</groupId>
+ <artifactId>jboss-as-client</artifactId> <version>5.0.1.GA</version>
+ <scope>test</scope> </dependency
+ -->
<dependency>
- <groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-as-client</artifactId>
- <version>5.0.1.GA</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.jboss</groupId>
<artifactId>jnp-client</artifactId>
<version>4.2.2.GA</version>
@@ -148,5 +161,47 @@
<version>1.4</version>
<scope>provided</scope>
</dependency>
+
+ <dependency>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-jdk</artifactId>
+ <version>2.1.0.GA</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.pbworks</groupId>
+ <artifactId>xstm</artifactId>
+ <version>0.3</version>
+ </dependency>
+ <dependency>
+ <groupId>dstm</groupId>
+ <artifactId>dstm2</artifactId>
+ <version>2.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.cache</groupId>
+ <artifactId>jbosscache-core</artifactId>
+ <version>3.1.0.GA</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.aop</groupId>
+ <artifactId>jboss-aop</artifactId>
+ <version>2.0.1.GA</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee</artifactId>
+ <version>5.0.1.GA</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>commons-beanutils</groupId>
+ <artifactId>commons-beanutils</artifactId>
+ <version>1.8.0</version>
+ <scope>required</scope>
+ </dependency>
+
</dependencies>
</project>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list