summaryrefslogtreecommitdiffstats
path: root/aspectj-attic/readme-aspectj-attic-module.html
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-31 18:25:37 +0000
committerwisberg <wisberg>2002-12-31 18:25:37 +0000
commit63d88f163be18c14fccd02cc88b691679eb17e93 (patch)
tree3023d14aea66fec7f3b660218564f4dfec638a66 /aspectj-attic/readme-aspectj-attic-module.html
parent897e1f63b9790c079f20dd66bd0d15f4b840bcb8 (diff)
downloadaspectj-63d88f163be18c14fccd02cc88b691679eb17e93.tar.gz
aspectj-63d88f163be18c14fccd02cc88b691679eb17e93.zip
initial version of unused/attic code for later reference
Diffstat (limited to 'aspectj-attic/readme-aspectj-attic-module.html')
-rw-r--r--aspectj-attic/readme-aspectj-attic-module.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/aspectj-attic/readme-aspectj-attic-module.html b/aspectj-attic/readme-aspectj-attic-module.html
new file mode 100644
index 000000000..3611c5b50
--- /dev/null
+++ b/aspectj-attic/readme-aspectj-attic-module.html
@@ -0,0 +1,28 @@
+<html>
+<title>AspectJ attic</title>
+<body>
+<h1>AspectJ attic</h1>
+
+The AspectJ attic includes code that is unused now but might
+be part of at least investigations for future solutions.
+None of this code is used or distributed with AspectJ binaries.
+Some of it depends on code under other licenses. That code is
+not included here, so this project does not compile.
+
+Dependencies not specified in the .project file:
+<ul>
+<li>ajdoc depends on the J2SE 1.3 tools.jar.
+ Other versions will not work.</li>
+<li>ajdoc depends on the AspectJ 1.0 compiler.
+ The 1.1 compiler will not work.</li>
+<li>The testing file-comparison uses jdiff code,
+ available from the JEdit sourceforge project
+ (http://sourceforge.net/projects/jedit) under GPL.
+ (Not to be confused with the jdiff sourceforge
+ project, which produces API differences.)
+ </li>
+</ul>
+
+See also any development notes in the respective source directories.
+</body>
+</html>