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 2005/09/19 01:37:11 UTC

svn commit: r290011 - /beehive/trunk/build.xml

Author: ekoneil
Date: Sun Sep 18 16:37:09 2005
New Revision: 290011

URL: http://svn.apache.org/viewcvs?rev=290011&view=rev
Log:
Fix the "check.setup" target to deal correctly with the new JSR 173 bundle.

BB: self
Test: well, "check.setup" works


Modified:
    beehive/trunk/build.xml

Modified: beehive/trunk/build.xml
URL: http://svn.apache.org/viewcvs/beehive/trunk/build.xml?rev=290011&r1=290010&r2=290011&view=diff
==============================================================================
--- beehive/trunk/build.xml (original)
+++ beehive/trunk/build.xml Sun Sep 18 16:37:09 2005
@@ -27,7 +27,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.jar" location="${beehive.home}/installed/jsr173/${jsr173-bundle.name}"/>
+    <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">
         <antcall target="install.deps"/>