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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 2 05:22:07 EST 2009


Author: jaikiran
Date: 2009-03-02 05:22:07 -0500 (Mon, 02 Mar 2009)
New Revision: 84940

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

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-init-0.1.0 (from rev 84928, projects/ejb3/trunk/docs/tutorial/init)

Deleted: projects/ejb3/tags/jboss-ejb3-tutorial-init-0.1.0/pom.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/init/pom.xml	2009-03-02 10:04:13 UTC (rev 84928)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-init-0.1.0/pom.xml	2009-03-02 10:22:07 UTC (rev 84940)
@@ -1,84 +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">
-
-  
-
-  
-   
-  <!-- Model Version -->
-  <modelVersion>4.0.0</modelVersion>
-
-  <properties>
-    
-    <!--  Versions -->
-    <version.maven-jboss-as-control-plugin>0.1.1</version.maven-jboss-as-control-plugin>
-  </properties>
-
-  <parent>
-    <groupId>org.jboss.ejb3</groupId>
-    <artifactId>jboss-ejb3-tutorial-build</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
-    <relativePath>../build</relativePath>
-  </parent>
-
-
-  
-
-
-  <artifactId>jboss-ejb3-tutorial-init</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
-  <packaging>pom</packaging>
-  <name>EJB3 Tutorial Init</name>
-  <url>http://labs.jboss.com/jbossejb3/</url>
-  <description>
-    Initializes the environment required for running the EJB3 tutorials
-  </description>
-  
-	<build>
-  		
-   		<plugins>
-			<!--  JBossAS Maven plugin for startup/shutdown
-			and other AS control -->
-		  	<plugin>
-          		<groupId>org.jboss.maven.plugins.jbossas</groupId>
-            		<artifactId>maven-jboss-as-control-plugin</artifactId>
-	            	<version>${version.maven-jboss-as-control-plugin}</version>
-            	
-            		<!-- Executions -->
-            		<!-- 
-                		Start the server
-              		-->
-            	
-               		 <executions>
-              		<execution>
-	                	<id>start-jbossas</id>
-	                	<goals>
-	                  		<goal>start</goal>
-	                	</goals>
-	                	<phase>install</phase>
-	                	<configuration>
-	                  		<serverConfigName>${jboss.server.config}</serverConfigName>
-	                  		<jvmArgs>
-	                  			<jvmArg>-Xms128m</jvmArg>
-			                  	<jvmArg>-Xmx512m</jvmArg>
-			                  	<jvmArg>-XX:MaxPermSize=256m</jvmArg>
-			                  	<jvmArg>-Dorg.jboss.resolver.warning=true</jvmArg>
-			                  	<jvmArg>-Dsun.rmi.dgc.client.gcInterval=3600000</jvmArg>
-			                  	<jvmArg>-Dsun.rmi.dgc.server.gcInterval=3600000</jvmArg>
-					</jvmArgs>
-	                  		<jboss.test.run>true</jboss.test.run>
-	                	</configuration>
-              		</execution>
-
-			</executions>
-
-			</plugin>
-
-		  
-      
-		</plugins>
-  
-  
-  </build>
-</project>

Copied: projects/ejb3/tags/jboss-ejb3-tutorial-init-0.1.0/pom.xml (from rev 84939, projects/ejb3/trunk/docs/tutorial/init/pom.xml)
===================================================================
--- projects/ejb3/tags/jboss-ejb3-tutorial-init-0.1.0/pom.xml	                        (rev 0)
+++ projects/ejb3/tags/jboss-ejb3-tutorial-init-0.1.0/pom.xml	2009-03-02 10:22:07 UTC (rev 84940)
@@ -0,0 +1,90 @@
+<?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">
+
+  
+
+  
+   
+  <!-- Model Version -->
+  <modelVersion>4.0.0</modelVersion>
+
+  <properties>
+    
+    <!--  Versions -->
+    <version.maven-jboss-as-control-plugin>0.1.1</version.maven-jboss-as-control-plugin>
+  </properties>
+
+  <parent>
+    <groupId>org.jboss.ejb3</groupId>
+    <artifactId>jboss-ejb3-tutorial-build</artifactId>
+    <version>0.1.0</version>
+    <relativePath>../build</relativePath>
+  </parent>
+
+
+  
+
+
+  <artifactId>jboss-ejb3-tutorial-init</artifactId>
+  <version>0.1.0</version>
+  <packaging>pom</packaging>
+  <name>EJB3 Tutorial Init</name>
+  <url>http://labs.jboss.com/jbossejb3/</url>
+  <description>
+    Initializes the environment required for running the EJB3 tutorials
+  </description>
+  
+	<build>
+  		
+   		<plugins>
+			<!--  JBossAS Maven plugin for startup/shutdown
+			and other AS control -->
+		  	<plugin>
+          		<groupId>org.jboss.maven.plugins.jbossas</groupId>
+            		<artifactId>maven-jboss-as-control-plugin</artifactId>
+	            	<version>${version.maven-jboss-as-control-plugin}</version>
+            	
+            		<!-- Executions -->
+            		<!-- 
+                		Start the server
+              		-->
+            	
+               		 <executions>
+              		<execution>
+	                	<id>start-jbossas</id>
+	                	<goals>
+	                  		<goal>start</goal>
+	                	</goals>
+	                	<phase>install</phase>
+	                	<configuration>
+	                  		<serverConfigName>${jboss.server.config}</serverConfigName>
+	                  		<jvmArgs>
+	                  			<jvmArg>-Xms128m</jvmArg>
+			                  	<jvmArg>-Xmx512m</jvmArg>
+			                  	<jvmArg>-XX:MaxPermSize=256m</jvmArg>
+			                  	<jvmArg>-Dorg.jboss.resolver.warning=true</jvmArg>
+			                  	<jvmArg>-Dsun.rmi.dgc.client.gcInterval=3600000</jvmArg>
+			                  	<jvmArg>-Dsun.rmi.dgc.server.gcInterval=3600000</jvmArg>
+					</jvmArgs>
+	                  		<jboss.test.run>true</jboss.test.run>
+	                	</configuration>
+              		</execution>
+
+			</executions>
+
+			</plugin>
+
+		  
+      
+		</plugins>
+  
+  
+  </build>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-init-0.1.0</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-init-0.1.0</developerConnection>
+    <url>http://anonsvn.jboss.org/repos/jbossas/projects/ejb3/tags/jboss-ejb3-tutorial-init-0.1.0</url>
+  </scm>
+</project>




More information about the jboss-cvs-commits mailing list