You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by ry...@apache.org on 2008/10/17 02:42:45 UTC

svn commit: r705432 - /labs/droids/branch/LABS-144/ivy.xml

Author: ryan
Date: Thu Oct 16 17:42:45 2008
New Revision: 705432

URL: http://svn.apache.org/viewvc?rev=705432&view=rev
Log:
adding commons-io to main dependancies...

Modified:
    labs/droids/branch/LABS-144/ivy.xml

Modified: labs/droids/branch/LABS-144/ivy.xml
URL: http://svn.apache.org/viewvc/labs/droids/branch/LABS-144/ivy.xml?rev=705432&r1=705431&r2=705432&view=diff
==============================================================================
--- labs/droids/branch/LABS-144/ivy.xml (original)
+++ labs/droids/branch/LABS-144/ivy.xml Thu Oct 16 17:42:45 2008
@@ -33,15 +33,20 @@
   <dependencies>
     <!-- core -->
     <dependency org="org.codehaus.woodstox" name="wstx-asl" rev="3.2.7" />
-    <dependency org="org.apache.geronimo.specs" name="geronimo-stax-api_1.0_spec" rev="1.0.1" conf="core"/>
-    <dependency org="commons-logging" name="commons-logging" rev="1.1"/>
-    <dependency org="log4j" name="log4j" rev="1.2.14"/>
+    <dependency org="org.apache.geronimo.specs" name="geronimo-stax-api_1.0_spec" rev="1.0.1" conf="core"/>
+    <dependency org="org.apache.httpcomponents" name="httpclient" rev="4.0-beta1"/>
+    <dependency org="commons-io" name="commons-io" rev="1.4"/>
+    
+    <!-- logging -->
+    <dependency org="commons-logging" name="commons-logging" rev="1.1"/>
+    <dependency org="log4j" name="log4j" rev="1.2.14"/>
+    
+    <!-- ???? -->
     <dependency org="org.umlgraph" name="UmlGraph" rev="5.1" conf="core"/>
     <!-- Junit testing -->
     <dependency org="junit" name="junit" rev="4.5"/>
     <!-- plugins -->
     <dependency org="nekohtml" name="nekohtml" rev="1.9.6.1"/>
-    <dependency org="org.apache.httpcomponents" name="httpclient" rev="4.0-beta1"/>
     <!-- till now we do not have tika support yet.
     As soon we are coming around to implement we have to do it in a plugin.
     Leaving it for now in comment.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org