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/bran...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetype...
-
<
url>http://fisheye.jboss.org/browse/weld/archetypes/branches/prototype...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/bran...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetype...
+
<
url>http://fisheye.jboss.org/browse/weld/archetypes/branches/prototype...
</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/bran...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetype...
-
<
url>http://fisheye.jboss.org/browse/weld/archetypes/branches/prototype...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/weld/archetypes/bran...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/weld/archetype...
+
<
url>http://fisheye.jboss.org/browse/weld/archetypes/branches/prototype...
</scm>
</project>