1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
==================
Library Folder
==================
This folder contains jar files of libraries used by JGraphT:
-----------------------------------
jgraph.jar (version 5.8.3.2-Munich)
-----------------------------------
The runtime library of the JGraph project. The JGraph library is licensed under
the terms of the GNU Lesser General Public License (LGPL), as with JGraphT.
You can find out more about JGraph and/or download the latest version from
http://www.jgraph.com. You will also find there the source code of the
JGraph library.
Note: the JGraph jar in this folder is the build for Java 1.4.
-------------------------
junit.jar (version 3.8.1)
-------------------------
The runtime library of the JUnit testing framework. The JUnit library is
licensed under the terms of the IBM Common Public License.
You can find out more about JUnit and/or download the latest version from
http://www.junit.org. You will also find there the source code of the JUnit
library.
--------------------------------
TGGraphLayout.jar (version 1.22)
--------------------------------
The layout library of the Touchgraph project. The Touchgraph library is
licensed under an Apache-style license; see TG-APACHE-LICENSE.txt.
You can find out more about Touchgraph and/or download the latest version from
http://www.touchgraph.com. You can find the source code of the
Touchgraph library at http://sourceforge.net/projects/touchgraph.
------------------------
svn*.jar (version 1.0.0)
------------------------
The svn ant task from http://subclipse.tigris.org/svnant/svn.html
----------------------------
xmlunit1.0.jar (version 1.0)
----------------------------
The runtime library for the XMLUnit extension to JUnit. The XMLUnit
library is licensed under the terms of the BSD License.
You can find out more about XMLUnit and/or download the latest version
from http://xmlunit.sourceforge.net. You will also find there the
source code of the xmlunit library.
|