aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorwisberg <wisberg>2002-12-16 16:51:08 +0000
committerwisberg <wisberg>2002-12-16 16:51:08 +0000
commit3cde920c3f7eb8241bf569007e25225d80b43c0f (patch)
tree6a5133977e3ba75cb043bc1e74a7680d6167bb37 /util
downloadaspectj-3cde920c3f7eb8241bf569007e25225d80b43c0f.tar.gz
aspectj-3cde920c3f7eb8241bf569007e25225d80b43c0f.zip
initial version
Diffstat (limited to 'util')
-rw-r--r--util/.classpath8
-rw-r--r--util/.cvsignore2
-rw-r--r--util/.project17
3 files changed, 27 insertions, 0 deletions
diff --git a/util/.classpath b/util/.classpath
new file mode 100644
index 000000000..5e7014daf
--- /dev/null
+++ b/util/.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/util/.cvsignore b/util/.cvsignore
new file mode 100644
index 000000000..fe99505dc
--- /dev/null
+++ b/util/.cvsignore
@@ -0,0 +1,2 @@
+bin
+
diff --git a/util/.project b/util/.project
new file mode 100644
index 000000000..ee97704dd
--- /dev/null
+++ b/util/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>util</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>