You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by mj...@apache.org on 2016/06/02 02:45:07 UTC

[3/7] incubator-joshua git commit: removed ivy file

removed ivy file


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/447e09d1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/447e09d1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/447e09d1

Branch: refs/heads/master
Commit: 447e09d15740634330f5a3d5151ad0287ade419a
Parents: 3f86836
Author: Matt Post <po...@cs.jhu.edu>
Authored: Wed Jun 1 22:26:23 2016 -0400
Committer: Matt Post <po...@cs.jhu.edu>
Committed: Wed Jun 1 22:26:23 2016 -0400

----------------------------------------------------------------------
 lib/ivy.xml | 17 -----------------
 1 file changed, 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/447e09d1/lib/ivy.xml
----------------------------------------------------------------------
diff --git a/lib/ivy.xml b/lib/ivy.xml
deleted file mode 100644
index d41595d..0000000
--- a/lib/ivy.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<ivy-module version="2.0">
-  <info organisation="joshua" module="joshua"/>
-  <dependencies>
-    <dependency org="net.sourceforge.ant-doxygen" name="ant-doxygen" rev="1.6.1" />
-    <dependency org="net.sf.jung" name="jung-algorithms" rev="2.0"/>
-    <dependency org="net.sf.jung" name="jung-api" rev="2.0"/>
-    <dependency org="net.sf.jung" name="jung-graph-impl" rev="2.0"/>
-    <dependency org="net.sf.jung" name="jung-visualization" rev="2.0"/>
-    <dependency org="org.apache.commons" name="commons-cli" rev="1.2"/>
-    <dependency org="org.testng" name="testng" rev="6.7"/>
-    <dependency org="junit"  name="junit" rev="4.10" />
-    <dependency org="net.sourceforge.collections" name="collections-generic" rev="4.01"/>
-    <dependency org="args4j" name="args4j" rev="2.0.29" />
-    <dependency org="com.google.code.gson" name="gson" rev="2.5"/>
-    <dependency org="com.google.guava" name="guava" rev="19.0"/>
-  </dependencies>
-</ivy-module>