diff options
author | jhugunin <jhugunin> | 2003-03-28 00:54:19 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-03-28 00:54:19 +0000 |
commit | e3ad8bbd021d8949bc2c45a2e1749cb1d720a195 (patch) | |
tree | 031826b431705d94d1207e3174e7b8ee17c5e58b /org.eclipse.jdt.core/README.html | |
parent | 8e31e9be0fe8c04fd6c1802a9262b9e1c00187dc (diff) | |
download | aspectj-e3ad8bbd021d8949bc2c45a2e1749cb1d720a195.tar.gz aspectj-e3ad8bbd021d8949bc2c45a2e1749cb1d720a195.zip |
Major changes in order to move to Eclipse-JDT 2.1 as a base.
In the process of this many changes were made to try to make
keeping up with the Eclipse-JDT code base as easy as possible in
the future.
Diffstat (limited to 'org.eclipse.jdt.core/README.html')
-rw-r--r-- | org.eclipse.jdt.core/README.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core/README.html b/org.eclipse.jdt.core/README.html new file mode 100644 index 000000000..b47a42e65 --- /dev/null +++ b/org.eclipse.jdt.core/README.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>The Eclipse JDT compiler</title> + </head> + + <body> + <h1>The Eclipse JDT Compiler</h1> + + <p>This module exports jdtcore.jar to anyone who depends on it. That .jar + contains a lightly modified version of the eclipse JDT compiler and all of its + dependencies. The .jar is built from shadows/org.eclipse.jdt.core. See + shadows/README.html for more information. + </p> + </body> +</html> |