Author: ekoneil
Date: Tue Jan 18 13:22:04 2005
New Revision: 125548

URL: http://svn.apache.org/viewcvs?view=rev&rev=125548
Log:
Fixup JSR 173 downloads given last set of changes.

BB: self
DRT: running now :)



Modified:
   incubator/beehive/trunk/build.xml

Modified: incubator/beehive/trunk/build.xml
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/build.xml?view=diff&rev=125548&p1=incubator/beehive/trunk/build.xml&r1=125547&p2=incubator/beehive/trunk/build.xml&r2=125548
==============================================================================
--- incubator/beehive/trunk/build.xml   (original)
+++ incubator/beehive/trunk/build.xml   Tue Jan 18 13:22:04 2005
@@ -78,14 +78,14 @@
     <!--                                               -->
     <!-- ============================================= -->
     <target name="ensure.jsr173">
-        <property name="jsr173.installer" 
location="${beehive.home}/installed/jsr173/jsr173_1.0_api.jar"/>
+        <property name="jsr173.jar" 
location="${beehive.home}/installed/jsr173/jsr173_1.0_api.jar"/>
         <available file="${jsr173.jar}" type="file" property="jsr173.present"/>
         <antcall target="get.jsr173"/>
     </target>
 
     <target name="get.jsr173" unless="jsr173.present">
-        <echo>JSR 173 API JAR not found in directory: 
${beehive.installed.dir}</echo>
         <property name="jsr173.installer" 
location="${beehive.home}/external/xmlbeans/jsr173_api.jar"/>
+        <echo>JSR 173 API JAR not found in directory: 
${beehive.installed.dir}</echo>
         <mkdir dir="${beehive.external.dir}/xmlbeans"/>
         <get dest="${jsr173.installer}" 
              src="http://workshop.bea.com/xmlbeans/jsr173v1/jsr173.jar"; 

Reply via email to