Author: ate
Date: Fri May 25 15:08:18 2007
New Revision: 541798

URL: http://svn.apache.org/viewvc?view=rev&rev=541798
Log:
Adding ant jar installation as its needed for the installer database setup (it 
is no longer provided by Jetspeed itself) 

Modified:
    portals/jetspeed-2/trunk/installer/maven.xml

Modified: portals/jetspeed-2/trunk/installer/maven.xml
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/installer/maven.xml?view=diff&rev=541798&r1=541797&r2=541798
==============================================================================
--- portals/jetspeed-2/trunk/installer/maven.xml (original)
+++ portals/jetspeed-2/trunk/installer/maven.xml Fri May 25 15:08:18 2007
@@ -141,6 +141,9 @@
       <fileset dir="${maven.repo.local}/tyrex/jars/">
         <include name="tyrex-1.0.1.jar" />
       </fileset>
+      <fileset dir="${maven.repo.local}/ant/jars/">
+        <include name="ant-1.6.5.jar" />
+      </fileset>
       <fileset 
dir="${maven.repo.local}/${org.apache.jetspeed.portal.groupId}/jars/">
         <include name="ant-tasks-${jetspeed.version}.jar" />
       </fileset>



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

Reply via email to