]> source.dussan.org Git - aspectj.git/commitdiff
eclipse stuff for loadtime module to become Java Project.
authoraclement <aclement>
Wed, 4 May 2005 16:27:03 +0000 (16:27 +0000)
committeraclement <aclement>
Wed, 4 May 2005 16:27:03 +0000 (16:27 +0000)
loadtime/.classpath [new file with mode: 0644]
loadtime/.project [new file with mode: 0644]
loadtime5/.classpath [new file with mode: 0644]
loadtime5/.project [new file with mode: 0644]

diff --git a/loadtime/.classpath b/loadtime/.classpath
new file mode 100644 (file)
index 0000000..e944a33
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="src">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="src" path="testsrc">
+               <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="/util">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry combineaccessrules="false" kind="src" path="/weaver">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar">
+               <attributes>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/loadtime/.project b/loadtime/.project
new file mode 100644 (file)
index 0000000..4d85d12
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>loadtime</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/loadtime5/.classpath b/loadtime5/.classpath
new file mode 100644 (file)
index 0000000..ecef506
--- /dev/null
@@ -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 (file)
index 0000000..a6d0b97
--- /dev/null
@@ -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>