diff --git a/bundles/org.palladiosimulator.commons.stoex.ide/.classpath b/bundles/org.palladiosimulator.commons.stoex.ide/.classpath index 667bea1..7375d51 100644 --- a/bundles/org.palladiosimulator.commons.stoex.ide/.classpath +++ b/bundles/org.palladiosimulator.commons.stoex.ide/.classpath @@ -8,5 +8,5 @@ - + diff --git a/bundles/org.palladiosimulator.commons.stoex.ide/build.properties b/bundles/org.palladiosimulator.commons.stoex.ide/build.properties index b33c185..676b35f 100644 --- a/bundles/org.palladiosimulator.commons.stoex.ide/build.properties +++ b/bundles/org.palladiosimulator.commons.stoex.ide/build.properties @@ -1,5 +1,6 @@ source.. = src/,\ src-gen/ +output.. = target/ bin.includes = .,\ META-INF/ bin.excludes = **/*.xtend diff --git a/bundles/org.palladiosimulator.commons.stoex.ui/.classpath b/bundles/org.palladiosimulator.commons.stoex.ui/.classpath index 667bea1..7375d51 100644 --- a/bundles/org.palladiosimulator.commons.stoex.ui/.classpath +++ b/bundles/org.palladiosimulator.commons.stoex.ui/.classpath @@ -8,5 +8,5 @@ - + diff --git a/bundles/org.palladiosimulator.commons.stoex.ui/build.properties b/bundles/org.palladiosimulator.commons.stoex.ui/build.properties index aa16ff8..0b05234 100644 --- a/bundles/org.palladiosimulator.commons.stoex.ui/build.properties +++ b/bundles/org.palladiosimulator.commons.stoex.ui/build.properties @@ -1,5 +1,6 @@ source.. = src/,\ src-gen/ +output.. = target/ bin.includes = .,\ META-INF/,\ plugin.xml diff --git a/bundles/org.palladiosimulator.commons.stoex/.classpath b/bundles/org.palladiosimulator.commons.stoex/.classpath index 9081d4f..ba16b7f 100644 --- a/bundles/org.palladiosimulator.commons.stoex/.classpath +++ b/bundles/org.palladiosimulator.commons.stoex/.classpath @@ -5,5 +5,5 @@ - + diff --git a/bundles/org.palladiosimulator.commons.stoex/build.properties b/bundles/org.palladiosimulator.commons.stoex/build.properties index 4f8080d..419fafc 100644 --- a/bundles/org.palladiosimulator.commons.stoex/build.properties +++ b/bundles/org.palladiosimulator.commons.stoex/build.properties @@ -1,6 +1,7 @@ source.. = src/,\ src-gen/,\ xtend-gen/ +output.. = target/ bin.includes = .,\ META-INF/,\ plugin.xml diff --git a/tests/org.palladiosimulator.commons.stoex.tests/.classpath b/tests/org.palladiosimulator.commons.stoex.tests/.classpath index 7e7c890..34aef34 100644 --- a/tests/org.palladiosimulator.commons.stoex.tests/.classpath +++ b/tests/org.palladiosimulator.commons.stoex.tests/.classpath @@ -5,5 +5,5 @@ - + diff --git a/tests/org.palladiosimulator.commons.stoex.tests/build.properties b/tests/org.palladiosimulator.commons.stoex.tests/build.properties index 323f56c..8411827 100644 --- a/tests/org.palladiosimulator.commons.stoex.tests/build.properties +++ b/tests/org.palladiosimulator.commons.stoex.tests/build.properties @@ -1,6 +1,7 @@ source.. = src/,\ src-gen/,\ xtend-gen/ +output.. = target/ bin.includes = .,\ META-INF/,\ plugin.xml diff --git a/tests/org.palladiosimulator.commons.stoex.ui.tests/.classpath b/tests/org.palladiosimulator.commons.stoex.ui.tests/.classpath index a1b331a..a1e4796 100644 --- a/tests/org.palladiosimulator.commons.stoex.ui.tests/.classpath +++ b/tests/org.palladiosimulator.commons.stoex.ui.tests/.classpath @@ -7,5 +7,5 @@ - + diff --git a/tests/org.palladiosimulator.commons.stoex.ui.tests/build.properties b/tests/org.palladiosimulator.commons.stoex.ui.tests/build.properties index d66b4ec..ac9c1df 100644 --- a/tests/org.palladiosimulator.commons.stoex.ui.tests/build.properties +++ b/tests/org.palladiosimulator.commons.stoex.ui.tests/build.properties @@ -1,4 +1,5 @@ source.. = src-gen/ +output.. = target/ bin.includes = .,\ META-INF/ bin.excludes = **/*.xtend