Add missing .classpatch file to workbench plugin
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 20 Apr 2017 12:10:01 +0000 (14:10 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 20 Apr 2017 12:10:01 +0000 (14:10 +0200)
eu.etaxonomy.taxeditor.workbench/.classpath [new file with mode: 0644]

diff --git a/eu.etaxonomy.taxeditor.workbench/.classpath b/eu.etaxonomy.taxeditor.workbench/.classpath
new file mode 100644 (file)
index 0000000..e927d60
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+       <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+       <classpathentry kind="src" path="src/main/java"/>
+       <classpathentry kind="output" path="bin"/>
+</classpath>