diff options
author | wisberg <wisberg> | 2002-12-16 16:51:08 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2002-12-16 16:51:08 +0000 |
commit | 3cde920c3f7eb8241bf569007e25225d80b43c0f (patch) | |
tree | 6a5133977e3ba75cb043bc1e74a7680d6167bb37 /runtime | |
download | aspectj-3cde920c3f7eb8241bf569007e25225d80b43c0f.tar.gz aspectj-3cde920c3f7eb8241bf569007e25225d80b43c0f.zip |
initial version
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/.classpath | 8 | ||||
-rw-r--r-- | runtime/.cvsignore | 3 | ||||
-rw-r--r-- | runtime/.project | 17 |
3 files changed, 28 insertions, 0 deletions
diff --git a/runtime/.classpath b/runtime/.classpath new file mode 100644 index 000000000..5e7014daf --- /dev/null +++ b/runtime/.classpath @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> + <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> diff --git a/runtime/.cvsignore b/runtime/.cvsignore new file mode 100644 index 000000000..ee1d501c3 --- /dev/null +++ b/runtime/.cvsignore @@ -0,0 +1,3 @@ +bin +ant.properties +runtime.mf.txt diff --git a/runtime/.project b/runtime/.project new file mode 100644 index 000000000..91c0089c8 --- /dev/null +++ b/runtime/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>runtime</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> |