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 23:56:35 UTC

svn commit: r366935 - /myfaces/api/trunk/pom.xml

Author: schof
Date: Sat Jan  7 14:56:33 2006
New Revision: 366935

URL: http://svn.apache.org/viewcvs?rev=366935&view=rev
Log:
part 1 of pom patches from Bernd

Modified:
    myfaces/api/trunk/pom.xml

Modified: myfaces/api/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/myfaces/api/trunk/pom.xml?rev=366935&r1=366934&r2=366935&view=diff
==============================================================================
--- myfaces/api/trunk/pom.xml (original)
+++ myfaces/api/trunk/pom.xml Sat Jan  7 14:56:33 2006
@@ -15,12 +15,7 @@
   </issueManagement>
 
   <modules>
-    <module>../api</module>
-    <module>../commons</module>
-    <module>../impl</module>
-    <module>../tomahawk</module>
-    <module>../sandbox</module>
-    <module>../examples</module>
+    <module>api</module>
   </modules>
 
   <build>
@@ -346,9 +341,18 @@
     </plugins>
   </reporting>
 
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/myfaces/current</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/myfaces/current</developerConnection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/api/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/trunk</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/myfaces/</url>
   </scm>