Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorCamille Letavernier2016-04-26 12:59:13 +0000
committerCamille Letavernier2016-04-29 11:32:13 +0000
commitf29492436da5affb390b2700cf7b89c9a9927a35 (patch)
treee87c1c638799d352b6fc85aba12b9a8e59be62a9 /tests
parenteb9ade65dbe96eb1eb47385d848d8f951728344e (diff)
downloadorg.eclipse.papyrus-f29492436da5affb390b2700cf7b89c9a9927a35.tar.gz
org.eclipse.papyrus-f29492436da5affb390b2700cf7b89c9a9927a35.tar.xz
org.eclipse.papyrus-f29492436da5affb390b2700cf7b89c9a9927a35.zip
Bug 492375: [Releng] Define a Target Platform to improve build
performances https://bugs.eclipse.org/bugs/show_bug.cgi?id=492375 Change-Id: I5d454d4a1920bd407f6ca20d3a112c662610914d Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'tests')
-rw-r--r--tests/junit/plugins/uml/diagram/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/junit/plugins/uml/diagram/pom.xml b/tests/junit/plugins/uml/diagram/pom.xml
index 1f28d59cc5c..eb0cbace647 100644
--- a/tests/junit/plugins/uml/diagram/pom.xml
+++ b/tests/junit/plugins/uml/diagram/pom.xml
@@ -39,12 +39,12 @@
<!-- A build profile for generation of diagram tests from the GMFGen model. -->
<profile>
<id>generate-tests</id>
- <activation>
- <!-- Activate this profile if we detect the folder in which tests should be generated. -->
- <file>
- <exists>test-gen/.gitignore</exists>
- </file>
- </activation>
+ <activation>
+ <!-- Activate this profile if we detect the folder in which tests should be generated. -->
+ <file>
+ <exists>test-gen/.gitignore</exists>
+ </file>
+ </activation>
<build>
<plugins>
<!-- Empty out the xtend-gen and test-gen folders in the clean phase. -->

Back to the top