summaryrefslogtreecommitdiff
path: root/.classpath
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2016-04-25 16:39:02 +0200
committerPeter Wu <peter@lekensteyn.nl>2016-04-25 16:39:02 +0200
commit9b7a78be8b811fb2fd7c7c54961a2a9f09530fe4 (patch)
tree5d071aeedffe224c41789c59b8b3d38f131b549d /.classpath
downloadRegexTest-9b7a78be8b811fb2fd7c7c54961a2a9f09530fe4.tar.gz
Initial commit
Unzipped from OASE (2IMP20), excluding the bin/ folder. size: 158596 bytes sha256: 179253d2bfec243bc5294372ce0ad1c5d82a30ef32ad108f6c9fd0aee73fe4df assignment1.zip
Diffstat (limited to '.classpath')
-rw-r--r--.classpath7
1 files changed, 7 insertions, 0 deletions
diff --git a/.classpath b/.classpath
new file mode 100644
index 0000000..d43e807
--- /dev/null
+++ b/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="lib" path="lib/automaton.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>