aboutsummaryrefslogtreecommitdiffstats
path: root/aspectj5rt/.classpath
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-02-11 05:28:21 +0000
committerwisberg <wisberg>2005-02-11 05:28:21 +0000
commit7dd69aace9cbd37d5813dd820e6a264bb5fcf6b4 (patch)
tree7c13edad2a2c263784d1416cdc892e359e69a329 /aspectj5rt/.classpath
parent885b4f017b89fc616e844472f35d2dd1c0411a83 (diff)
downloadaspectj-7dd69aace9cbd37d5813dd820e6a264bb5fcf6b4.tar.gz
aspectj-7dd69aace9cbd37d5813dd820e6a264bb5fcf6b4.zip
new module for Java5-specific additions to aspectjrt.jar. aspectjrt.jar is assemble from this and its required module runtime. It requires Java 5; Eclipse developers not using 3.1 or Java 5 should close this module. In Ant, the java5-src directory will be ignored unless Ant is run under a 1.5 or later VM. See the build docs for more details.
Diffstat (limited to 'aspectj5rt/.classpath')
-rw-r--r--aspectj5rt/.classpath8
1 files changed, 8 insertions, 0 deletions
diff --git a/aspectj5rt/.classpath b/aspectj5rt/.classpath
new file mode 100644
index 000000000..491bfa2f0
--- /dev/null
+++ b/aspectj5rt/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="java5-src"/>
+ <classpathentry sourcepath="/JRE15_SRC" kind="var" path="JRE15_LIB"/>
+ <classpathentry kind="src" path="/runtime"/>
+ <classpathentry kind="src" path="testsrc"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>