summaryrefslogtreecommitdiffstats
path: root/bridge
diff options
context:
space:
mode:
Diffstat (limited to 'bridge')
-rw-r--r--bridge/.classpath9
-rw-r--r--bridge/.cvsignore4
-rw-r--r--bridge/.project18
3 files changed, 31 insertions, 0 deletions
diff --git a/bridge/.classpath b/bridge/.classpath
new file mode 100644
index 000000000..3a4b63b89
--- /dev/null
+++ b/bridge/.classpath
@@ -0,0 +1,9 @@
+<?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="src" path="/util"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/bridge/.cvsignore b/bridge/.cvsignore
new file mode 100644
index 000000000..614655da9
--- /dev/null
+++ b/bridge/.cvsignore
@@ -0,0 +1,4 @@
+bin
+ant.properties
+bridge.mf.txt
+
diff --git a/bridge/.project b/bridge/.project
new file mode 100644
index 000000000..91c755134
--- /dev/null
+++ b/bridge/.project
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>bridge</name>
+ <comment></comment>
+ <projects>
+ <project>util</project>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>