[jboss-svn-commits] JBL Code SVN: r36659 - labs/jbosstm/trunk/ArjunaJTS/docs.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Feb 22 11:45:11 EST 2011


Author: tomjenkinson
Date: 2011-02-22 11:45:11 -0500 (Tue, 22 Feb 2011)
New Revision: 36659

Added:
   labs/jbosstm/trunk/ArjunaJTS/docs/pom.xml
Log:
JBTM-574 mavenise the TS docs

Added: labs/jbosstm/trunk/ArjunaJTS/docs/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTS/docs/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaJTS/docs/pom.xml	2011-02-22 16:45:11 UTC (rev 36659)
@@ -0,0 +1,34 @@
+<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-build-common</artifactId>
+		<version>5.0.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<groupId>org.jboss.jbossts</groupId>
+	<artifactId>jbossjts-docs</artifactId>
+	<packaging>pom</packaging>
+	<name>JBossTS Documentation</name>
+
+	<modules>
+		<module>ArjunaJTS_Development_Guide</module>
+		<module>ArjunaJTS_Installation_And_Administration_Guide</module>
+	</modules>
+</project>



More information about the jboss-svn-commits mailing list