Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2016-04-26 12:59:13 +0000
committerCamille Letavernier2016-04-29 11:32:13 +0000
commitf29492436da5affb390b2700cf7b89c9a9927a35 (patch)
treee87c1c638799d352b6fc85aba12b9a8e59be62a9 /releng/Papyrus - RCP.launch
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 'releng/Papyrus - RCP.launch')
-rw-r--r--releng/Papyrus - RCP.launch5
1 files changed, 4 insertions, 1 deletions
diff --git a/releng/Papyrus - RCP.launch b/releng/Papyrus - RCP.launch
index 7b33742906f..56d8dc1d2e5 100644
--- a/releng/Papyrus - RCP.launch
+++ b/releng/Papyrus - RCP.launch
@@ -5,7 +5,10 @@
<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
<booleanAttribute key="M2_OFFLINE" value="false"/>
<stringAttribute key="M2_PROFILES" value=""/>
-<listAttribute key="M2_PROPERTIES"/>
+<listAttribute key="M2_PROPERTIES">
+<listEntry value="eclipse.p2.mirrors=false"/>
+<listEntry value="papyrus.repo.main=https://hudson.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/"/>
+</listAttribute>
<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
<intAttribute key="M2_THREADS" value="1"/>

Back to the top