summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-01-29 11:08:26 +0000
committerwisberg <wisberg>2005-01-29 11:08:26 +0000
commit091849cc302ae96eacd5dcd18e91c29e8a66c859 (patch)
treeed65a95c86c4603969d283273319cb5d8b032688 /lib
parentcd0399065de57507af0376d23a48577424fc14ec (diff)
downloadaspectj-091849cc302ae96eacd5dcd18e91c29e8a66c859.tar.gz
aspectj-091849cc302ae96eacd5dcd18e91c29e8a66c859.zip
avoiding bootstrap to make it easier to implement aspectj ant build *sigh*
Diffstat (limited to 'lib')
-rw-r--r--lib/aspectj/lib/aspectjrt.jarbin0 -> 41534 bytes
-rw-r--r--lib/aspectj/lib/aspectjtools.jarbin0 -> 5923019 bytes
-rw-r--r--lib/readme-lib-module.html27
3 files changed, 14 insertions, 13 deletions
diff --git a/lib/aspectj/lib/aspectjrt.jar b/lib/aspectj/lib/aspectjrt.jar
new file mode 100644
index 000000000..ee43ae3a5
--- /dev/null
+++ b/lib/aspectj/lib/aspectjrt.jar
Binary files differ
diff --git a/lib/aspectj/lib/aspectjtools.jar b/lib/aspectj/lib/aspectjtools.jar
new file mode 100644
index 000000000..d47c6e764
--- /dev/null
+++ b/lib/aspectj/lib/aspectjtools.jar
Binary files differ
diff --git a/lib/readme-lib-module.html b/lib/readme-lib-module.html
index 8e6baeb25..3bef1e672 100644
--- a/lib/readme-lib-module.html
+++ b/lib/readme-lib-module.html
@@ -1,5 +1,5 @@
<html>
-<title>AspectJ library module</title>
+<head><title>AspectJ library module</title></head>
<body>
<h2>AspectJ library module</h2>
@@ -12,43 +12,44 @@ This module also contains some bootstrap libraries and test sources.
<ul>
<li><a href="ant">ant</a>:
Ant 1.5.1 from
- <a ="http:jakarta.apache.org/ant">http:jakarta.apache.org/ant</a>.
+ <a href="http:jakarta.apache.org/ant">http:jakarta.apache.org/ant</a>.
This contains a modified Ant script that works with our quicklook
and puts the optional tasks on the classpath by default.
Ant is available under the Apache Software License.
</li>
+ <li><a href="aspectj">aspectj</a>:
+ This is just our version to avoid bootstrapping Ant builds of
+ modules built with AspectJ. Likely to be replaced with bootstrapping.
+ </li>
<li><a href="bcel">bcel</a>:
The Bytecode Engineering Library from
- <a ="http:jakarta.apache.org/bcel">http:jakarta.apache.org/bcel</a>,
+ <a href="http:jakarta.apache.org/bcel">http:jakarta.apache.org/bcel</a>,
available under the Apache Software License.
</li>
<li><a href="build">build</a>: bootstrap libraries for the build process.
</li>
<li><a href="commons">commons</a>:
Commons 1.0 from
- <a ="http:jakarta.apache.org/commons">http:jakarta.apache.org/commons</a>.
+ <a href="http:jakarta.apache.org/commons">http:jakarta.apache.org/commons</a>.
This is used only by the testing module.
</li>
- <li><a href="eclipse2.0">eclipse2.0</a>:
- The AspectJ compiler is a patch to the Eclipse 2.0 compiler.
- These are the non-compiler binaries. For the eclipse compiler
- and patched, see the org.eclipse.jdt.core module.
- This is available under the CPL.
- </li>
<li><a href="jdiff">jdiff</a>:
JDiff binaries; there is a jdiff project under LGPL at
- <a ="http:sourceforge.net/projects/javadiff">http:sourceforge.net/projects/javadiff</a>.
+ <a href="http:sourceforge.net/projects/javadiff">http:sourceforge.net/projects/javadiff</a>.
This is used only internally by the testing module and is not distributed.
</li>
<li><a href="junit">junit</a>:
JUnit 3.7 test libraries, available from
- <a ="http:junit.org">junit.org</a> and under the CPL.
+ <a href="http:junit.org">junit.org</a> and under the CPL.
</li>
<li><a href="regexp">regexp</a>:
Regular expressions from
- <a ="http:jakarta.apache.org">http:jakarta.apache.org</a>.
+ <a href="http:jakarta.apache.org">http:jakarta.apache.org</a>.
This is used only by the testing module.
</li>
+ <li><a href="saxon">saxon</a>:
+ For building docbook.
+ </li>
<li><a href="test">test</a>: bootstrap libraries for the test process.
These could be replaced with build products, to avoid the checked-in
versions being out of date, but these build products change rarely