Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-03-21 09:07:25 +0000
committerQuentin Le Menez2018-03-21 10:04:01 +0000
commita433bc5eeadcf8c293697a9eb975eae76f6be3f1 (patch)
tree93e4ad4d1f253adff9d12a4932afea8facfff056 /releng/Papyrus - Toolsmiths.launch
parentd1a9f4c59e9582b8d28045d3ef9924e77b5e9457 (diff)
downloadorg.eclipse.papyrus-a433bc5eeadcf8c293697a9eb975eae76f6be3f1.tar.gz
org.eclipse.papyrus-a433bc5eeadcf8c293697a9eb975eae76f6be3f1.tar.xz
org.eclipse.papyrus-a433bc5eeadcf8c293697a9eb975eae76f6be3f1.zip
Bug 518452 - [Releng] [Photon] Update the launch configurations
- Developer has been replaced by Toolsmiths - The generated tests are not there anymore Change-Id: Icbcea6a43620edc34c8a03f02d41fd2231b76d8a Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'releng/Papyrus - Toolsmiths.launch')
-rwxr-xr-xreleng/Papyrus - Toolsmiths.launch18
1 files changed, 18 insertions, 0 deletions
diff --git a/releng/Papyrus - Toolsmiths.launch b/releng/Papyrus - Toolsmiths.launch
new file mode 100755
index 00000000000..9b24caf1e2c
--- /dev/null
+++ b/releng/Papyrus - Toolsmiths.launch
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.m2e.Maven2LaunchConfigurationType">
+<booleanAttribute key="M2_DEBUG_OUTPUT" value="false"/>
+<stringAttribute key="M2_GOALS" value="clean verify"/>
+<booleanAttribute key="M2_NON_RECURSIVE" value="false"/>
+<booleanAttribute key="M2_OFFLINE" value="false"/>
+<stringAttribute key="M2_PROFILES" value=""/>
+<listAttribute key="M2_PROPERTIES">
+<listEntry value="papyrus.repo.main=file:/${project_loc:releng}/main/site/target/repository"/>
+</listAttribute>
+<stringAttribute key="M2_RUNTIME" value="EMBEDDED"/>
+<booleanAttribute key="M2_SKIP_TESTS" value="false"/>
+<intAttribute key="M2_THREADS" value="1"/>
+<booleanAttribute key="M2_UPDATE_SNAPSHOTS" value="false"/>
+<stringAttribute key="M2_USER_SETTINGS" value=""/>
+<booleanAttribute key="M2_WORKSPACE_RESOLUTION" value="false"/>
+<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="${project_loc:releng}/toolsmiths"/>
+</launchConfiguration>

Back to the top