File: README.Debian

package info (click to toggle)
biojava3-live 3.0.4-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 40,192 kB
  • sloc: java: 152,592; xml: 16,652; makefile: 55; sh: 25
file content (23 lines) | stat: -rw-r--r-- 1,200 bytes parent folder | download | duplicates (2)
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