[weld-commits] Weld SVN: r6537 - in archetypes/branches/prototype: target and 1 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Jun 19 02:56:40 EDT 2010


Author: dan.j.allen
Date: 2010-06-19 02:56:40 -0400 (Sat, 19 Jun 2010)
New Revision: 6537

Added:
   archetypes/branches/prototype/target/
   archetypes/branches/prototype/target/generated-archetype/
   archetypes/branches/prototype/target/generated-archetype/pom.xml
Removed:
   archetypes/branches/prototype/target/generated-archetype/pom.xml
Log:
reorganize



Property changes on: archetypes/branches/prototype/target
___________________________________________________________________
Name: svn:ignore
   + generated-sources


Copied: archetypes/branches/prototype/target/generated-archetype (from rev 6533, archetypes/branches/prototype/generated-archetype)

Deleted: archetypes/branches/prototype/target/generated-archetype/pom.xml
===================================================================
--- archetypes/branches/prototype/generated-archetype/pom.xml	2010-06-19 06:47:58 UTC (rev 6533)
+++ archetypes/branches/prototype/target/generated-archetype/pom.xml	2010-06-19 06:56:40 UTC (rev 6537)
@@ -1,80 +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/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-
-  <parent>
-    <groupId>org.jboss.weld</groupId>
-    <artifactId>weld-parent</artifactId>
-    <version>11</version>
-  </parent>
-
-  <groupId>org.jboss.weld.archetypes</groupId>
-  <artifactId>weld-basic-javaee6-webapp</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
-  <packaging>maven-archetype</packaging>
-
-  <name>Weld Basic Java EE 6 Webapp</name>
-
-  <description>An archetype that generates a basic Java EE 6 webapp project</description>
-
-  <url>http://seamframework.org/Documentation/WeldQuickstartForMavenUsers</url>
-
-  <developers>
-    <developer>
-      <name>Steven Boscarine</name>
-      <roles>
-        <role>Weld archetypes lead</role>
-      </roles>
-      <email>steven.boscarine at childrens.harvard.edu</email>
-      <organization>Children's Hospital Boston: Informatics Program</organization>
-      <organizationUrl>http://chip.org/</organizationUrl>
-      <url>http://info.rmatics.org/</url>
-    </developer>
-    <developer>
-      <name>Dan Allen</name>
-      <roles>
-        <role>Weld archetypes lead</role>
-      </roles>
-      <email>dan.j.allen at gmail.com</email>
-      <organization>JBoss, by Red Hat</organization>
-      <organizationUrl>http://redhat.com/jboss</organizationUrl>
-      <url>http://community.jboss.org/people/dan.j.allen</url>
-    </developer>
-    <developer>
-      <name>Pete Muir</name>
-      <roles>
-         <role>Weld project lead</role>
-      </roles>
-      <email>pete.muir at jboss.org</email>
-      <organization>Red Hat Inc.</organization>
-      <organizationUrl>http://redhat.com/jboss</organizationUrl>
-      <url>http://in.relation.to/Bloggers/Pete</url>
-    </developer>
-  </developers>
-
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.archetype</groupId>
-        <artifactId>archetype-packaging</artifactId>
-        <version>2.0-alpha-5</version>
-      </extension>
-    </extensions>
-
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <artifactId>maven-archetype-plugin</artifactId>
-          <version>2.0-alpha-5</version>
-          <extensions>true</extensions>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/branches/prototype/generated-archetype</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetypes/branches/prototype/generated-archetype</developerConnection>
-    <url>http://fisheye.jboss.org/browse/weld/archetypes/branches/prototype/generated-archetype</url>
-  </scm>
-</project>

Copied: archetypes/branches/prototype/target/generated-archetype/pom.xml (from rev 6536, archetypes/branches/prototype/generated-archetype/pom.xml)
===================================================================
--- archetypes/branches/prototype/target/generated-archetype/pom.xml	                        (rev 0)
+++ archetypes/branches/prototype/target/generated-archetype/pom.xml	2010-06-19 06:56:40 UTC (rev 6537)
@@ -0,0 +1,80 @@
+<?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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <groupId>org.jboss.weld</groupId>
+    <artifactId>weld-parent</artifactId>
+    <version>11</version>
+  </parent>
+
+  <groupId>org.jboss.weld.archetypes</groupId>
+  <artifactId>weld-basic-javaee6-webapp</artifactId>
+  <version>1.0.0-SNAPSHOT</version>
+  <packaging>maven-archetype</packaging>
+
+  <name>Weld Basic Java EE 6 Webapp</name>
+
+  <description>An archetype that generates a basic Java EE 6 webapp project</description>
+
+  <url>http://seamframework.org/Documentation/WeldQuickstartForMavenUsers</url>
+
+  <developers>
+    <developer>
+      <name>Steven Boscarine</name>
+      <roles>
+        <role>Weld archetypes lead</role>
+      </roles>
+      <email>steven.boscarine at childrens.harvard.edu</email>
+      <organization>Children's Hospital Boston: Informatics Program</organization>
+      <organizationUrl>http://chip.org/</organizationUrl>
+      <url>http://info.rmatics.org/</url>
+    </developer>
+    <developer>
+      <name>Dan Allen</name>
+      <roles>
+        <role>Weld archetypes lead</role>
+      </roles>
+      <email>dan.j.allen at gmail.com</email>
+      <organization>JBoss, by Red Hat</organization>
+      <organizationUrl>http://redhat.com/jboss</organizationUrl>
+      <url>http://community.jboss.org/people/dan.j.allen</url>
+    </developer>
+    <developer>
+      <name>Pete Muir</name>
+      <roles>
+         <role>Weld project lead</role>
+      </roles>
+      <email>pete.muir at jboss.org</email>
+      <organization>Red Hat Inc.</organization>
+      <organizationUrl>http://redhat.com/jboss</organizationUrl>
+      <url>http://in.relation.to/Bloggers/Pete</url>
+    </developer>
+  </developers>
+
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.archetype</groupId>
+        <artifactId>archetype-packaging</artifactId>
+        <version>2.0-alpha-5</version>
+      </extension>
+    </extensions>
+
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-archetype-plugin</artifactId>
+          <version>2.0-alpha-5</version>
+          <extensions>true</extensions>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <scm>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/branches/prototype/generated-archetype</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetypes/branches/prototype/generated-archetype</developerConnection>
+    <url>http://fisheye.jboss.org/browse/weld/archetypes/branches/prototype/generated-archetype</url>
+  </scm>
+</project>



More information about the weld-commits mailing list