aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/Ecore-Plugin/.classpath
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kris7topher@gmail.com>2019-10-29 16:43:49 +0100
committerLibravatar Kristóf Marussy <kris7topher@gmail.com>2019-10-29 16:43:49 +0100
commit9ccfc1a2853f3da61758a50c0c545235dcebbfab (patch)
tree5209c0a9f3afa1d57e9d377788d4754f4a9e9f08 /Tests/Ecore-Plugin/.classpath
parentRemove MDEOptimiser dependency (diff)
downloadVIATRA-Generator-9ccfc1a2853f3da61758a50c0c545235dcebbfab.tar.gz
VIATRA-Generator-9ccfc1a2853f3da61758a50c0c545235dcebbfab.tar.zst
VIATRA-Generator-9ccfc1a2853f3da61758a50c0c545235dcebbfab.zip
Remove empty src directories from build path
Diffstat (limited to 'Tests/Ecore-Plugin/.classpath')
-rw-r--r--Tests/Ecore-Plugin/.classpath17
1 files changed, 10 insertions, 7 deletions
diff --git a/Tests/Ecore-Plugin/.classpath b/Tests/Ecore-Plugin/.classpath
index b862a296..19ec8693 100644
--- a/Tests/Ecore-Plugin/.classpath
+++ b/Tests/Ecore-Plugin/.classpath
@@ -1,7 +1,10 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<classpath> 2<classpath>
3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 4 <attributes>
5 <classpathentry kind="src" path="src"/> 5 <attribute name="module" value="true"/>
6 <classpathentry kind="output" path="bin"/> 6 </attributes>
7</classpath> 7 </classpathentry>
8 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
9 <classpathentry kind="output" path="bin"/>
10</classpath>