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/07 20:01:34 UTC

svn commit: r366877 - in /myfaces/tomahawk/trunk/tomahawk-examples: blank/pom.xml pom.xml simple/pom.xml tiles/pom.xml wap/pom.xml

Author: schof
Date: Sat Jan  7 11:01:30 2006
New Revision: 366877

URL: http://svn.apache.org/viewcvs?rev=366877&view=rev
Log:
first series of pom changes from Bernd

Added:
    myfaces/tomahawk/trunk/tomahawk-examples/pom.xml
Modified:
    myfaces/tomahawk/trunk/tomahawk-examples/blank/pom.xml
    myfaces/tomahawk/trunk/tomahawk-examples/simple/pom.xml
    myfaces/tomahawk/trunk/tomahawk-examples/tiles/pom.xml
    myfaces/tomahawk/trunk/tomahawk-examples/wap/pom.xml

Modified: myfaces/tomahawk/trunk/tomahawk-examples/blank/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tomahawk-examples/blank/pom.xml?rev=366877&r1=366876&r2=366877&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tomahawk-examples/blank/pom.xml (original)
+++ myfaces/tomahawk/trunk/tomahawk-examples/blank/pom.xml Sat Jan  7 11:01:30 2006
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces</groupId>
-    <artifactId>myfaces-example</artifactId>
+    <artifactId>tomahawk-examples</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
   <artifactId>myfaces-example-blank</artifactId>
@@ -35,7 +35,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces</groupId>
-      <artifactId>myfaces-sandbox</artifactId>
+      <artifactId>tomahawk</artifactId>
       <version>${version}</version>
       <scope>compile</scope>
     </dependency> 

Added: myfaces/tomahawk/trunk/tomahawk-examples/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tomahawk-examples/pom.xml?rev=366877&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/tomahawk-examples/pom.xml (added)
+++ myfaces/tomahawk/trunk/tomahawk-examples/pom.xml Sat Jan  7 11:01:30 2006
@@ -0,0 +1,20 @@
+<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">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.apache.myfaces</groupId>
+    <artifactId>myfaces-tomahawk</artifactId>
+    <version>1.1.2-SNAPSHOT</version>
+  </parent>
+  <packaging>pom</packaging>
+  <name>Tomahawk Examples</name>
+  <groupId>org.apache.myfaces</groupId>
+  <artifactId>tomahawk-examples</artifactId>
+  <modules>
+    <module>blank</module>
+    <module>simple</module>
+    <module>tiles</module>
+    <module>wap</module>
+  </modules>
+</project>
+

Modified: myfaces/tomahawk/trunk/tomahawk-examples/simple/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tomahawk-examples/simple/pom.xml?rev=366877&r1=366876&r2=366877&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tomahawk-examples/simple/pom.xml (original)
+++ myfaces/tomahawk/trunk/tomahawk-examples/simple/pom.xml Sat Jan  7 11:01:30 2006
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces</groupId>
-    <artifactId>myfaces-example</artifactId>
+    <artifactId>tomahawk-examples</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
   <artifactId>myfaces-example-simple</artifactId>

Modified: myfaces/tomahawk/trunk/tomahawk-examples/tiles/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tomahawk-examples/tiles/pom.xml?rev=366877&r1=366876&r2=366877&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tomahawk-examples/tiles/pom.xml (original)
+++ myfaces/tomahawk/trunk/tomahawk-examples/tiles/pom.xml Sat Jan  7 11:01:30 2006
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces</groupId>
-    <artifactId>myfaces-example</artifactId>
+    <artifactId>tomahawk-examples</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
   <artifactId>myfaces-example-tiles</artifactId>
@@ -35,7 +35,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces</groupId>
-      <artifactId>myfaces-sandbox</artifactId>
+      <artifactId>tomahawk</artifactId>
       <version>${version}</version>
       <scope>compile</scope>
     </dependency> 

Modified: myfaces/tomahawk/trunk/tomahawk-examples/wap/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tomahawk-examples/wap/pom.xml?rev=366877&r1=366876&r2=366877&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tomahawk-examples/wap/pom.xml (original)
+++ myfaces/tomahawk/trunk/tomahawk-examples/wap/pom.xml Sat Jan  7 11:01:30 2006
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.myfaces</groupId>
-    <artifactId>myfaces-example</artifactId>
+    <artifactId>tomahawk-examples</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
   <artifactId>myfaces-example-wap</artifactId>
@@ -35,7 +35,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.myfaces</groupId>
-      <artifactId>myfaces-sandbox</artifactId>
+      <artifactId>tomahawk</artifactId>
       <version>${version}</version>
       <scope>compile</scope>
     </dependency>