You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ek...@apache.org on 2006/02/25 15:22:44 UTC

svn commit: r380933 - /beehive/branches/v1.0.1/build.xml

Author: ekoneil
Date: Sat Feb 25 06:22:42 2006
New Revision: 380933

URL: http://svn.apache.org/viewcvs?rev=380933&view=rev
Log:
Fixup the 1.0.1 branch build so that it's possible to build this tree against the JSR-173 code from the Maven repo.

BB: self
Test: build passes


Modified:
    beehive/branches/v1.0.1/build.xml

Modified: beehive/branches/v1.0.1/build.xml
URL: http://svn.apache.org/viewcvs/beehive/branches/v1.0.1/build.xml?rev=380933&r1=380932&r2=380933&view=diff
==============================================================================
--- beehive/branches/v1.0.1/build.xml (original)
+++ beehive/branches/v1.0.1/build.xml Sat Feb 25 06:22:42 2006
@@ -26,7 +26,7 @@
 
     <!-- Local properties used to specify the installers and the directories into which they should be installed -->
     <property name="beehive.installed.dir" location="${beehive.home}/installed"/>
-    <property name="jsr173-bundle.name" value="jsr173_1.0_api-mini-bundle.jar"/>
+    <property name="jsr173-bundle.name" value="jsr173_1.0_api_bundle.jar"/>
     <property name="jsr173.jar" location="${beehive.home}/installed/jsr173/jsr173_1.0_api.jar"/>
 
     <target name="bootstrap" depends="ensure.proxysettings" description="Install external dependencies to the installed/ directory">
@@ -142,7 +142,7 @@
         <property name="jsr173.installer" location="${beehive.home}/external/xmlbeans/${jsr173-bundle.name}"/>
         <echo>JSR 173 API JAR not found in directory: ${beehive.installed.dir}</echo>
         <get dest="${jsr173.installer}" 
-             src="http://workshop.bea.com/xmlbeans/jsr173v1/${jsr173-bundle.name}"
+             src="http://www.ibiblio.org/maven/xmlbeans/jars/${jsr173-bundle.name}"
              verbose="true" 
              usetimestamp="true" 
              ignoreerrors="false"/>