diff options
author | wisberg <wisberg> | 2002-12-16 16:51:08 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 16:51:08 +0000 |
commit | 3cde920c3f7eb8241bf569007e25225d80b43c0f (patch) | |
tree | 6a5133977e3ba75cb043bc1e74a7680d6167bb37 /lib | |
download | aspectj-3cde920c3f7eb8241bf569007e25225d80b43c0f.tar.gz aspectj-3cde920c3f7eb8241bf569007e25225d80b43c0f.zip |
initial version
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.classpath | 5 | ||||
-rw-r--r-- | lib/.project | 17 | ||||
-rw-r--r-- | lib/readme-lib-module.html | 44 |
3 files changed, 66 insertions, 0 deletions
diff --git a/lib/.classpath b/lib/.classpath new file mode 100644 index 000000000..988a4cb47 --- /dev/null +++ b/lib/.classpath @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> + <classpathentry kind="output" path=""/> +</classpath> diff --git a/lib/.project b/lib/.project new file mode 100644 index 000000000..106aa246d --- /dev/null +++ b/lib/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>lib</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> diff --git a/lib/readme-lib-module.html b/lib/readme-lib-module.html new file mode 100644 index 000000000..33ce54651 --- /dev/null +++ b/lib/readme-lib-module.html @@ -0,0 +1,44 @@ +<html> +<title>AspectJ library module</title> +<body> +<h2>AspectJ library module</h2> + +This module primarily contains binary libraries from open-source projects, +some of which are subject to licenses other than the Common Public License (CPL). +Those not subject to CPL are not distributed in source or binary form with +AspectJ (except for Apache's BCEL), but are used in the development of AspectJ. +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>. + 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="bcel">bcel</a>: + The Bytecode Engineering Library from + <a ="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="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="junit">junit</a>: + JUnit 3.7 test libraries, available from + <a ="http:junit.org">junit.org</a> and under the CPL. + </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 + (and almost never in binary-incompatible ways). + </li> +</ul> +</body> +</html>
\ No newline at end of file |