aboutsummaryrefslogtreecommitdiffstats
path: root/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kris7topher@gmail.com>2019-10-29 17:33:59 +0100
committerLibravatar Kristóf Marussy <kris7topher@gmail.com>2019-10-29 17:33:59 +0100
commit78b145df05795a71bef18c73526b0c8ff6a53e7e (patch)
treea721e49904f752b7252657237e559c7691dc60bc /Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest
parentPolyhedron solver SAT fix and initial scope filtering (diff)
downloadVIATRA-Generator-78b145df05795a71bef18c73526b0c8ff6a53e7e.tar.gz
VIATRA-Generator-78b145df05795a71bef18c73526b0c8ff6a53e7e.tar.zst
VIATRA-Generator-78b145df05795a71bef18c73526b0c8ff6a53e7e.zip
MeasurementScriptRunner fix
Diffstat (limited to 'Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest')
-rw-r--r--Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/.classpath7
-rw-r--r--Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/build.properties3
2 files changed, 6 insertions, 4 deletions
diff --git a/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/.classpath b/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/.classpath
index 4a3597ed..e7847821 100644
--- a/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/.classpath
+++ b/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/.classpath
@@ -1,9 +1,12 @@
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 <attributes>
5 <attribute name="module" value="true"/>
6 </attributes>
7 </classpathentry>
4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> 8 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
5 <classpathentry kind="src" path="src"/> 9 <classpathentry kind="src" path="src"/>
6 <classpathentry kind="src" path="xtend-gen"/> 10 <classpathentry kind="src" path="xtend-gen"/>
7 <classpathentry kind="src" path="src-gen"/>
8 <classpathentry kind="output" path="bin"/> 11 <classpathentry kind="output" path="bin"/>
9</classpath> 12</classpath>
diff --git a/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/build.properties b/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/build.properties
index ce900fd9..e1651110 100644
--- a/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/build.properties
+++ b/Tests/hu.bme.mit.inf.dslreasoner.application.FAMTest/build.properties
@@ -3,6 +3,5 @@ bin.includes = META-INF/,\
3additional.bundles = org.apache.log4j,\ 3additional.bundles = org.apache.log4j,\
4 org.junit 4 org.junit
5source.. = src/,\ 5source.. = src/,\
6 xtend-gen/,\ 6 xtend-gen/
7 src-gen/
8output.. = bin/ 7output.. = bin/