Browse Source

eclipse stuff for loadtime module to become Java Project.

tags/PRE_ANDY
aclement 19 years ago
parent
commit
e86b7b522b
4 changed files with 98 additions and 0 deletions
  1. 36
    0
      loadtime/.classpath
  2. 17
    0
      loadtime/.project
  3. 28
    0
      loadtime5/.classpath
  4. 17
    0
      loadtime5/.project

+ 36
- 0
loadtime/.classpath View File

@@ -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>

+ 17
- 0
loadtime/.project View File

@@ -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>

+ 28
- 0
loadtime5/.classpath View File

@@ -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>

+ 17
- 0
loadtime5/.project View File

@@ -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>

Loading…
Cancel
Save