Skeleton of viztool project for visualizing Java classes.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@156 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-06-14 01:51:28 +00:00
parent d5612717a2
commit b64ae10266
4 changed files with 201 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
Required external libraries
---------------------------
The viztool code requires the following external Java libraries (JAR
files) to be placed here in the lib/ directory or in the shared library
directory specified in the build.xml file (${java.libraries}).
* samskivert library:
http://www.samskivert.com/code/samskivert/
Once the jar files are in place (regardless of what they are named), the
build system will automatically include them in the compile-time
classpath.
--
$Id: README,v 1.1 2001/06/14 01:51:28 mdb Exp $