diff options
author | acolyer <acolyer> | 2003-11-05 16:19:26 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-11-05 16:19:26 +0000 |
commit | 2faecae57cef64fbf65a3490e2c199c989747acf (patch) | |
tree | f85a710cc3a213c2d514a46bd58857c3c35d09c2 /eclipse.plugin/README | |
parent | 1f16bf73144c62ec6b1252216a23aabc565d9d91 (diff) | |
download | aspectj-2faecae57cef64fbf65a3490e2c199c989747acf.tar.gz aspectj-2faecae57cef64fbf65a3490e2c199c989747acf.zip |
describes role and usage of this module
Diffstat (limited to 'eclipse.plugin/README')
-rw-r--r-- | eclipse.plugin/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/eclipse.plugin/README b/eclipse.plugin/README new file mode 100644 index 000000000..515f3144a --- /dev/null +++ b/eclipse.plugin/README @@ -0,0 +1,6 @@ +This project contains the files needed to build the Eclipse library and doc plugins for AspectJ.
+The plugins themselves can only be built as the result of a master AspectJ build (../build/build.xml).
+
+During a build the docs are copied into the doc subdir of the doc plugin,
+the built libraries are copied into the ajde plugin, and the source jars
+are created and placed in the scr dir of the source plugin.
|