You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sc...@apache.org on 2006/01/18 21:44:32 UTC

svn commit: r370253 - in /myfaces: current/ tomahawk/trunk/ tomahawk/trunk/core/ tomahawk/trunk/examples/ tomahawk/trunk/examples/blank/ tomahawk/trunk/examples/simple/ tomahawk/trunk/examples/tiles/ tomahawk/trunk/examples/wap/ tomahawk/trunk/sandbox/...

Author: schof
Date: Wed Jan 18 12:44:21 2006
New Revision: 370253

URL: http://svn.apache.org/viewcvs?rev=370253&view=rev
Log:
more tweaked poms for continuum

Modified:
    myfaces/current/pom.xml
    myfaces/tomahawk/trunk/core/pom.xml
    myfaces/tomahawk/trunk/examples/blank/pom.xml
    myfaces/tomahawk/trunk/examples/pom.xml
    myfaces/tomahawk/trunk/examples/simple/pom.xml
    myfaces/tomahawk/trunk/examples/tiles/pom.xml
    myfaces/tomahawk/trunk/examples/wap/pom.xml
    myfaces/tomahawk/trunk/pom.xml
    myfaces/tomahawk/trunk/sandbox/core/pom.xml
    myfaces/tomahawk/trunk/sandbox/examples/pom.xml
    myfaces/tomahawk/trunk/sandbox/pom.xml

Modified: myfaces/current/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/current/pom.xml?rev=370253&r1=370252&r2=370253&view=diff
==============================================================================
--- myfaces/current/pom.xml (original)
+++ myfaces/current/pom.xml Wed Jan 18 12:44:21 2006
@@ -6,7 +6,7 @@
   <artifactId>myfaces-build</artifactId>
   <packaging>pom</packaging>
   <version>1.1.2-SNAPSHOT</version>
-  <name>MyFaces</name>
+  <name>Build Project</name>
   <url>http://myfaces.apache.org</url>
 
 

Modified: myfaces/tomahawk/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/pom.xml?rev=370253&r1=370252&r2=370253&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/core/pom.xml Wed Jan 18 12:44:21 2006
@@ -2,7 +2,7 @@
          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">
   <modelVersion>4.0.0</modelVersion>
-  <name>Tomahawk</name>
+  <name>Tomahawk Core</name>
   <groupId>org.apache.myfaces.tomahawk</groupId>
   <artifactId>tomahawk</artifactId>
   <packaging>jar</packaging>
@@ -12,6 +12,12 @@
     <artifactId>tomahawk-project</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/core</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/core</url>
+  </scm> 
 
   <dependencies>
 

Modified: myfaces/tomahawk/trunk/examples/blank/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/blank/pom.xml?rev=370253&r1=370252&r2=370253&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/blank/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/blank/pom.xml Wed Jan 18 12:44:21 2006
@@ -25,9 +25,14 @@
     <artifactId>tomahawk-examples-project</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/blank</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/blank</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/blank</url>
+  </scm>   
   <artifactId>myfaces-example-blank</artifactId>
   <packaging>war</packaging>
-  <name>MyFaces Examples: Blank</name>
+  <name>Tomahawk Examples: Blank</name>
   <build>
     <finalName>myfaces-example-blank</finalName>
   </build>

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/pom.xml?rev=370253&r1=370252&r2=370253&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Wed Jan 18 12:44:21 2006
@@ -12,6 +12,12 @@
     <artifactId>tomahawk-project</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
+  
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples</url>
+  </scm>   
 
   <modules>
     <module>blank</module>

Modified: myfaces/tomahawk/trunk/examples/simple/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/simple/pom.xml?rev=370253&r1=370252&r2=370253&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple/pom.xml Wed Jan 18 12:44:21 2006
@@ -25,9 +25,14 @@
     <artifactId>tomahawk-examples-project</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/simple</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/simple</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/simple</url>
+  </scm>   
   <artifactId>myfaces-example-simple</artifactId>
   <packaging>war</packaging>
-  <name>MyFaces Examples: Simple</name>
+  <name>Tomahawk Examples: Simple</name>
   <build>
     <finalName>myfaces-example-simple</finalName>
   </build>

Modified: myfaces/tomahawk/trunk/examples/tiles/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/tiles/pom.xml?rev=370253&r1=370252&r2=370253&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/tiles/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/tiles/pom.xml Wed Jan 18 12:44:21 2006
@@ -25,9 +25,14 @@
     <artifactId>tomahawk-examples-project</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/tiles</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/tiles</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/tiles</url>
+  </scm>   
   <artifactId>myfaces-example-tiles</artifactId>
   <packaging>war</packaging>
-  <name>MyFaces Examples: Tiles</name>
+  <name>Tomahawk Examples: Tiles</name>
   <build>
     <finalName>myfaces-example-tiles</finalName>
   </build>

Modified: myfaces/tomahawk/trunk/examples/wap/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/examples/wap/pom.xml?rev=370253&r1=370252&r2=370253&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/wap/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/wap/pom.xml Wed Jan 18 12:44:21 2006
@@ -25,9 +25,14 @@
     <artifactId>tomahawk-examples-project</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/wap</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/examples/wap</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/examples/wap</url>
+  </scm>   
   <artifactId>myfaces-example-wap</artifactId>
   <packaging>war</packaging>
-  <name>MyFaces Examples: WAP</name>
+  <name>Tomahawk Examples: WAP</name>
   <build>
     <finalName>myfaces-example-wap</finalName>
   </build>

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/pom.xml?rev=370253&r1=370252&r2=370253&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Wed Jan 18 12:44:21 2006
@@ -5,7 +5,7 @@
   <groupId>org.apache.myfaces.tomahawk</groupId>
   <artifactId>tomahawk-project</artifactId>
   <packaging>pom</packaging>
-  <name>MyFaces Tomahawk</name>
+  <name>Tomahawk Project</name>
   <url>http://myfaces.apache.org/tomahawk</url> <!-- TODO which url has tomahawk? -->
   <version>1.1.2-SNAPSHOT</version>	 
   <description>
@@ -17,17 +17,17 @@
     <artifactId>myfaces-master</artifactId>
 		<version>1.0.0-SNAPSHOT</version>	  
   </parent>
-  
-  <modules>
-    <module>core</module>
-    <module>examples</module>
-    <module>sandbox</module>
-  </modules>
 
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk</url>
-  </scm>
+  </scm>  
+
+  <modules>
+    <module>core</module>
+    <module>examples</module>
+    <module>sandbox</module>
+  </modules>
 
 </project>

Modified: myfaces/tomahawk/trunk/sandbox/core/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/pom.xml?rev=370253&r1=370252&r2=370253&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/core/pom.xml Wed Jan 18 12:44:21 2006
@@ -5,7 +5,7 @@
 
   <artifactId>tomahawk-sandbox</artifactId>
   <packaging>jar</packaging>
-  <name>MyFaces Sandbox</name>
+  <name>Sandbox Core</name>
   <url>http://myfaces.apache.org</url>
   <description>
     This is the Sandbox Subproject Description [INSERT MORE STUFF HERE]
@@ -16,6 +16,13 @@
     <artifactId>sandbox-project</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
+  
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/core</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox/core</url>
+  </scm>
+  
 
   <dependencies>
 

Modified: myfaces/tomahawk/trunk/sandbox/examples/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/pom.xml?rev=370253&r1=370252&r2=370253&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/pom.xml Wed Jan 18 12:44:21 2006
@@ -20,14 +20,21 @@
          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">
   <modelVersion>4.0.0</modelVersion>
+  <artifactId>tomahawk-sandbox-examples</artifactId>
+  <packaging>war</packaging>
+  <name>Sandbox Examples</name>
+
   <parent>
     <groupId>org.apache.myfaces.tomahawk</groupId>
     <artifactId>sandbox-project</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
-  <artifactId>tomahawk-sandbox-examples</artifactId>
-  <packaging>war</packaging>
-  <name>MyFaces Examples: Sandbox</name>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/examples</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox/examples</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox/examples</url>
+  </scm>
+
   <build>
     <finalName>myfaces-example-sandbox</finalName>
   </build>

Modified: myfaces/tomahawk/trunk/sandbox/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/pom.xml?rev=370253&r1=370252&r2=370253&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/pom.xml (original)
+++ myfaces/tomahawk/trunk/sandbox/pom.xml Wed Jan 18 12:44:21 2006
@@ -18,16 +18,15 @@
     <artifactId>tomahawk-project</artifactId>
 		<version>1.1.2-SNAPSHOT</version>	  
   </parent>
-
-  <modules>
-    <module>core</module>
-    <module>examples</module>
-  </modules>
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk/trunk/sandbox</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk/trunk/sandbox</url>
   </scm>
+
+  <modules>
+    <module>core</module>
+    <module>examples</module>
+  </modules>
 
 </project>