[weld-commits] Weld SVN: r6545 - in archetypes/branches/prototype: target/archetype and 1 other directory.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sat Jun 19 03:14:22 EDT 2010


Author: dan.j.allen
Date: 2010-06-19 03:14:21 -0400 (Sat, 19 Jun 2010)
New Revision: 6545

Modified:
   archetypes/branches/prototype/archetype-pom.xml
   archetypes/branches/prototype/build.sh
   archetypes/branches/prototype/target/archetype/pom.xml
Log:
restructure


Modified: archetypes/branches/prototype/archetype-pom.xml
===================================================================
--- archetypes/branches/prototype/archetype-pom.xml	2010-06-19 07:13:55 UTC (rev 6544)
+++ archetypes/branches/prototype/archetype-pom.xml	2010-06-19 07:14:21 UTC (rev 6545)
@@ -73,8 +73,8 @@
   </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>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/branches/prototype/target/archetype</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetypes/branches/prototype/target/archetype</developerConnection>
+    <url>http://fisheye.jboss.org/browse/weld/archetypes/branches/prototype/target/archetype</url>
   </scm>
 </project>

Modified: archetypes/branches/prototype/build.sh
===================================================================
--- archetypes/branches/prototype/build.sh	2010-06-19 07:13:55 UTC (rev 6544)
+++ archetypes/branches/prototype/build.sh	2010-06-19 07:14:21 UTC (rev 6545)
@@ -11,6 +11,7 @@
 mvn archetype:create-from-project -Darchetype.properties=archetype.properties
 echo Relocating generated archetype project to $ARCHETYPE_DIR...
 rsync -az --exclude `basename $0` --exclude archetype-pom.xml $ARCHETYPE_BUILD_DIR/src $ARCHETYPE_DIR/
+svn revert -R $ARCHETYPE_DIR/src
 cp -f archetype-pom.xml $ARCHETYPE_DIR/pom.xml
 mvn -f $ARCHETYPE_DIR/pom.xml clean
 echo Patching generated archetype...

Modified: archetypes/branches/prototype/target/archetype/pom.xml
===================================================================
--- archetypes/branches/prototype/target/archetype/pom.xml	2010-06-19 07:13:55 UTC (rev 6544)
+++ archetypes/branches/prototype/target/archetype/pom.xml	2010-06-19 07:14:21 UTC (rev 6545)
@@ -73,8 +73,8 @@
   </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>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/branches/prototype/target/archetype</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetypes/branches/prototype/target/archetype</developerConnection>
+    <url>http://fisheye.jboss.org/browse/weld/archetypes/branches/prototype/target/archetype</url>
   </scm>
 </project>



More information about the weld-commits mailing list