Author: rgardler
Date: Sat Nov 18 14:23:29 2006
New Revision: 476630

URL: http://svn.apache.org/viewvc?view=rev&rev=476630
Log:
Add Junit

Modified:
    forrest/trunk/whiteboard/forrest2/ivy.xml

Modified: forrest/trunk/whiteboard/forrest2/ivy.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/ivy.xml?view=diff&rev=476630&r1=476629&r2=476630
==============================================================================
--- forrest/trunk/whiteboard/forrest2/ivy.xml (original)
+++ forrest/trunk/whiteboard/forrest2/ivy.xml Sat Nov 18 14:23:29 2006
@@ -17,17 +17,24 @@
 -->
 <ivy-module version="1.0">
     <info 
-        organisation="SAAfE"
-        module="forreest2"
+        organisation="Apache"
+        module="forrest2"
         status="integration">
        </info>
+       
+       <configurations>
+         <conf name="default"/>
+         <conf name="test" extends="default"/>
+       </configurations>
+       
        <dependencies>
            <dependency org="apache" name="commons-httpclient" 
rev="latest.milestone" />
-           <dependency org="apache" name="commons-codec" rev="latest.release" 
/>
+           <dependency org="apache" name="commons-codec" rev="1.3" />
            <dependency org="apache" name="commons-logging" 
rev="latest.release"/>
            <dependency org="apache" name="regexp" rev="latest.milestone" />
            <dependency org="apache" name="xerces" rev="latest.release"/>
-           <dependency org="jtidy" name="jtidy" rev="latest.release"/>
+           <dependency org="jtidy" name="jtidy" rev="4aug2000r7-dev"/>
+           <dependency org="junit" name="junit" rev="4.1"/>
            <dependency org="springframework" name="core" rev="latest.release"/>
        </dependencies>
 </ivy-module>