[jboss-svn-commits] JBL Code SVN: r37130 - in labs/jbosstm/trunk/ArjunaJTA/examples: basic_integration_example and 2 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Jun 23 10:27:55 EDT 2011
Author: tomjenkinson
Date: 2011-06-23 10:27:55 -0400 (Thu, 23 Jun 2011)
New Revision: 37130
Added:
labs/jbosstm/trunk/ArjunaJTA/examples/basic_integration_example/
labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/
labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/README
labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/pom.xml
labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/src/
Removed:
labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/README
labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/pom.xml
labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/src/
labs/jbosstm/trunk/ArjunaJTA/examples/simple_integration_example/
labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/README
labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/pom.xml
labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/src/
Modified:
labs/jbosstm/trunk/ArjunaJTA/examples/basic_integration_example/pom.xml
Log:
JBTM-845 moved to name basic
Modified: labs/jbosstm/trunk/ArjunaJTA/examples/basic_integration_example/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/simple_integration_example/pom.xml 2011-06-23 11:00:07 UTC (rev 37119)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/basic_integration_example/pom.xml 2011-06-23 14:27:55 UTC (rev 37130)
@@ -8,9 +8,9 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.narayana.examples</groupId>
- <artifactId>simple_integration_example</artifactId>
- <name>simple_integration_example</name>
- <description>simple_integration_example</description>
+ <artifactId>basic_integration_example</artifactId>
+ <name>basic_integration_example</name>
+ <description>basic_integration_example</description>
<build>
<plugins>
<plugin>
Deleted: labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/README
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/README 2011-06-23 14:04:03 UTC (rev 37124)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/README 2011-06-23 14:27:55 UTC (rev 37130)
@@ -1,2 +0,0 @@
-This shows an example of how to include the jbossjta artifact in your own projects:
- mvn compile exec:java
Copied: labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/README (from rev 37129, labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/README)
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/README (rev 0)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/README 2011-06-23 14:27:55 UTC (rev 37130)
@@ -0,0 +1,20 @@
+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.
+
+OVERVIEW
+--------
+This shows an example of how to include the jbossjta artifact in your own projects
+
+USAGE
+-----
+mvn compile exec:exec
\ No newline at end of file
Deleted: labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/pom.xml 2011-06-23 14:04:03 UTC (rev 37124)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/pom.xml 2011-06-23 14:27:55 UTC (rev 37130)
@@ -1,75 +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.narayana.examples</groupId>
- <artifactId>jta-examples</artifactId>
- <version>5.0.0.M1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.narayana.examples</groupId>
- <artifactId>simple_maven_example</artifactId>
- <packaging>jar</packaging>
- <name>simple_maven_example</name>
- <description>simple_maven_example</description>
- <build>
- <plugins>
- <!-- This plugin allows our example to be tested -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <workingDirectory>${build.directory}/surefire-working-directory</workingDirectory>
- </configuration>
- </plugin>
- <!-- This plugin allows our example to be executed by maven by default -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>exec</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <mainClass>TransactionManagerExample</mainClass>
- <workingDirectory>${build.directory}/exec-working-directory</workingDirectory>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.jboss.jbossts</groupId>
- <artifactId>jbossjta</artifactId>
- <version>4.15.1.Final</version>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-spi</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.8.2</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>
Copied: labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/pom.xml (from rev 37128, labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/pom.xml)
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/pom.xml (rev 0)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/basic_maven_example/pom.xml 2011-06-23 14:27:55 UTC (rev 37130)
@@ -0,0 +1,80 @@
+<?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.narayana.examples</groupId>
+ <artifactId>jta-examples</artifactId>
+ <version>5.0.0.M1-SNAPSHOT</version>
+ <relativePath>../pom.xml</relativePath>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.narayana.examples</groupId>
+ <artifactId>basic_maven_example</artifactId>
+ <packaging>jar</packaging>
+ <name>basic_maven_example</name>
+ <description>basic_maven_example</description>
+ <build>
+ <plugins>
+ <!-- This plugin allows our example to be tested -->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <workingDirectory>${build.directory}/surefire-working-directory</workingDirectory>
+ </configuration>
+ </plugin>
+ <!-- This plugin allows our example to be executed by maven -->
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>exec-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>exec</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <executable>java</executable>
+ <workingDirectory>${build.directory}/exec-working-directory</workingDirectory>
+ <arguments>
+ <argument>-classpath</argument>
+ <classpath />
+ <argument>TransactionManagerExample</argument>
+ </arguments>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss.jbossts</groupId>
+ <artifactId>jbossjta</artifactId>
+ <version>4.15.1.Final</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.logging</groupId>
+ <artifactId>jboss-logging-spi</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.8.2</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+</project>
Deleted: labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/README
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/README 2011-06-23 14:20:56 UTC (rev 37129)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/README 2011-06-23 14:27:55 UTC (rev 37130)
@@ -1,20 +0,0 @@
-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.
-
-OVERVIEW
---------
-This shows an example of how to include the jbossjta artifact in your own projects
-
-USAGE
------
-mvn compile exec:exec
\ No newline at end of file
Deleted: labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/pom.xml
===================================================================
--- labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/pom.xml 2011-06-23 14:20:56 UTC (rev 37129)
+++ labs/jbosstm/trunk/ArjunaJTA/examples/simple_maven_example/pom.xml 2011-06-23 14:27:55 UTC (rev 37130)
@@ -1,80 +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.narayana.examples</groupId>
- <artifactId>jta-examples</artifactId>
- <version>5.0.0.M1-SNAPSHOT</version>
- <relativePath>../pom.xml</relativePath>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jboss.narayana.examples</groupId>
- <artifactId>simple_maven_example</artifactId>
- <packaging>jar</packaging>
- <name>simple_maven_example</name>
- <description>simple_maven_example</description>
- <build>
- <plugins>
- <!-- This plugin allows our example to be tested -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <workingDirectory>${build.directory}/surefire-working-directory</workingDirectory>
- </configuration>
- </plugin>
- <!-- This plugin allows our example to be executed by maven -->
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>exec</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <executable>java</executable>
- <workingDirectory>${build.directory}/exec-working-directory</workingDirectory>
- <arguments>
- <argument>-classpath</argument>
- <classpath />
- <argument>TransactionManagerExample</argument>
- </arguments>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.jboss.jbossts</groupId>
- <artifactId>jbossjta</artifactId>
- <version>4.15.1.Final</version>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.logging</groupId>
- <artifactId>jboss-logging-spi</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.8.2</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
-</project>
More information about the jboss-svn-commits
mailing list