diff options
-rw-r--r-- | loadtime/.classpath | 36 | ||||
-rw-r--r-- | loadtime/.project | 17 | ||||
-rw-r--r-- | loadtime5/.classpath | 28 | ||||
-rw-r--r-- | loadtime5/.project | 17 |
4 files changed, 98 insertions, 0 deletions
diff --git a/loadtime/.classpath b/loadtime/.classpath new file mode 100644 index 000000000..e944a33fd --- /dev/null +++ b/loadtime/.classpath @@ -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 index 000000000..4d85d1286 --- /dev/null +++ b/loadtime/.project @@ -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 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> |