Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.gmt.tcs.dsls/.classpath')
-rw-r--r--plugins/org.eclipse.gmt.tcs.dsls/.classpath10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/org.eclipse.gmt.tcs.dsls/.classpath b/plugins/org.eclipse.gmt.tcs.dsls/.classpath
new file mode 100644
index 0000000..c119047
--- /dev/null
+++ b/plugins/org.eclipse.gmt.tcs.dsls/.classpath
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry exported="true" kind="lib" path="resources/Annotation/Syntax/Annotation-parser.jar"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="lib" path="resources/KM3-2005/Syntax/KM3-parser.jar"/>
+ <classpathentry kind="lib" path="resources/TCS/Syntax/TCS-parser.jar"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top