Author: ekoneil
Date: Thu Aug  5 07:55:39 2004
New Revision: 35737

Added:
   incubator/beehive/trunk/external/ant/apache-ant-1.6.2-bin.tar.gz   
(contents, props changed)
   incubator/beehive/trunk/external/ant/apache-ant-1.6.2-bin.zip   (contents, 
props changed)
Removed:
   incubator/beehive/trunk/external/ant/apache-ant-1.6.1-bin.tar.gz
   incubator/beehive/trunk/external/ant/apache-ant-1.6.1-bin.zip
Modified:
   incubator/beehive/trunk/BUILDING.txt
   incubator/beehive/trunk/beehiveEnv.cmd
   incubator/beehive/trunk/build.xml
Log:
Upgrade the internal Beehive Ant version from 1.6.1 to 1.6.2.

Included are .zip and .tar.gz files for 1.6.2.  The old ones have also been 
deleted.

BB: self
DRT: NetUI pass
     Controls pass



Modified: incubator/beehive/trunk/BUILDING.txt
==============================================================================
--- incubator/beehive/trunk/BUILDING.txt        (original)
+++ incubator/beehive/trunk/BUILDING.txt        Thu Aug  5 07:55:39 2004
@@ -15,10 +15,10 @@
 BEEHIVE_HOME will be "C:\MyProjects\beehive"
 
 In addition, you'll need to install Ant in $BEEHIVE_HOME/installed/ from 
-the archive in $BEEHIVE_HOME/external/ant/apache-ant-1.6.1-bin.(zip|tar.gz). 
+the archive in $BEEHIVE_HOME/external/ant/apache-ant-1.6.2-bin.(zip|tar.gz). 
 The installed Ant distribution should end up here:
 
-  $BEEHIVE_HOME/installed/apache-ant-1.6.1/...
+  $BEEHIVE_HOME/installed/apache-ant-1.6.2/...
 
 In the following examples, '$>' is your propmpt at $BEEHIVE_HOME, so if 
 you see '$>ant', type 'ant' (without the quotes) and press [enter].

Modified: incubator/beehive/trunk/beehiveEnv.cmd
==============================================================================
--- incubator/beehive/trunk/beehiveEnv.cmd      (original)
+++ incubator/beehive/trunk/beehiveEnv.cmd      Thu Aug  5 07:55:39 2004
@@ -8,7 +8,7 @@
 REM in your shell.  Then, run the Beehive environment script.
 REM
 
-set ANT_HOME=%BEEHIVE_HOME%\installed\apache-ant-1.6.1
+set ANT_HOME=%BEEHIVE_HOME%\installed\apache-ant-1.6.2
 set CATALINA_HOME=%BEEHIVE_HOME%\installed\jakarta-tomcat-5.0.25
 
 set PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%PATH%

Modified: incubator/beehive/trunk/build.xml
==============================================================================
--- incubator/beehive/trunk/build.xml   (original)
+++ incubator/beehive/trunk/build.xml   Thu Aug  5 07:55:39 2004
@@ -11,7 +11,7 @@
     <!-- Local properties used to specify the installers and the directories 
into which they should be installed -->
     <property name="tomcat.installer" 
location="${beehive.external.dir}/tomcat/jakarta-tomcat-5.0.25.zip"/>
     <property name="log4j.installer" 
location="${beehive.external.dir}/log4j/jakarta-log4j-1.2.8.zip"/>
-    <property name="ant.installer" 
location="${beehive.external.dir}/ant/apache-ant-1.6.1-bin.zip"/>
+    <property name="ant.installer" 
location="${beehive.external.dir}/ant/apache-ant-1.6.2-bin.zip"/>
     <property name="jsr173.installer" 
location="${beehive.external.dir}/xmlbeans/jsr173_api.jar"/>
 
     <target name="bootstrap" depends="ensure.proxysettings" 
description="Install external dependencies to the installed/ directory">
@@ -128,7 +128,7 @@
         <echo>Unzipping Ant to directory: ${beehive.installed.dir} from 
installer ${ant.installer}</echo>
         <unzip src="${ant.installer}" dest="${beehive.installed.dir}"/>
 
-        <chmod dir="${beehive.installed.dir}/apache-ant-1.6.1/bin" perm="755" 
includes="**/*.sh"/>
+        <chmod dir="${beehive.installed.dir}/apache-ant-1.6.2/bin" perm="755" 
includes="**/*.sh"/>
     </target>
 
     <!-- ============================================= -->

Added: incubator/beehive/trunk/external/ant/apache-ant-1.6.2-bin.tar.gz
==============================================================================
Binary file. No diff available.

Added: incubator/beehive/trunk/external/ant/apache-ant-1.6.2-bin.zip
==============================================================================
Binary file. No diff available.

Reply via email to