From 36168b297f91a1a0b19976b61a85c4d6f0be379f Mon Sep 17 00:00:00 2001 From: Ralf Sieger Date: Tue, 1 Oct 2024 11:43:55 +0200 Subject: [PATCH] added standard maven target folder --- bundles/org.palladiosimulator.commons.stoex.ide/.classpath | 2 +- .../org.palladiosimulator.commons.stoex.ide/build.properties | 1 + bundles/org.palladiosimulator.commons.stoex.ui/.classpath | 2 +- bundles/org.palladiosimulator.commons.stoex.ui/build.properties | 1 + bundles/org.palladiosimulator.commons.stoex/.classpath | 2 +- bundles/org.palladiosimulator.commons.stoex/build.properties | 1 + tests/org.palladiosimulator.commons.stoex.tests/.classpath | 2 +- .../org.palladiosimulator.commons.stoex.tests/build.properties | 1 + tests/org.palladiosimulator.commons.stoex.ui.tests/.classpath | 2 +- .../build.properties | 1 + 10 files changed, 10 insertions(+), 5 deletions(-) diff --git a/bundles/org.palladiosimulator.commons.stoex.ide/.classpath b/bundles/org.palladiosimulator.commons.stoex.ide/.classpath index 667bea17..7375d514 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 b33c1857..676b35f4 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 667bea17..7375d514 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 aa16ff87..0b05234b 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 9081d4f7..ba16b7f1 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 4f8080de..419fafcb 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 7e7c8905..34aef34f 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 323f56c5..8411827b 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 a1b331a2..a1e4796b 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 d66b4ec1..ac9c1dfb 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