summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 16:02:25 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 16:02:25 +0000
commit4ecd5d0edb663fdba4935912ccdbbf79a66482ae (patch)
tree78b6936d8633533ed3d63f30c8fa28c878f0da4b
parenta2c044ea9363f445053317de8913887d1db05a14 (diff)
downloadATCD-4ecd5d0edb663fdba4935912ccdbbf79a66482ae.tar.gz
*** empty log message ***
-rw-r--r--java/src/Readme17
1 files changed, 0 insertions, 17 deletions
diff --git a/java/src/Readme b/java/src/Readme
deleted file mode 100644
index 73220d55de4..00000000000
--- a/java/src/Readme
+++ /dev/null
@@ -1,17 +0,0 @@
-Make sure to update the environment variable CLASSPATH to include the
-path to where java/classes/ is located. The Java compiler uses this to
-find classes when resolving dependencies.
-
-The Makefile has been worked over severely, and it now REQUIRES GNU
-Make. The makefile is still a little rough, and will definitely
-evolve.
-
-Suggestions are welcome at cleeland@cs.wustl.edu or pjain@cs.wustl.edu.
-
-Also, TimeValue moved from the ACE.Reactor to ACE.ASX package to break
-up some circular dependency problems.
-
-The documentation for Java ACE has not been included in the release
-but can be automatically generated by typing "make doc" in the src
-directory. Note that the gif images needed by the documentaion ARE
-included in the release.