You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by ae...@apache.org on 2007/03/21 18:44:42 UTC

svn commit: r520960 - /webservices/muse/trunk/build.xml

Author: aeberbac
Date: Wed Mar 21 10:44:42 2007
New Revision: 520960

URL: http://svn.apache.org/viewvc?view=rev&rev=520960
Log:
updated build script to reflect changes in lib layout

Modified:
    webservices/muse/trunk/build.xml

Modified: webservices/muse/trunk/build.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/build.xml?view=diff&rev=520960&r1=520959&r2=520960
==============================================================================
--- webservices/muse/trunk/build.xml (original)
+++ webservices/muse/trunk/build.xml Wed Mar 21 10:44:42 2007
@@ -53,11 +53,11 @@
         <property name="TEMP_DOWNLOAD_DIR" value="tempDownload"/>
 
         <!-- the locations of all of the dependency zip files -->
-        <property name="AXIS2_OSGI_LIB_URL" value="http://ws.apache.org/muse/build/lib/axis2-osgi.zip"/>
-        <property name="AXIS2_LIB_URL" value="http://ws.apache.org/muse/build/lib/axis2.zip"/>
-        <property name="COMMON_LIB_URL" value="http://ws.apache.org/muse/build/lib/common.zip"/>
-        <property name="ECLIPSE_OSGI_URL" value="http://ws.apache.org/muse/build/lib/eclipse-osgi.zip"/>
-        <property name="MUSE_LOGGING_URL" value="http://ws.apache.org/muse/build/lib/muse-logging-2.2.0.jar"/>
+        <property name="AXIS2_OSGI_LIB_URL" value="http://ws.apache.org/muse/build/lib/latest/axis2-osgi.zip"/>
+        <property name="AXIS2_LIB_URL" value="http://ws.apache.org/muse/build/lib/latest/axis2.zip"/>
+        <property name="COMMON_LIB_URL" value="http://ws.apache.org/muse/build/lib/latest/common.zip"/>
+        <property name="ECLIPSE_OSGI_URL" value="http://ws.apache.org/muse/build/lib/latest/eclipse-osgi.zip"/>
+        <property name="MUSE_LOGGING_URL" value="http://ws.apache.org/muse/build/lib/latest/muse-logging-2.2.0.jar"/>
 
         <!-- the names of the downloaded dependencies (they all get put into the TEMP_DOWNLOAD_DIR dir -->
         <property name="AXIS2_OSGI_LIB_FILE" value="${TEMP_DOWNLOAD_DIR}/axis2-osgi.zip"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org