Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.emf.cdo.releng.parent/Tycho Build.launch')
-rw-r--r--releng/org.eclipse.emf.cdo.releng.parent/Tycho Build.launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng.parent/Tycho Build.launch b/releng/org.eclipse.emf.cdo.releng.parent/Tycho Build.launch
index 2b7c2bb738..eac3bbd729 100644
--- a/releng/org.eclipse.emf.cdo.releng.parent/Tycho Build.launch
+++ b/releng/org.eclipse.emf.cdo.releng.parent/Tycho Build.launch
@@ -5,6 +5,6 @@
</listAttribute>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${maven.root}\bin\mvn.bat"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-DDDtycho.debug.resolver=true&#13;&#10;-DDDX&#13;&#10;-DDDCDO_TESTS=IntegrationTests&#13;&#10;--fail-at-end&#13;&#10;clean&#13;&#10;verify"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-DDDtycho.debug.resolver=true&#13;&#10;-DDDX&#13;&#10;-DDDCDO_TESTS=IntegrationTests&#13;&#10;-Dbuild.qualifier=local&#13;&#10;--fail-at-end&#13;&#10;clean&#13;&#10;verify"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${git.clone.cdo}"/>
</launchConfiguration>

Back to the top