[jboss-svn-commits] JBL Code SVN: r36823 - labs/jbosstm/trunk.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Mar 16 12:20:10 EDT 2011


Author: tomjenkinson
Date: 2011-03-16 12:20:10 -0400 (Wed, 16 Mar 2011)
New Revision: 36823

Added:
   labs/jbosstm/trunk/pom.xml
Log:
JBTM-574 added a top level pom

Added: labs/jbosstm/trunk/pom.xml
===================================================================
--- labs/jbosstm/trunk/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/pom.xml	2011-03-16 16:20:10 UTC (rev 36823)
@@ -0,0 +1,56 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+	<!-- JBoss, Home of Professional Open Source Copyright 2009, Red Hat Middleware 
+		LLC, and individual contributors as indicated by the @author tags. See the 
+		copyright.txt in the distribution for a full listing of individual contributors. 
+		This copyrighted material is made available to anyone wishing to use, modify, 
+		copy, or redistribute it subject to the terms and conditions of the GNU Lesser 
+		General Public License, v. 2.1. This program is distributed in the hope that 
+		it will be useful, but WITHOUT A WARRANTY; without even the implied warranty 
+		of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser 
+		General Public License for more details. You should have received a copy 
+		of the GNU Lesser General Public License, v.2.1 along with this distribution; 
+		if not, write to the Free Software Foundation, Inc., 51 Franklin Street, 
+		Fifth Floor, Boston, MA 02110-1301, USA. (C) 2009, @author JBoss Inc. (jonathan.halliday at redhat.com) -->
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-parent</artifactId>
+		<version>4.15.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>narayana</artifactId>
+	<packaging>pom</packaging>
+	<name>Narayana build everything</name>
+
+	<modules>
+		<module>common</module>
+		<module>ArjunaCore/arjuna</module>
+		<module>ArjunaCore/txoj</module>
+		<module>ArjunaCore/tsmx</module>
+		<module>ArjunaCore/arjuna/services</module>
+		<module>ArjunaCore/arjunacore</module>
+		<module>ArjunaCore/docs</module>
+		<module>ArjunaCore/dist</module>
+		<module>ArjunaJTA/jta</module>
+		<module>ArjunaJTA/jdbc</module>
+		<module>ArjunaJTA/tsmx</module>
+		<module>ArjunaJTA/jbossjta</module>
+		<module>ArjunaJTA/docs</module>
+		<module>ArjunaJTA/integration</module>
+		<module>ArjunaJTA/dist</module>
+		<module>ArjunaJTS/orbportability</module>
+		<module>ArjunaJTS/jts</module>
+		<module>ArjunaJTS/jtax</module>
+		<module>ArjunaJTS/tsmx-sar</module>
+		<module>ArjunaJTS/jbossjts</module>
+		<module>ArjunaJTS/tsmx</module>
+		<module>ArjunaJTS/integration</module>
+		<module>ArjunaJTS/trailmap</module>
+		<module>ArjunaJTS/docs</module>
+		<module>rhq-plugin</module>
+		<module>XTS</module>
+		<module>ArjunaJTS/dist</module>
+	</modules>
+</project>



More information about the jboss-svn-commits mailing list