Author: kohsuke
Date: Sat Jan 28 11:03:52 2006
New Revision: 373215

URL: http://svn.apache.org/viewcvs?rev=373215&view=rev
Log:
reordered dependency list and classified it into categories.

Modified:
    jakarta/commons/sandbox/javaflow/trunk/project.xml

Modified: jakarta/commons/sandbox/javaflow/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/javaflow/trunk/project.xml?rev=373215&r1=373214&r2=373215&view=diff
==============================================================================
--- jakarta/commons/sandbox/javaflow/trunk/project.xml (original)
+++ jakarta/commons/sandbox/javaflow/trunk/project.xml Sat Jan 28 11:03:52 2006
@@ -114,6 +114,11 @@
       <version>1.0.4</version>
     </dependency>
     <dependency>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging-api</artifactId>
+      <version>1.0.4</version>
+    </dependency>
+    <dependency>
       <groupId>bcel</groupId>
       <artifactId>bcel</artifactId>
       <version>20050813</version>
@@ -128,10 +133,24 @@
       <type>jar</type>
     </dependency>
     <dependency>
+      <groupId>asm</groupId>
+      <artifactId>asm-all</artifactId>
+      <version>2.2.1</version>
+      <jar>${basedir}/lib/asm-all-2.2.1.jar</jar>
+      <type>jar</type>
+    </dependency>
+    <!-- tool time dependency -->
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.1</version>
+    </dependency>
+    <dependency>
       <groupId>ant</groupId>
       <artifactId>ant</artifactId>
       <version>1.5.3-1</version>
     </dependency>
+    <!-- test dependency -->
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
@@ -146,23 +165,6 @@
       <groupId>xstream</groupId>
       <artifactId>xstream</artifactId>
       <version>1.1</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging-api</artifactId>
-      <version>1.0.4</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>20050621.133116</version>
-    </dependency>
-    <dependency>
-      <groupId>asm</groupId>
-      <artifactId>asm-all</artifactId>
-      <version>2.2.1</version>
-      <jar>${basedir}/lib/asm-all-2.2.1.jar</jar>
-      <type>jar</type>
     </dependency>
   </dependencies>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to