aboutsummaryrefslogtreecommitdiffstats
path: root/Tests
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
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')
-rw-r--r--Tests/Ecore-Plugin/.classpath17
-rw-r--r--Tests/Ecore-Plugin/.gitignore1
-rw-r--r--Tests/Ecore-Plugin/.settings/org.eclipse.jdt.core.prefs8
-rw-r--r--Tests/Ecore-Plugin/build.properties2
4 files changed, 19 insertions, 9 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>
diff --git a/Tests/Ecore-Plugin/.gitignore b/Tests/Ecore-Plugin/.gitignore
new file mode 100644
index 00000000..ae3c1726
--- /dev/null
+++ b/Tests/Ecore-Plugin/.gitignore
@@ -0,0 +1 @@
/bin/
diff --git a/Tests/Ecore-Plugin/.settings/org.eclipse.jdt.core.prefs b/Tests/Ecore-Plugin/.settings/org.eclipse.jdt.core.prefs
index 295926d9..c59d0c6a 100644
--- a/Tests/Ecore-Plugin/.settings/org.eclipse.jdt.core.prefs
+++ b/Tests/Ecore-Plugin/.settings/org.eclipse.jdt.core.prefs
@@ -1,7 +1,15 @@
1eclipse.preferences.version=1 1eclipse.preferences.version=1
2org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled 2org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
3org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 4org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
5org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
4org.eclipse.jdt.core.compiler.compliance=1.8 6org.eclipse.jdt.core.compiler.compliance=1.8
7org.eclipse.jdt.core.compiler.debug.lineNumber=generate
8org.eclipse.jdt.core.compiler.debug.localVariable=generate
9org.eclipse.jdt.core.compiler.debug.sourceFile=generate
5org.eclipse.jdt.core.compiler.problem.assertIdentifier=error 10org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
11org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
6org.eclipse.jdt.core.compiler.problem.enumIdentifier=error 12org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
13org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
14org.eclipse.jdt.core.compiler.release=disabled
7org.eclipse.jdt.core.compiler.source=1.8 15org.eclipse.jdt.core.compiler.source=1.8
diff --git a/Tests/Ecore-Plugin/build.properties b/Tests/Ecore-Plugin/build.properties
index 41eb6ade..577870e2 100644
--- a/Tests/Ecore-Plugin/build.properties
+++ b/Tests/Ecore-Plugin/build.properties
@@ -1,4 +1,2 @@
1source.. = src/
2output.. = bin/
3bin.includes = META-INF/,\ 1bin.includes = META-INF/,\
4 . 2 .