From: Bryan T. <tho...@us...> - 2008-01-14 16:45:55
|
Update of /cvsroot/cweb/lgpl-utils In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv28115 Modified Files: project.xml Log Message: updated dependencies. Index: project.xml =================================================================== RCS file: /cvsroot/cweb/lgpl-utils/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** project.xml 20 Mar 2007 14:39:37 -0000 1.1 --- project.xml 14 Jan 2008 16:45:47 -0000 1.2 *************** *** 147,150 **** --- 147,166 ---- </dependency> + <!-- FIXME Use autojar to select only the required classes for redistribution. --> + <!-- FIXME Publish resulting JAR on maven repository. --> + <dependency> + <id>fastutil</id> + <version>5.0.9</version> + <url>http://fastutil.dsi.unimi.it/</url> + </dependency> + + <!-- + <dependency> + <id>mg4j</id> + <version>2.0.1</version> + <url>http://mg4j.dsi.unimi.it/</url> + </dependency> + --> + </dependencies> |