Author: ate
Date: Thu Aug  4 14:46:09 2005
New Revision: 227502

URL: http://svn.apache.org/viewcvs?rev=227502&view=rev
Log:
Small fix allowing j2:portal.genapp to be run without any context (like within 
a still empty custom portal folder)

Modified:
    portals/jetspeed-2/branches/JS2-319/maven-plugin/project.xml

Modified: portals/jetspeed-2/branches/JS2-319/maven-plugin/project.xml
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/branches/JS2-319/maven-plugin/project.xml?rev=227502&r1=227501&r2=227502&view=diff
==============================================================================
--- portals/jetspeed-2/branches/JS2-319/maven-plugin/project.xml (original)
+++ portals/jetspeed-2/branches/JS2-319/maven-plugin/project.xml Thu Aug  4 
14:46:09 2005
@@ -45,6 +45,13 @@
             <version>1.0.3</version>
             <type>jar</type>
         </dependency>
+        <dependency>
+            <groupId>torque</groupId>
+            <artifactId>maven-torque-plugin</artifactId>
+            <version>3.2-rc1</version>
+            <type>plugin</type>
+            <properties/>
+        </dependency>
     </dependencies>
     <build>
         <sourceDirectory>src/java</sourceDirectory>



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

Reply via email to