Author: taylor
Date: Thu Dec 8 15:32:58 2005
New Revision: 355277
URL: http://svn.apache.org/viewcvs?rev=355277&view=rev
Log:
flushed out another group id issue
Modified:
portals/jetspeed-2/trunk/installer2/build-installer.xml
Modified: portals/jetspeed-2/trunk/installer2/build-installer.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/installer2/build-installer.xml?rev=355277&r1=355276&r2=355277&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/installer2/build-installer.xml (original)
+++ portals/jetspeed-2/trunk/installer2/build-installer.xml Thu Dec 8 15:32:58
2005
@@ -55,8 +55,8 @@
<echo> now downloading tomcat installs.. this may take a while </echo>
<!--
<get usetimestamp="true" dest="./apache-tomcat-5.5.12.zip"
src="http://www.ibiblio.org/pub/mirrors/apache/tomcat/tomcat-5/v5.5.12/bin/apache-tomcat-5.5.12.zip"
/>
- <get usetimestamp="true" dest="./apache-tomcat-5.5.12-compat.zip"
src="http://www.ibiblio.org/pub/mirrors/apache/tomcat/tomcat-5/v5.5.12/bin/apache-tomcat-5.5.12-compat.zip"
/>
--->
+ <get usetimestamp="true" dest="./apache-tomcat-5.5.12-compat.zip"
src="http://www.ibiblio.org/pub/mirrors/apache/tomcat/tomcat-5/v5.5.12/bin/apache-tomcat-5.5.12-compat.zip"
/>
-->
+
<!-- now unzip them -->
<echo> done with downloads, now unzipping </echo>
<unzip src="./apache-tomcat-5.5.12.zip" dest="./apache-tomcat" />
@@ -97,7 +97,7 @@
<fileset dir="${maven.repo.local}/org.apache.derby/jars/" >
<include name="**/derby-*.jar" />
</fileset>
- <fileset dir="${maven.repo.local}/jetspeed2/jars/" >
+ <fileset
dir="${maven.repo.local}/${org.apache.jetspeed.portal.groupId}/jars/" >
<include name="**/jetspeed-commons-*.jar" />
<include name="**/jetspeed-api-*.jar" />
</fileset>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]