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:05:46 UTC

svn commit: r366881 - in /myfaces/tomahawk/trunk: pom.xml tomahawk/pom.xml

Author: schof
Date: Sat Jan  7 11:05:44 2006
New Revision: 366881

URL: http://svn.apache.org/viewcvs?rev=366881&view=rev
Log:
remainder of Bernd's pom changes (had to break his patch in two to satisfy tortoise svn)

Modified:
    myfaces/tomahawk/trunk/pom.xml
    myfaces/tomahawk/trunk/tomahawk/pom.xml

Modified: myfaces/tomahawk/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/pom.xml?rev=366881&r1=366880&r2=366881&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/pom.xml (original)
+++ myfaces/tomahawk/trunk/pom.xml Sat Jan  7 11:05:44 2006
@@ -2,125 +2,26 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.myfaces</groupId>
-  <artifactId>myfaces-commons</artifactId>
-  <packaging>jar</packaging>
-  <name>MyFaces Commons</name>
-  <url>http://myfaces.apache.org</url>
+  <artifactId>myfaces-tomahawk</artifactId>
+  <packaging>pom</packaging>
+  <name>MyFaces Tomahawk</name>
+  <url>http://myfaces.apache.org/tomahawk</url>
   <description>
-  	This is the MyFaces Commons Subproject Description [INSERT MORE STUFF HERE]
+  	This is the MyFaces Tomahawk Subproject Description [INSERT MORE STUFF HERE]
   </description>
   <parent>
     <groupId>org.apache.myfaces</groupId>
     <artifactId>myfaces</artifactId>
     <version>1.1.2-SNAPSHOT</version>
   </parent>
-  <dependencies>
-
-    <dependency>
-      <groupId>org.apache.myfaces</groupId>
-      <artifactId>myfaces-api</artifactId>
-       <version>${version}</version>
-			<scope>compile</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>jsp-api</artifactId>
-      <version>2.0</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>javax.servlet</groupId>
-      <artifactId>servlet-api</artifactId>
-      <version>2.3</version>
-      <scope>provided</scope>
-    </dependency>    
-
-    <dependency>
-			<groupId>commons-el</groupId>
-			<artifactId>commons-el</artifactId>
-			<version>1.0</version>
-      <scope>compile</scope>
-    </dependency>   
-    
-    <dependency>
-    	<groupId>commons-codec</groupId>
-			<artifactId>commons-codec</artifactId>
-			<version>1.3</version> 
-      <scope>compile</scope>
-    </dependency>  
-    
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-      <scope>compile</scope>
-    </dependency>      
-
-    <dependency>
-			<groupId>portlet-api</groupId>
-			<artifactId>portlet-api</artifactId>
-			<version>1.0</version>
-      <scope>compile</scope>
-    </dependency>       
-    
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>cactus</groupId>
-      <artifactId>cactus</artifactId>
-      <version>13-1.7.1</version>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>aspectj</groupId>
-      <artifactId>aspectjrt</artifactId>
-      <version>1.2.1</version>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>2.0.2</version>
-      <scope>test</scope>
-    </dependency>
-     
-    <dependency>
-      <groupId>httpunit</groupId>
-      <artifactId>httpunit</artifactId>
-      <version>1.6</version>
-      <scope>test</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>nekohtml</groupId>
-      <artifactId>nekohtml</artifactId>
-      <version>0.9.1</version>
-      <scope>test</scope>
-    </dependency>   
-    
-    <dependency>
-		<groupId>easymock</groupId>
-		<artifactId>easymock</artifactId>
-		<version>1.1</version>
-	  <scope>test</scope>
-	</dependency>
-
-    <dependency>
-		<groupId>easymock</groupId>
-		<artifactId>easymockclassextension</artifactId>
-		<version>1.1</version>
-	  <scope>test</scope>			
-	</dependency>
-
-  </dependencies>
-  
+  <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>
+
+ <modules>
+    <module>tomahawk</module>
+    <module>tomahawk-examples</module>
+ </modules>
 </project>

Modified: myfaces/tomahawk/trunk/tomahawk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/tomahawk/pom.xml?rev=366881&r1=366880&r2=366881&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/tomahawk/pom.xml (original)
+++ myfaces/tomahawk/trunk/tomahawk/pom.xml Sat Jan  7 11:05:44 2006
@@ -6,15 +6,10 @@
     <artifactId>tomahawk</artifactId>
     <packaging>jar</packaging>
     <version>1.1.2-SNAPSHOT</version>
-    <name>Tomahawk</name>
-    <url>http://myfaces.apache.org</url>
-    <description>
-        This is the Tomahawk Subproject Description [INSERT MORE STUFF HERE]
-    </description>
 
     <parent>
         <groupId>org.apache.myfaces</groupId>
-        <artifactId>myfaces</artifactId>
+        <artifactId>myfaces-tomahawk</artifactId>
         <version>1.1.2-SNAPSHOT</version>
     </parent>
 
@@ -22,20 +17,6 @@
 
         <dependency>
             <groupId>org.apache.myfaces</groupId>
-            <artifactId>myfaces-api</artifactId>
-            <version>1.1.2-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.myfaces</groupId>
-            <artifactId>myfaces-commons</artifactId>
-            <version>1.1.2-SNAPSHOT</version>
-            <scope>compile</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.myfaces</groupId>
             <artifactId>myfaces-impl</artifactId>
             <version>1.1.2-SNAPSHOT</version>
             <scope>compile</scope>
@@ -223,10 +204,5 @@
         </plugins>
     </reporting>
 
-    <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tomahawk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tomahawk</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/myfaces/tomahawk</url>
-    </scm>
-
+   
 </project>