Skip to content

Commit

Permalink
Add distribution content
Browse files Browse the repository at this point in the history
  • Loading branch information
oschrenk committed Apr 8, 2012
1 parent 27dc2dd commit aef07e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,22 @@ Please note that JGraphT is distributed WITHOUT ANY WARRANTY; without even the i

Please refer to the license for details.

## Contents ##

- `README.md` this file
- `CONTRIBUTORS.md` list of contributors
- `HISTORY.md` changelog
- `licence-LGPL.txt` GNU Lesser General Public License
- `javadoc/` Javadoc documentation
- `lib/` JGraphT libraries:
- `jgrapht-core-x.y.z.jar` core library
- `jgrapht-demo-x.y.z.jar` demo classes
- `jgrapht-ext-x.y.z.jar` extensions
- `jgrapht-x.y.z-combined.jar` all libraries rolled into one
- `jgraph-a.b.c.jar` JGraph dependency library
- `source/` complete source tree used to build this release
- `pom.xml` Maven project file

## Getting Started ##

The package `org.jgrapht.demo` includes small demo applications to help you get started. If you spawn your own demo app and think others can use it, please send it to us and we will add it to that package.
Expand Down

0 comments on commit aef07e6

Please sign in to comment.