[jboss-svn-commits] JBL Code SVN: r36817 - in labs/jbosstm/trunk/XTS: sar and 1 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Mar 15 14:05:25 EDT 2011
Author: tomjenkinson
Date: 2011-03-15 14:05:25 -0400 (Tue, 15 Mar 2011)
New Revision: 36817
Added:
labs/jbosstm/trunk/XTS/sar/assembly/
labs/jbosstm/trunk/XTS/sar/assembly/sar.xml
labs/jbosstm/trunk/XTS/sar/pom.xml
Modified:
labs/jbosstm/trunk/XTS/pom.xml
labs/jbosstm/trunk/XTS/sar/
Log:
JBTM-574 added the sar in
Modified: labs/jbosstm/trunk/XTS/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/pom.xml 2011-03-15 17:20:36 UTC (rev 36816)
+++ labs/jbosstm/trunk/XTS/pom.xml 2011-03-15 18:05:25 UTC (rev 36817)
@@ -32,7 +32,7 @@
<module>WSTX</module>
<module>recovery</module>
<module>bridge</module>
- <!--<module>sar</module>-->
+ <module>sar</module>
<module>docs</module>
</modules>
</project>
Property changes on: labs/jbosstm/trunk/XTS/sar
___________________________________________________________________
Added: svn:ignore
+ target
.project
.classpath
.settings
Added: labs/jbosstm/trunk/XTS/sar/assembly/sar.xml
===================================================================
--- labs/jbosstm/trunk/XTS/sar/assembly/sar.xml (rev 0)
+++ labs/jbosstm/trunk/XTS/sar/assembly/sar.xml 2011-03-15 18:05:25 UTC (rev 36817)
@@ -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>
Added: labs/jbosstm/trunk/XTS/sar/pom.xml
===================================================================
--- labs/jbosstm/trunk/XTS/sar/pom.xml (rev 0)
+++ labs/jbosstm/trunk/XTS/sar/pom.xml 2011-03-15 18:05:25 UTC (rev 36817)
@@ -0,0 +1,68 @@
+<?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-parent</artifactId>
+ <version>4.15.0.M1-SNAPSHOT</version>
+ </parent>
+
+ <modelVersion>4.0.0</modelVersion>
+ <artifactId>jbossxts-tools</artifactId>
+ <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>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>
+ </dependencies>
+
+</project>
More information about the jboss-svn-commits
mailing list