From 9fa0d61123701a9744b7403120dcf4359b6b4e6c Mon Sep 17 00:00:00 2001 From: Ralf Sieger Date: Tue, 1 Oct 2024 10:17:02 +0200 Subject: [PATCH 1/3] fixed xtext import error in Stoex.xtext --- bundles/de.uka.ipd.sdq.probfunction/.project | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bundles/de.uka.ipd.sdq.probfunction/.project b/bundles/de.uka.ipd.sdq.probfunction/.project index 5df81337..726bd63d 100644 --- a/bundles/de.uka.ipd.sdq.probfunction/.project +++ b/bundles/de.uka.ipd.sdq.probfunction/.project @@ -5,6 +5,11 @@ + + org.eclipse.xtext.ui.shared.xtextBuilder + + + org.eclipse.jdt.core.javabuilder @@ -24,5 +29,6 @@ org.eclipse.jdt.core.javanature org.eclipse.pde.PluginNature + org.eclipse.xtext.ui.shared.xtextNature From 69945fb5ed1a24e2e9d885818d10feb75339269f Mon Sep 17 00:00:00 2001 From: Ralf Sieger Date: Tue, 1 Oct 2024 10:32:34 +0200 Subject: [PATCH 2/3] switched to standard maven target folder --- bundles/de.uka.ipd.sdq.dialogs/.classpath | 2 +- bundles/de.uka.ipd.sdq.dialogs/build.properties | 2 +- bundles/de.uka.ipd.sdq.errorhandling/.classpath | 2 +- bundles/de.uka.ipd.sdq.errorhandling/build.properties | 2 +- bundles/de.uka.ipd.sdq.identifier.edit/.classpath | 2 +- bundles/de.uka.ipd.sdq.identifier.edit/build.properties | 2 +- bundles/de.uka.ipd.sdq.identifier.uiutils/.classpath | 2 +- bundles/de.uka.ipd.sdq.identifier.uiutils/build.properties | 2 +- bundles/de.uka.ipd.sdq.identifier/.classpath | 2 +- bundles/de.uka.ipd.sdq.identifier/build.properties | 2 +- bundles/de.uka.ipd.sdq.probfunction.edit/.classpath | 2 +- bundles/de.uka.ipd.sdq.probfunction.edit/build.properties | 2 +- bundles/de.uka.ipd.sdq.probfunction.math/.classpath | 2 +- bundles/de.uka.ipd.sdq.probfunction.math/build.properties | 2 +- bundles/de.uka.ipd.sdq.probfunction/.classpath | 2 +- bundles/de.uka.ipd.sdq.probfunction/build.properties | 2 +- bundles/de.uka.ipd.sdq.statistics/.classpath | 2 +- bundles/de.uka.ipd.sdq.statistics/build.properties | 2 +- bundles/de.uka.ipd.sdq.stoex.analyser/.classpath | 2 +- bundles/de.uka.ipd.sdq.stoex.analyser/build.properties | 2 +- bundles/de.uka.ipd.sdq.stoex.edit/.classpath | 2 +- bundles/de.uka.ipd.sdq.stoex.edit/build.properties | 2 +- bundles/de.uka.ipd.sdq.stoex/.classpath | 2 +- bundles/de.uka.ipd.sdq.stoex/build.properties | 2 +- bundles/de.uka.ipd.sdq.units.edit/.classpath | 2 +- bundles/de.uka.ipd.sdq.units.edit/build.properties | 2 +- bundles/de.uka.ipd.sdq.units.editor/.classpath | 2 +- bundles/de.uka.ipd.sdq.units.editor/build.properties | 2 +- bundles/de.uka.ipd.sdq.units/.classpath | 2 +- bundles/de.uka.ipd.sdq.units/build.properties | 2 +- bundles/org.palladiosimulator.commons.ui/.classpath | 2 +- bundles/org.palladiosimulator.commons.ui/build.properties | 2 +- bundles/org.palladiosimulator.commons/.classpath | 2 +- bundles/org.palladiosimulator.commons/build.properties | 2 +- tests/de.uka.ipd.sdq.identifier.uiutils.tests/.classpath | 2 +- tests/de.uka.ipd.sdq.identifier.uiutils.tests/build.properties | 2 +- tests/de.uka.ipd.sdq.probfunction.math.tests/.classpath | 2 +- tests/de.uka.ipd.sdq.probfunction.math.tests/build.properties | 2 +- tests/de.uka.ipd.sdq.statistics.test/.classpath | 2 +- tests/de.uka.ipd.sdq.statistics.test/build.properties | 2 +- tests/de.uka.ipd.sdq.stoex.analyser.tests/.classpath | 2 +- tests/de.uka.ipd.sdq.stoex.analyser.tests/build.properties | 2 +- tests/de.uka.ipd.sdq.stoex.tests/.classpath | 2 +- tests/de.uka.ipd.sdq.stoex.tests/build.properties | 2 +- tests/org.palladiosimulator.commons.ui.tests/.classpath | 2 +- tests/org.palladiosimulator.commons.ui.tests/build.properties | 2 +- 46 files changed, 46 insertions(+), 46 deletions(-) diff --git a/bundles/de.uka.ipd.sdq.dialogs/.classpath b/bundles/de.uka.ipd.sdq.dialogs/.classpath index b6ada080..8ddd5444 100644 --- a/bundles/de.uka.ipd.sdq.dialogs/.classpath +++ b/bundles/de.uka.ipd.sdq.dialogs/.classpath @@ -3,5 +3,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.dialogs/build.properties b/bundles/de.uka.ipd.sdq.dialogs/build.properties index c4817d48..fa1ceda8 100644 --- a/bundles/de.uka.ipd.sdq.dialogs/build.properties +++ b/bundles/de.uka.ipd.sdq.dialogs/build.properties @@ -1,5 +1,5 @@ source.. = src/ -output.. = bin/ +output.. = target/ bin.includes = META-INF/,\ icons/,\ . diff --git a/bundles/de.uka.ipd.sdq.errorhandling/.classpath b/bundles/de.uka.ipd.sdq.errorhandling/.classpath index b6ada080..8ddd5444 100644 --- a/bundles/de.uka.ipd.sdq.errorhandling/.classpath +++ b/bundles/de.uka.ipd.sdq.errorhandling/.classpath @@ -3,5 +3,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.errorhandling/build.properties b/bundles/de.uka.ipd.sdq.errorhandling/build.properties index 4d94886c..89937e2d 100644 --- a/bundles/de.uka.ipd.sdq.errorhandling/build.properties +++ b/bundles/de.uka.ipd.sdq.errorhandling/build.properties @@ -1,5 +1,5 @@ source.. = src/ -output.. = bin/ +output.. = target/ bin.includes = META-INF/,\ .,\ icons/ diff --git a/bundles/de.uka.ipd.sdq.identifier.edit/.classpath b/bundles/de.uka.ipd.sdq.identifier.edit/.classpath index b0bfa506..017005c3 100644 --- a/bundles/de.uka.ipd.sdq.identifier.edit/.classpath +++ b/bundles/de.uka.ipd.sdq.identifier.edit/.classpath @@ -3,5 +3,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.identifier.edit/build.properties b/bundles/de.uka.ipd.sdq.identifier.edit/build.properties index 7d511e7b..d1cee278 100644 --- a/bundles/de.uka.ipd.sdq.identifier.edit/build.properties +++ b/bundles/de.uka.ipd.sdq.identifier.edit/build.properties @@ -9,4 +9,4 @@ bin.includes = .,\ plugin.properties jars.compile.order = . source.. = src/ -output.. = bin/ +output.. = target/ diff --git a/bundles/de.uka.ipd.sdq.identifier.uiutils/.classpath b/bundles/de.uka.ipd.sdq.identifier.uiutils/.classpath index 81fe078c..2c3de9d9 100644 --- a/bundles/de.uka.ipd.sdq.identifier.uiutils/.classpath +++ b/bundles/de.uka.ipd.sdq.identifier.uiutils/.classpath @@ -3,5 +3,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.identifier.uiutils/build.properties b/bundles/de.uka.ipd.sdq.identifier.uiutils/build.properties index e9863e28..bf0195ab 100644 --- a/bundles/de.uka.ipd.sdq.identifier.uiutils/build.properties +++ b/bundles/de.uka.ipd.sdq.identifier.uiutils/build.properties @@ -1,5 +1,5 @@ source.. = src/ -output.. = bin/ +output.. = target/ bin.includes = META-INF/,\ .,\ plugin.xml diff --git a/bundles/de.uka.ipd.sdq.identifier/.classpath b/bundles/de.uka.ipd.sdq.identifier/.classpath index 5f88f3d2..b625a470 100644 --- a/bundles/de.uka.ipd.sdq.identifier/.classpath +++ b/bundles/de.uka.ipd.sdq.identifier/.classpath @@ -5,5 +5,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.identifier/build.properties b/bundles/de.uka.ipd.sdq.identifier/build.properties index 242d682c..f0f5e023 100644 --- a/bundles/de.uka.ipd.sdq.identifier/build.properties +++ b/bundles/de.uka.ipd.sdq.identifier/build.properties @@ -12,4 +12,4 @@ jars.compile.order = . source.. = src/,\ model/,\ src-man/ -output.. = bin/ +output.. = target/ diff --git a/bundles/de.uka.ipd.sdq.probfunction.edit/.classpath b/bundles/de.uka.ipd.sdq.probfunction.edit/.classpath index 81fe078c..2c3de9d9 100644 --- a/bundles/de.uka.ipd.sdq.probfunction.edit/.classpath +++ b/bundles/de.uka.ipd.sdq.probfunction.edit/.classpath @@ -3,5 +3,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.probfunction.edit/build.properties b/bundles/de.uka.ipd.sdq.probfunction.edit/build.properties index 400b20ae..7c705503 100644 --- a/bundles/de.uka.ipd.sdq.probfunction.edit/build.properties +++ b/bundles/de.uka.ipd.sdq.probfunction.edit/build.properties @@ -11,4 +11,4 @@ bin.includes = .,\ plugin.properties jars.compile.order = . source.. = src/ -output.. = bin/ +output.. = target/ diff --git a/bundles/de.uka.ipd.sdq.probfunction.math/.classpath b/bundles/de.uka.ipd.sdq.probfunction.math/.classpath index b6ada080..8ddd5444 100644 --- a/bundles/de.uka.ipd.sdq.probfunction.math/.classpath +++ b/bundles/de.uka.ipd.sdq.probfunction.math/.classpath @@ -3,5 +3,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.probfunction.math/build.properties b/bundles/de.uka.ipd.sdq.probfunction.math/build.properties index d115cd53..3fa6d02e 100644 --- a/bundles/de.uka.ipd.sdq.probfunction.math/build.properties +++ b/bundles/de.uka.ipd.sdq.probfunction.math/build.properties @@ -7,4 +7,4 @@ bin.includes = .,\ META-INF/,\ plugin.properties source.. = src/ -output.. = bin/ +output.. = target/ diff --git a/bundles/de.uka.ipd.sdq.probfunction/.classpath b/bundles/de.uka.ipd.sdq.probfunction/.classpath index 19152b40..871ea959 100644 --- a/bundles/de.uka.ipd.sdq.probfunction/.classpath +++ b/bundles/de.uka.ipd.sdq.probfunction/.classpath @@ -5,5 +5,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.probfunction/build.properties b/bundles/de.uka.ipd.sdq.probfunction/build.properties index 54af4246..a9962c05 100644 --- a/bundles/de.uka.ipd.sdq.probfunction/build.properties +++ b/bundles/de.uka.ipd.sdq.probfunction/build.properties @@ -13,4 +13,4 @@ jars.compile.order = . source.. = src/,\ src-man/,\ model/ -output.. = bin/ +output.. = target/ diff --git a/bundles/de.uka.ipd.sdq.statistics/.classpath b/bundles/de.uka.ipd.sdq.statistics/.classpath index 0e5d5647..69e151ab 100644 --- a/bundles/de.uka.ipd.sdq.statistics/.classpath +++ b/bundles/de.uka.ipd.sdq.statistics/.classpath @@ -4,5 +4,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.statistics/build.properties b/bundles/de.uka.ipd.sdq.statistics/build.properties index d98218c3..aa6da2c0 100644 --- a/bundles/de.uka.ipd.sdq.statistics/build.properties +++ b/bundles/de.uka.ipd.sdq.statistics/build.properties @@ -1,5 +1,5 @@ source.. = src/ -output.. = bin/ +output.. = target/ bin.includes = META-INF/,\ .,\ log4j/,\ diff --git a/bundles/de.uka.ipd.sdq.stoex.analyser/.classpath b/bundles/de.uka.ipd.sdq.stoex.analyser/.classpath index 81fe078c..2c3de9d9 100644 --- a/bundles/de.uka.ipd.sdq.stoex.analyser/.classpath +++ b/bundles/de.uka.ipd.sdq.stoex.analyser/.classpath @@ -3,5 +3,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.stoex.analyser/build.properties b/bundles/de.uka.ipd.sdq.stoex.analyser/build.properties index e9863e28..bf0195ab 100644 --- a/bundles/de.uka.ipd.sdq.stoex.analyser/build.properties +++ b/bundles/de.uka.ipd.sdq.stoex.analyser/build.properties @@ -1,5 +1,5 @@ source.. = src/ -output.. = bin/ +output.. = target/ bin.includes = META-INF/,\ .,\ plugin.xml diff --git a/bundles/de.uka.ipd.sdq.stoex.edit/.classpath b/bundles/de.uka.ipd.sdq.stoex.edit/.classpath index a1b331a2..a1e4796b 100644 --- a/bundles/de.uka.ipd.sdq.stoex.edit/.classpath +++ b/bundles/de.uka.ipd.sdq.stoex.edit/.classpath @@ -7,5 +7,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.stoex.edit/build.properties b/bundles/de.uka.ipd.sdq.stoex.edit/build.properties index 6ddc286c..0bddc8db 100644 --- a/bundles/de.uka.ipd.sdq.stoex.edit/build.properties +++ b/bundles/de.uka.ipd.sdq.stoex.edit/build.properties @@ -10,4 +10,4 @@ bin.includes = .,\ plugin.properties jars.compile.order = . source.. = src-gen/ -output.. = bin/ +output.. = target/ diff --git a/bundles/de.uka.ipd.sdq.stoex/.classpath b/bundles/de.uka.ipd.sdq.stoex/.classpath index 17c2d4c0..12099e25 100644 --- a/bundles/de.uka.ipd.sdq.stoex/.classpath +++ b/bundles/de.uka.ipd.sdq.stoex/.classpath @@ -9,5 +9,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.stoex/build.properties b/bundles/de.uka.ipd.sdq.stoex/build.properties index 9f62c290..b7ec0fbc 100644 --- a/bundles/de.uka.ipd.sdq.stoex/build.properties +++ b/bundles/de.uka.ipd.sdq.stoex/build.properties @@ -12,4 +12,4 @@ jars.compile.order = . source.. = src/,\ model/,\ src-gen/ -output.. = bin/ +output.. = target/ diff --git a/bundles/de.uka.ipd.sdq.units.edit/.classpath b/bundles/de.uka.ipd.sdq.units.edit/.classpath index 81fe078c..2c3de9d9 100644 --- a/bundles/de.uka.ipd.sdq.units.edit/.classpath +++ b/bundles/de.uka.ipd.sdq.units.edit/.classpath @@ -3,5 +3,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.units.edit/build.properties b/bundles/de.uka.ipd.sdq.units.edit/build.properties index 400b20ae..7c705503 100644 --- a/bundles/de.uka.ipd.sdq.units.edit/build.properties +++ b/bundles/de.uka.ipd.sdq.units.edit/build.properties @@ -11,4 +11,4 @@ bin.includes = .,\ plugin.properties jars.compile.order = . source.. = src/ -output.. = bin/ +output.. = target/ diff --git a/bundles/de.uka.ipd.sdq.units.editor/.classpath b/bundles/de.uka.ipd.sdq.units.editor/.classpath index 81fe078c..2c3de9d9 100644 --- a/bundles/de.uka.ipd.sdq.units.editor/.classpath +++ b/bundles/de.uka.ipd.sdq.units.editor/.classpath @@ -3,5 +3,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.units.editor/build.properties b/bundles/de.uka.ipd.sdq.units.editor/build.properties index 400b20ae..7c705503 100644 --- a/bundles/de.uka.ipd.sdq.units.editor/build.properties +++ b/bundles/de.uka.ipd.sdq.units.editor/build.properties @@ -11,4 +11,4 @@ bin.includes = .,\ plugin.properties jars.compile.order = . source.. = src/ -output.. = bin/ +output.. = target/ diff --git a/bundles/de.uka.ipd.sdq.units/.classpath b/bundles/de.uka.ipd.sdq.units/.classpath index 50c54dd4..8c56fea0 100644 --- a/bundles/de.uka.ipd.sdq.units/.classpath +++ b/bundles/de.uka.ipd.sdq.units/.classpath @@ -4,5 +4,5 @@ - + diff --git a/bundles/de.uka.ipd.sdq.units/build.properties b/bundles/de.uka.ipd.sdq.units/build.properties index 4da3d998..67209e84 100644 --- a/bundles/de.uka.ipd.sdq.units/build.properties +++ b/bundles/de.uka.ipd.sdq.units/build.properties @@ -12,4 +12,4 @@ bin.includes = .,\ jars.compile.order = . source.. = src/,\ model/ -output.. = bin/ +output.. = target/ diff --git a/bundles/org.palladiosimulator.commons.ui/.classpath b/bundles/org.palladiosimulator.commons.ui/.classpath index 81fe078c..2c3de9d9 100644 --- a/bundles/org.palladiosimulator.commons.ui/.classpath +++ b/bundles/org.palladiosimulator.commons.ui/.classpath @@ -3,5 +3,5 @@ - + diff --git a/bundles/org.palladiosimulator.commons.ui/build.properties b/bundles/org.palladiosimulator.commons.ui/build.properties index 9afdcd18..8b4c2620 100644 --- a/bundles/org.palladiosimulator.commons.ui/build.properties +++ b/bundles/org.palladiosimulator.commons.ui/build.properties @@ -1,4 +1,4 @@ -output.. = bin/ +output.. = target/ bin.includes = META-INF/,\ .,\ plugin.xml,\ diff --git a/bundles/org.palladiosimulator.commons/.classpath b/bundles/org.palladiosimulator.commons/.classpath index 81fe078c..2c3de9d9 100644 --- a/bundles/org.palladiosimulator.commons/.classpath +++ b/bundles/org.palladiosimulator.commons/.classpath @@ -3,5 +3,5 @@ - + diff --git a/bundles/org.palladiosimulator.commons/build.properties b/bundles/org.palladiosimulator.commons/build.properties index 34d2e4d2..1b0eb511 100644 --- a/bundles/org.palladiosimulator.commons/build.properties +++ b/bundles/org.palladiosimulator.commons/build.properties @@ -1,4 +1,4 @@ source.. = src/ -output.. = bin/ +output.. = target/ bin.includes = META-INF/,\ . diff --git a/tests/de.uka.ipd.sdq.identifier.uiutils.tests/.classpath b/tests/de.uka.ipd.sdq.identifier.uiutils.tests/.classpath index a89e7cd3..7bd8fe49 100644 --- a/tests/de.uka.ipd.sdq.identifier.uiutils.tests/.classpath +++ b/tests/de.uka.ipd.sdq.identifier.uiutils.tests/.classpath @@ -8,5 +8,5 @@ - + diff --git a/tests/de.uka.ipd.sdq.identifier.uiutils.tests/build.properties b/tests/de.uka.ipd.sdq.identifier.uiutils.tests/build.properties index bd7e3cd4..0aa6f5bd 100644 --- a/tests/de.uka.ipd.sdq.identifier.uiutils.tests/build.properties +++ b/tests/de.uka.ipd.sdq.identifier.uiutils.tests/build.properties @@ -8,4 +8,4 @@ bin.includes = .,\ jars.compile.order = . source.. = src-model/,\ src -output.. = bin/ +output.. = target/ diff --git a/tests/de.uka.ipd.sdq.probfunction.math.tests/.classpath b/tests/de.uka.ipd.sdq.probfunction.math.tests/.classpath index b6ada080..8ddd5444 100644 --- a/tests/de.uka.ipd.sdq.probfunction.math.tests/.classpath +++ b/tests/de.uka.ipd.sdq.probfunction.math.tests/.classpath @@ -3,5 +3,5 @@ - + diff --git a/tests/de.uka.ipd.sdq.probfunction.math.tests/build.properties b/tests/de.uka.ipd.sdq.probfunction.math.tests/build.properties index 41eb6ade..b4e2ca6f 100644 --- a/tests/de.uka.ipd.sdq.probfunction.math.tests/build.properties +++ b/tests/de.uka.ipd.sdq.probfunction.math.tests/build.properties @@ -1,4 +1,4 @@ source.. = src/ -output.. = bin/ +output.. = target/ bin.includes = META-INF/,\ . diff --git a/tests/de.uka.ipd.sdq.statistics.test/.classpath b/tests/de.uka.ipd.sdq.statistics.test/.classpath index a385607c..23c0f0d6 100644 --- a/tests/de.uka.ipd.sdq.statistics.test/.classpath +++ b/tests/de.uka.ipd.sdq.statistics.test/.classpath @@ -4,5 +4,5 @@ - + diff --git a/tests/de.uka.ipd.sdq.statistics.test/build.properties b/tests/de.uka.ipd.sdq.statistics.test/build.properties index f4ae9701..2f198a9f 100644 --- a/tests/de.uka.ipd.sdq.statistics.test/build.properties +++ b/tests/de.uka.ipd.sdq.statistics.test/build.properties @@ -1,5 +1,5 @@ source.. = src/ -output.. = bin/ +output.. = target/ bin.includes = META-INF/,\ .,\ plugin.properties diff --git a/tests/de.uka.ipd.sdq.stoex.analyser.tests/.classpath b/tests/de.uka.ipd.sdq.stoex.analyser.tests/.classpath index 1a821310..5673a3ae 100644 --- a/tests/de.uka.ipd.sdq.stoex.analyser.tests/.classpath +++ b/tests/de.uka.ipd.sdq.stoex.analyser.tests/.classpath @@ -3,5 +3,5 @@ - + diff --git a/tests/de.uka.ipd.sdq.stoex.analyser.tests/build.properties b/tests/de.uka.ipd.sdq.stoex.analyser.tests/build.properties index 9f21eb46..79345a79 100644 --- a/tests/de.uka.ipd.sdq.stoex.analyser.tests/build.properties +++ b/tests/de.uka.ipd.sdq.stoex.analyser.tests/build.properties @@ -7,4 +7,4 @@ bin.includes = .,\ plugin.properties jars.compile.order = . source.. = src/ -output.. = bin/ +output.. = target/ diff --git a/tests/de.uka.ipd.sdq.stoex.tests/.classpath b/tests/de.uka.ipd.sdq.stoex.tests/.classpath index 675a5e29..d57d3170 100644 --- a/tests/de.uka.ipd.sdq.stoex.tests/.classpath +++ b/tests/de.uka.ipd.sdq.stoex.tests/.classpath @@ -7,5 +7,5 @@ - + diff --git a/tests/de.uka.ipd.sdq.stoex.tests/build.properties b/tests/de.uka.ipd.sdq.stoex.tests/build.properties index 34d2e4d2..1b0eb511 100644 --- a/tests/de.uka.ipd.sdq.stoex.tests/build.properties +++ b/tests/de.uka.ipd.sdq.stoex.tests/build.properties @@ -1,4 +1,4 @@ source.. = src/ -output.. = bin/ +output.. = target/ bin.includes = META-INF/,\ . diff --git a/tests/org.palladiosimulator.commons.ui.tests/.classpath b/tests/org.palladiosimulator.commons.ui.tests/.classpath index 675a5e29..d57d3170 100644 --- a/tests/org.palladiosimulator.commons.ui.tests/.classpath +++ b/tests/org.palladiosimulator.commons.ui.tests/.classpath @@ -7,5 +7,5 @@ - + diff --git a/tests/org.palladiosimulator.commons.ui.tests/build.properties b/tests/org.palladiosimulator.commons.ui.tests/build.properties index e3023e14..42eeeb40 100644 --- a/tests/org.palladiosimulator.commons.ui.tests/build.properties +++ b/tests/org.palladiosimulator.commons.ui.tests/build.properties @@ -1,5 +1,5 @@ source.. = src/ -output.. = bin/ +output.. = target/ bin.includes = META-INF/,\ .,\ fragment.xml From 36168b297f91a1a0b19976b61a85c4d6f0be379f Mon Sep 17 00:00:00 2001 From: Ralf Sieger Date: Tue, 1 Oct 2024 11:43:55 +0200 Subject: [PATCH 3/3] 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