Author: snoopdave
Date: Thu Jun  7 19:42:17 2007
New Revision: 545377

URL: http://svn.apache.org/viewvc?view=rev&rev=545377
Log:
Upgrading Ant to 1.7.0

Added:
    roller/trunk/tools/buildtime/ant-1.7.0/
    roller/trunk/tools/buildtime/ant-1.7.0/ant-junit.jar   (with props)
    roller/trunk/tools/buildtime/ant-1.7.0/ant.jar   (with props)
Removed:
    
roller/trunk/apps/weblogger/src/java/org/apache/roller/weblogger/business/utils/UpgradeDatabase.java
    roller/trunk/tools/buildtime/ant-1.6.2/
Modified:
    roller/trunk/apps/planet/build.xml
    roller/trunk/apps/weblogger/properties.xmlf

Modified: roller/trunk/apps/planet/build.xml
URL: 
http://svn.apache.org/viewvc/roller/trunk/apps/planet/build.xml?view=diff&rev=545377&r1=545376&r2=545377
==============================================================================
--- roller/trunk/apps/planet/build.xml (original)
+++ roller/trunk/apps/planet/build.xml Thu Jun  7 19:42:17 2007
@@ -135,7 +135,7 @@
             <include name="*.jar"/>
         </fileset>
         <pathelement location="${tools}/buildtime/junit-4.1.jar"/>
-        <pathelement location="${tools}/buildtime/ant-1.6.2/ant-junit.jar"/>
+        <pathelement location="${tools}/buildtime/ant-1.7.0/ant-junit.jar"/>
         <pathelement location="${tools}/buildtime/derby.jar"/>
         <pathelement location="${tools}/buildtime/derbyclient.jar"/>
         <pathelement location="${tools}/buildtime/derbynet.jar"/>
@@ -367,7 +367,7 @@
             
             <classpath>
                 <path refid="test.path"/>
-                <pathelement location="${tools}/buildtime/ant-1.6.2/ant.jar"/>
+                <pathelement location="${tools}/buildtime/ant-1.7.0/ant.jar"/>
             </classpath>
         </javac>
 

Modified: roller/trunk/apps/weblogger/properties.xmlf
URL: 
http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/properties.xmlf?view=diff&rev=545377&r1=545376&r2=545377
==============================================================================
--- roller/trunk/apps/weblogger/properties.xmlf (original)
+++ roller/trunk/apps/weblogger/properties.xmlf Thu Jun  7 19:42:17 2007
@@ -236,7 +236,8 @@
     </fileset>
     <fileset refid="commons-httpclient.jar"/>
     <pathelement location="${ro.tools}/buildtime/junit-4.1.jar"/>
-    <pathelement location="${ro.tools}/buildtime/ant-1.6.2/ant-junit.jar"/>
+    <pathelement location="${ro.tools}/buildtime/ant-1.7.0/ant.jar"/>
+    <pathelement location="${ro.tools}/buildtime/ant-1.7.0/ant-junit.jar"/>
     <pathelement location="${ro.tools}/buildtime/derby.jar"/>
     <pathelement location="${ro.tools}/buildtime/derbyclient.jar"/>
     <pathelement location="${ro.tools}/buildtime/derbynet.jar"/>

Added: roller/trunk/tools/buildtime/ant-1.7.0/ant-junit.jar
URL: 
http://svn.apache.org/viewvc/roller/trunk/tools/buildtime/ant-1.7.0/ant-junit.jar?view=auto&rev=545377
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/tools/buildtime/ant-1.7.0/ant-junit.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: roller/trunk/tools/buildtime/ant-1.7.0/ant.jar
URL: 
http://svn.apache.org/viewvc/roller/trunk/tools/buildtime/ant-1.7.0/ant.jar?view=auto&rev=545377
==============================================================================
Binary file - no diff available.

Propchange: roller/trunk/tools/buildtime/ant-1.7.0/ant.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream


Reply via email to