1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
biojava for Debian
------------------
This package provide biojava libraries, made up of multiple libraries, dependent on biojava-core and other libraries.
To make use of thos libraries, the following libraries are needed in the classpath:
<fileset dir="/usr/share/java">
<include name="commons-cli.jar"/>
<include name="commons-collections.jar"/>
<include name="commons-dbcp.jar"/>
<include name="commons-pool.jar"/>
<include name="junit.jar"/>
<include name="guava.jar"/>
<include name="jgrapht0.8.jar"/>
<include name="Jmol.jar"/>
<include name="json-lib.jar"/>
<include name="biojava3-core.jar"/>
<include name="biojava3-forester.jar"/>
</fileset>
<fileset dir="/usr/share/icedtea-web">
<include name="netx.jar"/>
</fileset>
-- Olivier Sallou <osallou@debian.org> Wed, 23 May 2012 18:13:46 +0200
|