Author: ate
Date: Thu Aug  4 13:55:36 2005
New Revision: 227483

URL: http://svn.apache.org/viewcvs?rev=227483&view=rev
Log:
maven project hierachy changed to the way genapp will generate for a custom 
portal: eating our own dogfood :-)

Modified:
    portals/jetspeed-2/branches/JS2-319/full-portal.xml
    portals/jetspeed-2/branches/JS2-319/project.xml

Modified: portals/jetspeed-2/branches/JS2-319/full-portal.xml
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/branches/JS2-319/full-portal.xml?rev=227483&r1=227482&r2=227483&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JS2-319/full-portal.xml (original)
+++ portals/jetspeed-2/branches/JS2-319/full-portal.xml Thu Aug  4 13:55:36 2005
@@ -28,5 +28,12 @@
                   <war.bundle>true</war.bundle>
                </properties>
                </dependency>           
+    <dependency>
+        <groupId>torque</groupId>
+        <artifactId>maven-torque-plugin</artifactId>
+        <version>3.2-rc1</version>
+        <type>plugin</type>
+        <properties/>
+    </dependency>
        </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: portals/jetspeed-2/branches/JS2-319/project.xml
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/branches/JS2-319/project.xml?rev=227483&r1=227482&r2=227483&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JS2-319/project.xml (original)
+++ portals/jetspeed-2/branches/JS2-319/project.xml Thu Aug  4 13:55:36 2005
@@ -17,27 +17,9 @@
   $Id$
 -->
 <project>
-    <extend>project-info.xml</extend>
-    <pomVersion>3</pomVersion>
+  <extend>full-portal.xml</extend>
     <name>Jetspeed 2 Enterprise Portal</name>
-    <artifactId>jetspeed2</artifactId>
-    <currentVersion>${jetspeed.version}</currentVersion>   
-    <dependencies>
-        <dependency>
-            <groupId>hsqldb</groupId>
-            <artifactId>hsqldb</artifactId>
-            <version>1.7.1</version>
-            <type>jar</type>
-            <properties>
-                <war.bundle>false</war.bundle>
-            </properties>
-        </dependency>
-        <dependency>
-            <groupId>torque</groupId>
-            <artifactId>maven-torque-plugin</artifactId>
-            <version>3.2-rc1</version>
-            <type>plugin</type>
-            <properties/>
-        </dependency>
-    </dependencies>
+  <groupId>jetspeed2</groupId>
+  <artifactId>jetspeed</artifactId>
+  <currentVersion>${jetspeed.version}</currentVersion>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to