diff options
-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.
|