[jboss-cvs] JBossAS SVN: r99480 - in projects/ejb3/components/async: trunk and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 15 09:23:13 EST 2010


Author: ALRubinger
Date: 2010-01-15 09:23:12 -0500 (Fri, 15 Jan 2010)
New Revision: 99480

Added:
   projects/ejb3/components/async/trunk/
   projects/ejb3/components/async/trunk/build/
   projects/ejb3/components/async/trunk/impl/
   projects/ejb3/components/async/trunk/pom.xml
   projects/ejb3/components/async/trunk/spi/
Removed:
   projects/ejb3/components/async/build/
   projects/ejb3/components/async/impl/
   projects/ejb3/components/async/pom.xml
   projects/ejb3/components/async/spi/
   projects/ejb3/components/async/trunk/spi/.classpath
   projects/ejb3/components/async/trunk/spi/.project
   projects/ejb3/components/async/trunk/spi/.settings/
Log:
[EJBTHREE-1721] Give "async" component a trunk

Deleted: projects/ejb3/components/async/pom.xml
===================================================================
--- projects/ejb3/components/async/pom.xml	2010-01-15 14:12:11 UTC (rev 99479)
+++ projects/ejb3/components/async/pom.xml	2010-01-15 14:23:12 UTC (rev 99480)
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-  <!--
-  vi:ts=2:sw=2:expandtab:
--->
-<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 -->
-  <parent>
-    <groupId>org.jboss</groupId>
-    <artifactId>jboss-parent</artifactId>
-    <version>4</version>
-  </parent>
-
-  <!-- Model Information -->
-  <modelVersion>4.0.0</modelVersion>
-  
-    <!-- Artifact Information  -->
-  <groupId>org.jboss.ejb3.async</groupId>
-  <artifactId>async-parent</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>JBoss EJB 3.1+ @Asychronous Aggregator</name>
-  <url>http://www.jboss.org</url>
-  <description>Support of EJB @Asynchronous as detailed by EJB 3.1 Specification 4.5</description>
-
-  <!-- Plugin Configuration -->
-  <build>
-    <plugins>
-
-      <!-- Deploy -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <!-- Don't include this aggregator in the deployment -->
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-
-    </plugins>
-  </build>
-
-  <!-- Aggregate Modules -->
-  <modules>
-    <module>spi</module>
-    <module>build</module>
-    <module>impl</module>
-  </modules>
-
-</project>

Copied: projects/ejb3/components/async/trunk/build (from rev 99479, projects/ejb3/components/async/build)

Copied: projects/ejb3/components/async/trunk/impl (from rev 99479, projects/ejb3/components/async/impl)

Copied: projects/ejb3/components/async/trunk/pom.xml (from rev 99479, projects/ejb3/components/async/pom.xml)
===================================================================
--- projects/ejb3/components/async/trunk/pom.xml	                        (rev 0)
+++ projects/ejb3/components/async/trunk/pom.xml	2010-01-15 14:23:12 UTC (rev 99480)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+  <!--
+  vi:ts=2:sw=2:expandtab:
+-->
+<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 -->
+  <parent>
+    <groupId>org.jboss</groupId>
+    <artifactId>jboss-parent</artifactId>
+    <version>4</version>
+  </parent>
+
+  <!-- Model Information -->
+  <modelVersion>4.0.0</modelVersion>
+  
+    <!-- Artifact Information  -->
+  <groupId>org.jboss.ejb3.async</groupId>
+  <artifactId>async-parent</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <name>JBoss EJB 3.1+ @Asychronous Aggregator</name>
+  <url>http://www.jboss.org</url>
+  <description>Support of EJB @Asynchronous as detailed by EJB 3.1 Specification 4.5</description>
+
+  <!-- Plugin Configuration -->
+  <build>
+    <plugins>
+
+      <!-- Deploy -->
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-deploy-plugin</artifactId>
+        <configuration>
+          <!-- Don't include this aggregator in the deployment -->
+          <skip>true</skip>
+        </configuration>
+      </plugin>
+
+    </plugins>
+  </build>
+
+  <!-- Aggregate Modules -->
+  <modules>
+    <module>spi</module>
+    <module>build</module>
+    <module>impl</module>
+  </modules>
+
+</project>

Copied: projects/ejb3/components/async/trunk/spi (from rev 99479, projects/ejb3/components/async/spi)


Property changes on: projects/ejb3/components/async/trunk/spi
___________________________________________________________________
Name: svn:ignore
   + target
eclipse-target
target-eclipse
.settings
.project
.classpath


Deleted: projects/ejb3/components/async/trunk/spi/.classpath
===================================================================
--- projects/ejb3/components/async/spi/.classpath	2010-01-15 14:12:11 UTC (rev 99479)
+++ projects/ejb3/components/async/trunk/spi/.classpath	2010-01-15 14:23:12 UTC (rev 99480)
@@ -1,9 +0,0 @@
-<classpath>
-  <classpathentry kind="src" path="src/main/java"/>
-  <classpathentry kind="src" path="src/main/resources" excluding="**/*.java"/>
-  <classpathentry kind="src" path="src/test/java" output="eclipse-target/tests-classes"/>
-  <classpathentry kind="src" path="src/test/resources" output="eclipse-target/tests-classes" excluding="**/*.java"/>
-  <classpathentry kind="output" path="eclipse-target/classes"/>
-  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-  <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-</classpath>
\ No newline at end of file

Deleted: projects/ejb3/components/async/trunk/spi/.project
===================================================================
--- projects/ejb3/components/async/spi/.project	2010-01-15 14:12:11 UTC (rev 99479)
+++ projects/ejb3/components/async/trunk/spi/.project	2010-01-15 14:23:12 UTC (rev 99480)
@@ -1,17 +0,0 @@
-<projectDescription>
-  <name>jboss-ejb3-async-spi</name>
-  <comment>Service Provider Interface for JBoss EJB 3.1 @Asynchronous</comment>
-  <projects/>
-  <buildSpec>
-    <buildCommand>
-      <name>org.eclipse.jdt.core.javabuilder</name>
-    </buildCommand>
-    <buildCommand>
-      <name>org.maven.ide.eclipse.maven2Builder</name>
-    </buildCommand>
-  </buildSpec>
-  <natures>
-    <nature>org.eclipse.jdt.core.javanature</nature>
-    <nature>org.maven.ide.eclipse.maven2Nature</nature>
-  </natures>
-</projectDescription>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list