[jboss-svn-commits] JBL Code SVN: r36991 - in labs/jbosstm/trunk: ArjunaCore/arjuna and 3 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Wed May 11 10:16:55 EDT 2011
Author: tomjenkinson
Date: 2011-05-11 10:16:55 -0400 (Wed, 11 May 2011)
New Revision: 36991
Modified:
labs/jbosstm/trunk/ArjunaCore/arjuna/pom.xml
labs/jbosstm/trunk/ArjunaJTA/docs/administration_guide/pom.xml
labs/jbosstm/trunk/ArjunaJTA/docs/installation_guide/pom.xml
labs/jbosstm/trunk/narayana-parent/pom.xml
labs/jbosstm/trunk/pom.xml
Log:
updated to trigger the parent build as part of the main build
Modified: labs/jbosstm/trunk/ArjunaCore/arjuna/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/arjuna/pom.xml 2011-05-11 13:11:14 UTC (rev 36990)
+++ labs/jbosstm/trunk/ArjunaCore/arjuna/pom.xml 2011-05-11 14:16:55 UTC (rev 36991)
@@ -127,6 +127,27 @@
<version>${byteman-version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>orson</groupId>
+ <artifactId>orson</artifactId>
+ <version>0.5.0</version>
+ <scope>system</scope>
+ <systemPath>${project.build.directory}/../../../ext/orson-0.5.0.jar</systemPath>
+ </dependency>
+ <dependency>
+ <groupId>jfreechart</groupId>
+ <artifactId>jfreechart</artifactId>
+ <version>1.0.6</version>
+ <scope>system</scope>
+ <systemPath>${project.build.directory}/../../../ext/jfreechart-1.0.6.jar</systemPath>
+ </dependency>
+ <dependency>
+ <groupId>oracle.java</groupId>
+ <artifactId>jconsole</artifactId>
+ <version>1.6.0_20</version>
+ <scope>system</scope>
+ <systemPath>${env.JAVA_HOME}/lib/jconsole.jar</systemPath>
+ </dependency>
</dependencies>
<properties>
<byteman-version>1.5.1</byteman-version>
Modified: labs/jbosstm/trunk/ArjunaJTA/docs/administration_guide/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/docs/administration_guide/pom.xml 2011-05-11 13:11:14 UTC (rev 36990)
+++ labs/jbosstm/trunk/ArjunaJTA/docs/administration_guide/pom.xml 2011-05-11 14:16:55 UTC (rev 36991)
@@ -18,8 +18,7 @@
<version>4.15.0.M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jbossjta-iaa-guide</artifactId>
- <name>JBossJTA Installation and Administration Guide module</name>
+ <artifactId>jbossjta-admin-guide</artifactId>
<packaging>jar</packaging>
<build>
<outputDirectory>target/publican</outputDirectory>
Modified: labs/jbosstm/trunk/ArjunaJTA/docs/installation_guide/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/docs/installation_guide/pom.xml 2011-05-11 13:11:14 UTC (rev 36990)
+++ labs/jbosstm/trunk/ArjunaJTA/docs/installation_guide/pom.xml 2011-05-11 14:16:55 UTC (rev 36991)
@@ -18,8 +18,7 @@
<version>4.15.0.M1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>jbossjta-iaa-guide</artifactId>
- <name>JBossJTA Installation and Administration Guide module</name>
+ <artifactId>jbossjta-install-guide</artifactId>
<packaging>jar</packaging>
<build>
<outputDirectory>target/publican</outputDirectory>
Modified: labs/jbosstm/trunk/narayana-parent/pom.xml
===================================================================
--- labs/jbosstm/trunk/narayana-parent/pom.xml 2011-05-11 13:11:14 UTC (rev 36990)
+++ labs/jbosstm/trunk/narayana-parent/pom.xml 2011-05-11 14:16:55 UTC (rev 36991)
@@ -170,7 +170,7 @@
<artifactId>emma</artifactId>
<version>2.1.5320</version>
<scope>system</scope>
- <systemPath>${TS_EMMA_JAR}</systemPath>
+ <systemPath>${project.build.directory}/../../../ext/emma.jar</systemPath>
</dependency>
</dependencies>
</plugin>
Modified: labs/jbosstm/trunk/pom.xml
===================================================================
--- labs/jbosstm/trunk/pom.xml 2011-05-11 13:11:14 UTC (rev 36990)
+++ labs/jbosstm/trunk/pom.xml 2011-05-11 14:16:55 UTC (rev 36991)
@@ -22,6 +22,7 @@
<packaging>pom</packaging>
<name>Narayana build everything</name>
<modules>
+ <module>narayana-parent</module>
<module>common</module>
<module>ArjunaCore/arjuna</module>
<module>ArjunaCore/txoj</module>
@@ -42,9 +43,21 @@
<module>ArjunaJTS/integration</module>
<module>ArjunaJTS/trailmap</module>
<module>ArjunaJTS/docs</module>
+ <module>XTS/WSAS</module>
+ <module>XTS/WS-C</module>
+ <module>XTS/WSCF</module>
+ <module>XTS/WS-T</module>
+ <module>XTS/WSTX</module>
+ <module>XTS/recovery</module>
+ <module>XTS/bridge</module>
+ <module>XTS/sar</module>
+ <module>XTS/demo</module>
+ <module>XTS/docs</module>
+ <module>XTS/jbossxts-api</module>
+ <module>XTS/localjunit</module>
+ <module>XTS/dist</module>
<module>docs</module>
<module>rhq-plugin</module>
- <module>XTS</module>
<module>ArjunaJTS/dist</module>
</modules>
</project>
More information about the jboss-svn-commits
mailing list