[jboss-svn-commits] JBL Code SVN: r36648 - in labs/jbosstm/trunk: ArjunaCore/tsmx/sar and 5 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Feb 22 06:51:24 EST 2011


Author: tomjenkinson
Date: 2011-02-22 06:51:24 -0500 (Tue, 22 Feb 2011)
New Revision: 36648

Added:
   labs/jbosstm/trunk/ArjunaJTA/tsmx-sar/
   labs/jbosstm/trunk/ArjunaJTA/tsmx-sar/pom.xml
   labs/jbosstm/trunk/ArjunaJTA/tsmx-sar/src/
   labs/jbosstm/trunk/ArjunaJTA/tsmx-sar/src/assembly/
   labs/jbosstm/trunk/ArjunaJTA/tsmx-sar/src/assembly/sar.xml
Removed:
   labs/jbosstm/trunk/ArjunaCore/tsmx/sar/pom.xml
   labs/jbosstm/trunk/ArjunaCore/tsmx/sar/src/assembly/
Modified:
   labs/jbosstm/trunk/ArjunaCore/tsmx/pom.xml
   labs/jbosstm/trunk/ArjunaJTA/pom.xml
Log:
JBTM-574 build the sar for JTA

Modified: labs/jbosstm/trunk/ArjunaCore/tsmx/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/tsmx/pom.xml	2011-02-22 11:34:36 UTC (rev 36647)
+++ labs/jbosstm/trunk/ArjunaCore/tsmx/pom.xml	2011-02-22 11:51:24 UTC (rev 36648)
@@ -31,7 +31,6 @@
 		<module>objectstorebrowser</module>
 		<module>osbv-defaults</module>
 		<module>perfgraph</module>
-		<module>sar</module>
 	</modules>
 
 </project>

Deleted: labs/jbosstm/trunk/ArjunaCore/tsmx/sar/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaCore/tsmx/sar/pom.xml	2011-02-22 11:34:36 UTC (rev 36647)
+++ labs/jbosstm/trunk/ArjunaCore/tsmx/sar/pom.xml	2011-02-22 11:51:24 UTC (rev 36648)
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
-	LLC, and others contributors as indicated by the @authors tag. All rights 
-	reserved. 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. -->
-<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">
-	<parent>
-		<groupId>org.jboss.jbossts</groupId>
-		<artifactId>narayana-build-common</artifactId>
-		<version>5.0.0.M1-SNAPSHOT</version>
-	</parent>
-
-	<modelVersion>4.0.0</modelVersion>
-	<artifactId>tsmx-tools-sar</artifactId>
-	<name>ArjunaCore tsmx-tools sar</name>
-	<packaging>jar</packaging>
-
-
-	<build>
-		<sourceDirectory>src</sourceDirectory>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-assembly-plugin</artifactId>
-				<version>2.2</version>
-				<extensions>true</extensions>
-				<executions>
-					<execution>
-						<id>my-sar</id>
-						<goals>
-							<goal>single</goal>
-						</goals>
-						<phase>package</phase>
-						<configuration>
-							<descriptors>
-								<descriptor>src/assembly/my-sar.xml</descriptor>
-							</descriptors>
-							<archive>
-								<manifestEntries>
-									<Class-Path>tsmx-tools.jar tools/tsmx-objectstorebrowser.jar</Class-Path>
-								</manifestEntries>
-							</archive>
-						</configuration>
-					</execution>
-				</executions>
-				<dependencies>
-					<dependency>
-						<groupId>org.codehaus.mojo</groupId>
-						<artifactId>jboss-packaging-maven-plugin</artifactId>
-						<version>2.2</version>
-					</dependency>
-				</dependencies>
-			</plugin>
-		</plugins>
-	</build>
-	<dependencies>
-		<dependency>
-			<groupId>org.jboss.jbossts</groupId>
-			<artifactId>tsmx-tools</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.jboss.jbossts</groupId>
-			<artifactId>tsmx-core-objectstorebrowser</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.jboss.jbossts</groupId>
-			<artifactId>osbv-defaults</artifactId>
-		</dependency>
-	</dependencies>
-
-</project>

Modified: labs/jbosstm/trunk/ArjunaJTA/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/pom.xml	2011-02-22 11:34:36 UTC (rev 36647)
+++ labs/jbosstm/trunk/ArjunaJTA/pom.xml	2011-02-22 11:51:24 UTC (rev 36648)
@@ -53,6 +53,7 @@
 		<module>jta</module>
 		<module>jdbc</module>
 		<module>tsmx</module>
+		<module>tsmx-sar</module>
 		<module>jbossjta</module>
 		<module>docs</module>
 		<module>integration</module>


Property changes on: labs/jbosstm/trunk/ArjunaJTA/tsmx-sar
___________________________________________________________________
Added: svn:ignore
   + target
build
.project
.classpath
.settings


Added: labs/jbosstm/trunk/ArjunaJTA/tsmx-sar/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/tsmx-sar/pom.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaJTA/tsmx-sar/pom.xml	2011-02-22 11:51:24 UTC (rev 36648)
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. 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. -->
+<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">
+	<parent>
+		<groupId>org.jboss.jbossts</groupId>
+		<artifactId>narayana-build-common</artifactId>
+		<version>5.0.0.M1-SNAPSHOT</version>
+	</parent>
+
+	<modelVersion>4.0.0</modelVersion>
+	<artifactId>tsmx-jta-sar</artifactId>
+	<name>ArjunaJTA tsmx-tools sar</name>
+	<packaging>jar</packaging>
+
+
+	<build>
+		<sourceDirectory>../../ArjunaCore/tsmx/sar/src</sourceDirectory>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-assembly-plugin</artifactId>
+				<version>2.2</version>
+				<extensions>true</extensions>
+				<executions>
+					<execution>
+						<id>my-sar</id>
+						<goals>
+							<goal>single</goal>
+						</goals>
+						<phase>package</phase>
+						<configuration>
+							<descriptors>
+								<descriptor>src/assembly/sar.xml</descriptor>
+							</descriptors>
+							<archive>
+								<manifestEntries>
+									<Class-Path>tsmx-tools.jar tools/tsmx-objectstorebrowser.jar</Class-Path>
+								</manifestEntries>
+							</archive>
+						</configuration>
+					</execution>
+				</executions>
+				<dependencies>
+					<dependency>
+						<groupId>org.codehaus.mojo</groupId>
+						<artifactId>jboss-packaging-maven-plugin</artifactId>
+						<version>2.2</version>
+					</dependency>
+				</dependencies>
+			</plugin>
+		</plugins>
+	</build>
+	<dependencies>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>tsmx-tools</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>tsmx-jta-objectstorebrowser</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.jboss.jbossts</groupId>
+			<artifactId>osbv-defaults</artifactId>
+		</dependency>
+	</dependencies>
+
+</project>

Added: labs/jbosstm/trunk/ArjunaJTA/tsmx-sar/src/assembly/sar.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/tsmx-sar/src/assembly/sar.xml	                        (rev 0)
+++ labs/jbosstm/trunk/ArjunaJTA/tsmx-sar/src/assembly/sar.xml	2011-02-22 11:51:24 UTC (rev 36648)
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- JBoss, Home of Professional Open Source Copyright 2008, Red Hat Middleware 
+	LLC, and others contributors as indicated by the @authors tag. All rights 
+	reserved. 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. -->
+<assembly>
+	<id>sar</id>
+	<formats>
+		<format>sar</format>
+	</formats>
+	<includeBaseDirectory>false</includeBaseDirectory>
+	<fileSets>
+		<fileSet>
+			<directory>../../ArjunaCore/tsmx/sar/resources</directory>
+			<outputDirectory>/</outputDirectory>
+		</fileSet>
+	</fileSets>
+	<files>
+		<file>
+			<source>target/${project.artifactId}-${project.version}.jar</source>
+			<outputDirectory>/</outputDirectory>
+			<destName>embedded-tools.jar</destName>
+		</file>
+		<file>
+			<source>../../ArjunaCore/tsmx/etc/toolsframework.xml</source>
+			<outputDirectory>/</outputDirectory>
+		</file>
+	</files>
+	<dependencySets>
+		<dependencySet>
+			<includes>
+				<include>org.jboss.jbossts:tsmx-tools</include>
+			</includes>
+			<outputDirectory>/</outputDirectory>
+			<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}
+			</outputFileNameMapping>
+			<unpack>false</unpack>
+			<useTransitiveDependencies>false</useTransitiveDependencies>
+		</dependencySet>
+		<dependencySet>
+			<includes>
+				<include>org.jboss.jbossts:tsmx-jta-objectstorebrowser</include>
+			</includes>
+			<outputDirectory>tools</outputDirectory>
+			<outputFileNameMapping>tsmx-objectstorebrowser.jar
+			</outputFileNameMapping>
+			<unpack>false</unpack>
+			<useTransitiveDependencies>false</useTransitiveDependencies>
+		</dependencySet>
+		<dependencySet>
+			<includes>
+				<include>org.jboss.jbossts:osbv-defaults</include>
+			</includes>
+			<outputDirectory>tools/plugins</outputDirectory>
+			<outputFileNameMapping>${artifact.artifactId}.${artifact.extension}
+			</outputFileNameMapping>
+			<unpack>false</unpack>
+			<useTransitiveDependencies>false</useTransitiveDependencies>
+		</dependencySet>
+	</dependencySets>
+</assembly>



More information about the jboss-svn-commits mailing list