[jboss-cvs] JBossAS SVN: r67865 - in projects/ejb3/branches: ejb3-impl-0.1.2 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 4 06:14:09 EST 2007


Author: ALRubinger
Date: 2007-12-04 06:14:09 -0500 (Tue, 04 Dec 2007)
New Revision: 67865

Added:
   projects/ejb3/branches/ejb3-impl-0.1.2/
   projects/ejb3/branches/ejb3-impl-0.1.2/.classpath
   projects/ejb3/branches/ejb3-impl-0.1.2/.project
   projects/ejb3/branches/ejb3-impl-0.1.2/.settings/
   projects/ejb3/branches/ejb3-impl-0.1.2/pom.xml
   projects/ejb3/branches/ejb3-impl-0.1.2/src/
Removed:
   projects/ejb3/branches/ejb3-impl-0.1.2/.classpath
   projects/ejb3/branches/ejb3-impl-0.1.2/.project
   projects/ejb3/branches/ejb3-impl-0.1.2/.settings/
   projects/ejb3/branches/ejb3-impl-0.1.2/pom.xml
   projects/ejb3/branches/ejb3-impl-0.1.2/src/
Log:
[maven-release-plugin]  copy for branch ejb3-impl-0.1.2

Copied: projects/ejb3/branches/ejb3-impl-0.1.2 (from rev 67861, projects/ejb3/trunk/ejb3-impl)

Deleted: projects/ejb3/branches/ejb3-impl-0.1.2/.classpath
===================================================================
--- projects/ejb3/trunk/ejb3-impl/.classpath	2007-12-04 11:10:35 UTC (rev 67861)
+++ projects/ejb3/branches/ejb3-impl-0.1.2/.classpath	2007-12-04 11:14:09 UTC (rev 67865)
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" path="src/main/java"/>
-	<classpathentry kind="src" path="src/test/java"/>
-	<classpathentry excluding="**" kind="src" output="src/main/resources" path="src/main/resources"/>
-	<classpathentry excluding="**" kind="src" output="src/test/resources" path="src/test/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>

Copied: projects/ejb3/branches/ejb3-impl-0.1.2/.classpath (from rev 67834, projects/ejb3/trunk/ejb3-impl/.classpath)
===================================================================
--- projects/ejb3/branches/ejb3-impl-0.1.2/.classpath	                        (rev 0)
+++ projects/ejb3/branches/ejb3-impl-0.1.2/.classpath	2007-12-04 11:14:09 UTC (rev 67865)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="src" path="src/test/java"/>
+	<classpathentry excluding="**" kind="src" output="src/main/resources" path="src/main/resources"/>
+	<classpathentry excluding="**" kind="src" output="src/test/resources" path="src/test/resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Deleted: projects/ejb3/branches/ejb3-impl-0.1.2/.project
===================================================================
--- projects/ejb3/trunk/ejb3-impl/.project	2007-12-04 11:10:35 UTC (rev 67861)
+++ projects/ejb3/branches/ejb3-impl-0.1.2/.project	2007-12-04 11:14:09 UTC (rev 67865)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>jboss-ejb3-impl</name>
-	<comment>JBoss EJB 3 Implementation Classes</comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-</projectDescription>

Copied: projects/ejb3/branches/ejb3-impl-0.1.2/.project (from rev 67834, projects/ejb3/trunk/ejb3-impl/.project)
===================================================================
--- projects/ejb3/branches/ejb3-impl-0.1.2/.project	                        (rev 0)
+++ projects/ejb3/branches/ejb3-impl-0.1.2/.project	2007-12-04 11:14:09 UTC (rev 67865)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jboss-ejb3-impl</name>
+	<comment>JBoss EJB 3 Implementation Classes</comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>

Copied: projects/ejb3/branches/ejb3-impl-0.1.2/.settings (from rev 67834, projects/ejb3/trunk/ejb3-impl/.settings)

Deleted: projects/ejb3/branches/ejb3-impl-0.1.2/pom.xml
===================================================================
--- projects/ejb3/trunk/ejb3-impl/pom.xml	2007-12-04 11:10:35 UTC (rev 67861)
+++ projects/ejb3/branches/ejb3-impl-0.1.2/pom.xml	2007-12-04 11:14:09 UTC (rev 67865)
@@ -1,101 +0,0 @@
-<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">
-
-   <!-- Define Parent -->
-   <parent>
-
-      <groupId>org.jboss</groupId>
-      <artifactId>jboss-parent</artifactId>
-      <version>3</version>
-
-      <!-- 
-         <artifactId>jboss-ejb3</artifactId>
-         <groupId>org.jboss.ejb3</groupId>
-         <version>0.11.0-SNAPSHOT</version>
-         <relativePath>../build/pom.xml</relativePath>
-      -->
-   </parent>
-
-   <!-- Maven POM Model Version -->
-   <modelVersion>4.0.0</modelVersion>
-
-   <!-- Artifact Information -->
-   <groupId>org.jboss.ejb3</groupId>
-   <artifactId>jboss-ejb3-impl</artifactId>
-   <version>0.1.2-SNAPSHOT</version>
-   <name>JBoss EJB 3 Implementation Classes</name>
-   <description>
-      JBoss EJB 3 Implementation Internals conforming to API
-   </description>
-   <url>http://labs.jboss.com/jbossejb3/</url>
-
-   <!-- SCM -->
-   <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/trunk/</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb/trunk/</developerConnection>
-      <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/ejb3/trunk/</url>
-   </scm>
-
-   <!-- 
-      
-      NOTE: This section should likely be configured in the parent
-      
-   -->
-   <build>
-      <plugins>
-
-         <!-- Maven Release Plugin Configuration -->
-         <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-release-plugin</artifactId>
-            <configuration>
-               <tagBase>
-                  https://svn.jboss.org/repos/jbossas/projects/ejb3/tags
-               </tagBase>
-            </configuration>
-         </plugin>
-
-         <!-- JBoss Deploy Plugin -->
-         <plugin>
-            <groupId>org.jboss.maven.plugins</groupId>
-            <artifactId>maven-jboss-deploy-plugin</artifactId>
-            <version>1.5</version>
-            <executions>
-               <execution>
-                  <goals>
-                     <goal>jboss-deploy</goal>
-                  </goals>
-               </execution>
-            </executions>
-            <configuration>
-               <jbossDeployRoot>
-                  ${jboss.repository.root}
-               </jbossDeployRoot>
-               <removeArtifactVersion>true</removeArtifactVersion>
-               <groupId>jboss</groupId>
-            </configuration>
-            <inherited>true</inherited>
-         </plugin>
-
-      </plugins>
-   </build>
-
-   <!-- Dependencies -->
-   <dependencies>
-
-      <!-- JUnit -->
-      <dependency>
-         <groupId>junit</groupId>
-         <artifactId>junit</artifactId>
-         <scope>test</scope>
-         <version>4.4</version>
-      </dependency>
-
-      <!-- EJB3 External API -->
-      <dependency>
-         <groupId>org.jboss.ejb3</groupId>
-         <artifactId>jboss-ejb3-ext-api</artifactId>
-         <version>0.1.2-SNAPSHOT</version>
-      </dependency>
-   </dependencies>
-
-</project>

Copied: projects/ejb3/branches/ejb3-impl-0.1.2/pom.xml (from rev 67864, projects/ejb3/trunk/ejb3-impl/pom.xml)
===================================================================
--- projects/ejb3/branches/ejb3-impl-0.1.2/pom.xml	                        (rev 0)
+++ projects/ejb3/branches/ejb3-impl-0.1.2/pom.xml	2007-12-04 11:14:09 UTC (rev 67865)
@@ -0,0 +1,101 @@
+<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">
+
+   <!-- Define Parent -->
+   <parent>
+
+      <groupId>org.jboss</groupId>
+      <artifactId>jboss-parent</artifactId>
+      <version>3</version>
+
+      <!-- 
+         <artifactId>jboss-ejb3</artifactId>
+         <groupId>org.jboss.ejb3</groupId>
+         <version>0.11.0-SNAPSHOT</version>
+         <relativePath>../build/pom.xml</relativePath>
+      -->
+   </parent>
+
+   <!-- Maven POM Model Version -->
+   <modelVersion>4.0.0</modelVersion>
+
+   <!-- Artifact Information -->
+   <groupId>org.jboss.ejb3</groupId>
+   <artifactId>jboss-ejb3-impl</artifactId>
+   <version>0.1.2-SNAPSHOT</version>
+   <name>JBoss EJB 3 Implementation Classes</name>
+   <description>
+      JBoss EJB 3 Implementation Internals conforming to API
+   </description>
+   <url>http://labs.jboss.com/jbossejb3/</url>
+
+   <!-- SCM -->
+   <scm>
+      <connection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/ejb3-impl-0.1.2</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/branches/ejb3-impl-0.1.2</developerConnection>
+      <url>https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/ejb3-impl-0.1.2</url>
+   </scm>
+
+   <!-- 
+      
+      NOTE: This section should likely be configured in the parent
+      
+   -->
+   <build>
+      <plugins>
+
+         <!-- Maven Release Plugin Configuration -->
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <configuration>
+               <tagBase>
+                  https://svn.jboss.org/repos/jbossas/projects/ejb3/tags
+               </tagBase>
+            </configuration>
+         </plugin>
+
+         <!-- JBoss Deploy Plugin -->
+         <plugin>
+            <groupId>org.jboss.maven.plugins</groupId>
+            <artifactId>maven-jboss-deploy-plugin</artifactId>
+            <version>1.5</version>
+            <executions>
+               <execution>
+                  <goals>
+                     <goal>jboss-deploy</goal>
+                  </goals>
+               </execution>
+            </executions>
+            <configuration>
+               <jbossDeployRoot>
+                  ${jboss.repository.root}
+               </jbossDeployRoot>
+               <removeArtifactVersion>true</removeArtifactVersion>
+               <groupId>jboss</groupId>
+            </configuration>
+            <inherited>true</inherited>
+         </plugin>
+
+      </plugins>
+   </build>
+
+   <!-- Dependencies -->
+   <dependencies>
+
+      <!-- JUnit -->
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <scope>test</scope>
+         <version>4.4</version>
+      </dependency>
+
+      <!-- EJB3 External API -->
+      <dependency>
+         <groupId>org.jboss.ejb3</groupId>
+         <artifactId>jboss-ejb3-ext-api</artifactId>
+         <version>0.1.2-SNAPSHOT</version>
+      </dependency>
+   </dependencies>
+
+</project>

Copied: projects/ejb3/branches/ejb3-impl-0.1.2/src (from rev 67834, projects/ejb3/trunk/ejb3-impl/src)




More information about the jboss-cvs-commits mailing list