You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2007/06/04 01:28:54 UTC

svn commit: r544011 - in /roller/trunk: apps/planet/build.xml apps/weblogger/properties.xmlf tools/buildtime/junit-3.8.1.jar tools/buildtime/junit-4.1.jar

Author: agilliland
Date: Sun Jun  3 16:28:53 2007
New Revision: 544011

URL: http://svn.apache.org/viewvc?view=rev&rev=544011
Log:
upgrade junit to 4.1 so that we can start using annotations :)


Added:
    roller/trunk/tools/buildtime/junit-4.1.jar   (with props)
Removed:
    roller/trunk/tools/buildtime/junit-3.8.1.jar
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=544011&r1=544010&r2=544011
==============================================================================
--- roller/trunk/apps/planet/build.xml (original)
+++ roller/trunk/apps/planet/build.xml Sun Jun  3 16:28:53 2007
@@ -134,7 +134,7 @@
         <fileset dir="${tools}/buildtime/mockrunner-0.35/lib">
             <include name="*.jar"/>
         </fileset>
-        <pathelement location="${tools}/buildtime/junit-3.8.1.jar"/>
+        <pathelement location="${tools}/buildtime/junit-4.1.jar"/>
         <pathelement location="${tools}/buildtime/ant-1.6.2/ant-junit.jar"/>
         <pathelement location="${tools}/buildtime/derby.jar"/>
         <pathelement location="${tools}/buildtime/derbyclient.jar"/>

Modified: roller/trunk/apps/weblogger/properties.xmlf
URL: http://svn.apache.org/viewvc/roller/trunk/apps/weblogger/properties.xmlf?view=diff&rev=544011&r1=544010&r2=544011
==============================================================================
--- roller/trunk/apps/weblogger/properties.xmlf (original)
+++ roller/trunk/apps/weblogger/properties.xmlf Sun Jun  3 16:28:53 2007
@@ -235,7 +235,7 @@
        <include name="*.jar"/>
     </fileset>
     <fileset refid="commons-httpclient.jar"/>
-    <pathelement location="${ro.tools}/buildtime/junit-3.8.1.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/derby.jar"/>
     <pathelement location="${ro.tools}/buildtime/derbyclient.jar"/>

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

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