Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2017-08-03 11:29:09 +0000
committerQuentin Le Menez2017-08-24 08:36:36 +0000
commit0b7501da26c6fd8b8b26fa211efd358c7aef3cd7 (patch)
tree358cd66b2088c6301c98a84bc63bf414abe7c8da /tests/framework
parent55dcb1a1a5b64ff24462b9327be601b94c4c750a (diff)
downloadorg.eclipse.papyrus-0b7501da26c6fd8b8b26fa211efd358c7aef3cd7.tar.gz
org.eclipse.papyrus-0b7501da26c6fd8b8b26fa211efd358c7aef3cd7.tar.xz
org.eclipse.papyrus-0b7501da26c6fd8b8b26fa211efd358c7aef3cd7.zip
Bug 520510: [infra] specify maven configuration for the output folder
Actions -just add the property in the releng pom Note -at term we should really migrate to maven project configuration Change-Id: I854f951a0e22263fe8bde47273aa317887cc2fb2 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=520510 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'tests/framework')
-rw-r--r--tests/framework/org.eclipse.papyrus.tests.framework.annotations/build.properties3
-rw-r--r--tests/framework/org.eclipse.papyrus.tests.framework/build.properties3
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/framework/org.eclipse.papyrus.tests.framework.annotations/build.properties b/tests/framework/org.eclipse.papyrus.tests.framework.annotations/build.properties
index 74514944d06..563b1020104 100644
--- a/tests/framework/org.eclipse.papyrus.tests.framework.annotations/build.properties
+++ b/tests/framework/org.eclipse.papyrus.tests.framework.annotations/build.properties
@@ -3,9 +3,8 @@
bin.includes = .,\
META-INF/,\
plugin.properties,\
- target/classes/,\
about.html
-output..=target/classes/
+output.. = bin/
jars.compile.order=.
source.. = src/,\
xtend-gen/
diff --git a/tests/framework/org.eclipse.papyrus.tests.framework/build.properties b/tests/framework/org.eclipse.papyrus.tests.framework/build.properties
index 093c9bdaebd..ab2c79a36e5 100644
--- a/tests/framework/org.eclipse.papyrus.tests.framework/build.properties
+++ b/tests/framework/org.eclipse.papyrus.tests.framework/build.properties
@@ -12,11 +12,10 @@ bin.includes = .,\
model/,\
META-INF/,\
plugin.properties,\
- target/classes/,\
about.html,\
model/,\
plugin.xml
-output..=target/classes/
+output.. = bin/
jars.compile.order=.
source.. = src/,\
xtend-gen/,\

Back to the top