[jboss-cvs] JBossAS SVN: r85098 - in projects/ejb3/tags: jboss-ejb3-tutorial-ejb_injection-0.1.0 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 2 08:47:06 EST 2009


Author: jaikiran
Date: 2009-03-02 08:47:05 -0500 (Mon, 02 Mar 2009)
New Revision: 85098

Added:
   projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0/
   projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0/pom.xml
Removed:
   projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0/pom.xml
Log:
[maven-release-plugin]  copy for tag jboss-ejb3-tutorial-ejb_injection-0.1.0

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0 (from rev 85088, projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/ear)

Deleted: projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/ear/pom.xml	2009-03-02 13:34:35 UTC (rev 85088)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0/pom.xml	2009-03-02 13:47:05 UTC (rev 85098)
@@ -1,77 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<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">
-
-  
-	<properties>
-		<!-- We do not want to run any standalone client, so let's skip it. Let's just do a deploy/undeploy for testing
-		that the tutorial deploys without any errors -->
-		<jboss.ejb3.tutorial.client.skip>true</jboss.ejb3.tutorial.client.skip>
-	  	<!--  Versions -->
-	    <version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_webapp>0.1.0-SNAPSHOT</version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_webapp>
-	    <version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_ejb3app>0.1.0-SNAPSHOT</version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_ejb3app>
-  	</properties>
-  	
-  
-   
-  <!-- Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-  
-  <!-- We need the deploy/undeploy support provided by the jboss-ejb3-tutorial-common, so that's our
-  parent  -->
-  <parent>
-    <groupId>org.jboss.ejb3</groupId>
-    <artifactId>jboss-ejb3-tutorial-common</artifactId>
-    <version>0.1.0</version>
-    <relativePath>../../common</relativePath>
-  </parent>
-
-  
-
-	
-  <artifactId>jboss-ejb3-tutorial-ejb_injection</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
-  <packaging>ear</packaging>
-  <name>EAR for EJB injection in Servlet</name>
-  <url>http://labs.jboss.com/jbossejb3/</url>
-  <description>
-	Enterprise application showing injection of EJB in Servlet
-  </description>
-  
- 
-	
-  
-  
-	<!-- Dependencies -->
-	<dependencies>
-  		
-      
-      <dependency>
-            <groupId>org.jboss.ejb3</groupId>
-            <artifactId>jboss-ejb3-tutorial-enterprise_webapp</artifactId>
-            <version>${version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_webapp}</version>
-			<type>war</type>
-        </dependency>
-        <dependency>
-            <groupId>org.jboss.ejb3</groupId>
-            <artifactId>jboss-ejb3-tutorial-enterprise_ejb3app</artifactId>
-            <version>${version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_ejb3app}</version>
-			<type>ejb</type>
-        </dependency>
-        
-        <dependency>
-            <groupId>org.jboss.jbossas</groupId>
-            <artifactId>jboss-as-client</artifactId>
-            <version>${version.org.jboss.jbossas_jboss-as-client}</version>
-            <type>pom</type>
-            <scope>provided</scope>
-        </dependency>
-    
-	</dependencies>	 
-
-
-	
- 
-
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0/pom.xml (from rev 85097, projects/ejb3/trunk/docs/tutorial/enterprise_app_ejb_injection/ear/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0/pom.xml	2009-03-02 13:47:05 UTC (rev 85098)
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<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">
+
+  
+	<properties>
+		<!-- We do not want to run any standalone client, so let's skip it. Let's just do a deploy/undeploy for testing
+		that the tutorial deploys without any errors -->
+		<jboss.ejb3.tutorial.client.skip>true</jboss.ejb3.tutorial.client.skip>
+	  	<!--  Versions -->
+	    <version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_webapp>0.1.0</version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_webapp>
+	    <version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_ejb3app>0.1.0</version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_ejb3app>
+  	</properties>
+  	
+  
+   
+  <!-- Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+  
+  <!-- We need the deploy/undeploy support provided by the jboss-ejb3-tutorial-common, so that's our
+  parent  -->
+  <parent>
+    <groupId>org.jboss.ejb3</groupId>
+    <artifactId>jboss-ejb3-tutorial-common</artifactId>
+    <version>0.1.0</version>
+    <relativePath>../../common</relativePath>
+  </parent>
+
+  
+
+	
+  <artifactId>jboss-ejb3-tutorial-ejb_injection</artifactId>
+  <version>0.1.0</version>
+  <packaging>ear</packaging>
+  <name>EAR for EJB injection in Servlet</name>
+  <url>http://labs.jboss.com/jbossejb3/</url>
+  <description>
+	Enterprise application showing injection of EJB in Servlet
+  </description>
+  
+ 
+	
+  
+  
+	<!-- Dependencies -->
+	<dependencies>
+  		
+      
+      <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-tutorial-enterprise_webapp</artifactId>
+            <version>${version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_webapp}</version>
+			<type>war</type>
+        </dependency>
+        <dependency>
+            <groupId>org.jboss.ejb3</groupId>
+            <artifactId>jboss-ejb3-tutorial-enterprise_ejb3app</artifactId>
+            <version>${version.org.jboss.ejb3_jboss-ejb3-tutorial-enterprise_ejb3app}</version>
+			<type>ejb</type>
+        </dependency>
+        
+        <dependency>
+            <groupId>org.jboss.jbossas</groupId>
+            <artifactId>jboss-as-client</artifactId>
+            <version>${version.org.jboss.jbossas_jboss-as-client}</version>
+            <type>pom</type>
+            <scope>provided</scope>
+        </dependency>
+    
+	</dependencies>	 
+
+
+	
+ 
+
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-ejb_injection-0.1.0</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list