aboutsummaryrefslogtreecommitdiffstats
path: root/loadtime5
diff options
context:
space:
mode:
authoraclement <aclement>2005-05-04 16:27:03 +0000
committeraclement <aclement>2005-05-04 16:27:03 +0000
commite86b7b522bacc9d7a6945a1da2a690c85038e535 (patch)
tree7f3516d31c1209a017c2de3b18be553228bbc66c /loadtime5
parent7f26983bfb187f19506b08e495f96f94fd21d13e (diff)
downloadaspectj-e86b7b522bacc9d7a6945a1da2a690c85038e535.tar.gz
aspectj-e86b7b522bacc9d7a6945a1da2a690c85038e535.zip
eclipse stuff for loadtime module to become Java Project.
Diffstat (limited to 'loadtime5')
-rw-r--r--loadtime5/.classpath28
-rw-r--r--loadtime5/.project17
2 files changed, 45 insertions, 0 deletions
diff --git a/loadtime5/.classpath b/loadtime5/.classpath
new file mode 100644
index 000000000..ecef506e3
--- /dev/null
+++ b/loadtime5/.classpath
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry combineaccessrules="false" kind="src" path="/asm">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry combineaccessrules="false" kind="src" path="/bridge">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry combineaccessrules="false" kind="src" path="/loadtime">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry combineaccessrules="false" kind="src" path="/weaver">
+ <attributes>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/loadtime5/.project b/loadtime5/.project
new file mode 100644
index 000000000..a6d0b97da
--- /dev/null
+++ b/loadtime5/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>loadtime5</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>