You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+18-18
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,7 @@ or the
30
30
* Eclipse Public License (EPL)
31
31
http://www.eclipse.org/org/documents/epl-v10.php
32
32
33
-
As a recipient of JGraphT, you may choose
34
-
which license to receive the code under.
33
+
As a recipient of JGraphT, you may choose which license to receive the code under.
35
34
36
35
For a detailed information on the dual license approach, see https://github.com/jgrapht/jgrapht/wiki/Relicensing.
37
36
@@ -41,23 +40,26 @@ Please note that JGraphT is distributed WITHOUT ANY WARRANTY; without even the i
41
40
42
41
Please refer to the license for details.
43
42
44
-
## Contents ##
43
+
## Release Contents ##
44
+
45
+
The files below make up the table of contents for a release distribution archive:
45
46
46
47
-`README.md` this file
47
48
-`CONTRIBUTORS.md` list of contributors
48
49
-`HISTORY.md` changelog
49
50
-`license-EPL.txt` Eclipse Public License 1.0
50
51
-`license-LGPL.txt` GNU Lesser General Public License 2.1
51
52
-`javadoc/` Javadoc documentation
52
-
-`lib/` JGraphT libraries:
53
-
-`jgrapht-core-x.y.z.jar` core library
54
-
-`jgrapht-demo-x.y.z.jar` demo classes
55
-
-`jgrapht-ext-x.y.z.jar` extensions
56
-
-`jgrapht-ext-x.y.z-uber.jar` all libraries rolled into one
57
-
-`jgrapht-io-x.y.z.jar` Importers/Exporters for various graph formats
58
-
-`jgrapht-io-x.y.z-uber.jar` all libraries rolled into one
59
-
-`jgraph-a.b.c.jar` JGraph dependency library
60
-
-`jgraphx-a.b.c.jar` JGraphX dependency library
53
+
-`lib/` JGraphT libraries and dependencies:
54
+
-`antlr4-runtime-x.y.jar` ANTLR parser runtime
55
+
-`commons-lang3-x.y.jar` Apache Commons Lang library
56
+
-`jgrapht-core-x.y.z.jar` core library
57
+
-`jgrapht-demo-x.y.z.jar` demo classes
58
+
-`jgrapht-ext-x.y.z.jar` extensions
59
+
-`jgrapht-ext-x.y.z-uber.jar` all libraries rolled into one
60
+
-`jgrapht-io-x.y.z.jar` Importers/Exporters for various graph formats
61
+
-`jgrapht-io-x.y.z-uber.jar` all libraries rolled into one
62
+
-`jgraphx-a.b.c.jar` JGraphX dependency library
61
63
-`source/` complete source tree used to build this release
62
64
63
65
## Getting Started ##
@@ -115,16 +117,14 @@ Reading the [change history](HISTORY.md) is always recommended.
115
117
116
118
## Documentation ##
117
119
118
-
A local copy of the Javadoc HTML files is included in this distribution. The latest version of these files is also available [on-line](http://www.jgrapht.org/javadoc).
120
+
A local copy of the Javadoc HTML files is included in the distribution. The latest version of these files is also available [on-line](http://www.jgrapht.org/javadoc).
119
121
120
122
## Dependencies ##
121
123
122
124
- JGraphT requires JDK 1.8 or later to build starting with version 1.0.0.
123
-
-[JUnit](http://www.junit.org) is a unit testing framework. You need JUnit only if you want to run the unit tests. JUnit is licensed under the terms of the IBM Common Public License. The JUnit tests included with JGraphT have been created using JUnit `3.8.1`.
124
-
-[XMLUnit](http://xmlunit.sourceforge.net) extends JUnit with XML capabilities. You need XMLUnit only if you want to run the unit tests. XMLUnit is licensed under the terms of the BSD
125
-
License.
126
-
-[JGraph](http://sourceforge.net/projects/jgraph) is a graph visualization and editing component. You need JGraph only if you want to create graph visualizations using the JGraphT-to-JGraph adapter. JGraph is licensed under the terms of the GNU Lesser General Public License (LGPL).
127
-
-[JGraphX](http://www.jgraph.com/jgraph.html) is the successor to JGraph. You need JGraphX only if you want to use the JGraphXAdapter to visualize the JGraphT graph interactively via JGraphX. JGraphX is licensed under the terms of the BSD license.
125
+
-[JUnit](http://www.junit.org) is a unit testing framework. You need JUnit only if you want to run the unit tests. JUnit is licensed under the terms of the IBM Common Public License. The JUnit tests included with JGraphT have been created using JUnit 4.
126
+
-[XMLUnit](http://xmlunit.sourceforge.net) extends JUnit with XML capabilities. You need XMLUnit only if you want to run the unit tests. XMLUnit is licensed under the terms of the BSD License.
127
+
-[JGraphX](http://www.jgraph.com/jgraph.html) is a graph visualizations and editing component (the successor to the older JGraph library). You need JGraphX only if you want to use the JGraphXAdapter to visualize the JGraphT graph interactively via JGraphX. JGraphX is licensed under the terms of the BSD license.
128
128
-[Touchgraph](http://sourceforge.net/projects/touchgraph) is a graph visualization and layout component. You need Touchgraph only if you want to create graph visualizations using the JGraphT-to-Touchgraph converter. Touchgraph is licensed under the terms of an Apache-style License.
129
129
-[ANTLR](http://www.antlr.org) is a parser generator. It is used for reading text files containing graph representations, and is only required by the jgrapht-io module. ANTLR v4 is licensed under the terms of the [BSD license](http://www.antlr.org/license.html).
0 commit comments