Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorsbouchet2011-12-14 10:28:36 +0000
committersbouchet2011-12-14 10:28:36 +0000
commit55873f75b9947693ab87f325b5c4044a238f81c6 (patch)
treee6719439f6e0fd8c0455d7fe0664225237cab628 /releng
parent1baf0ccd5bc98e350ed4376e9ed2c230f52aa30e (diff)
downloadorg.eclipse.eef-55873f75b9947693ab87f325b5c4044a238f81c6.tar.gz
org.eclipse.eef-55873f75b9947693ab87f325b5c4044a238f81c6.tar.xz
org.eclipse.eef-55873f75b9947693ab87f325b5c4044a238f81c6.zip
ignore target folder
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.emf.eef.releng.parent/LocalBuild tycho (DEBUG).launch2
-rw-r--r--releng/org.eclipse.emf.eef.releng.parent/LocalBuild tycho.launch2
2 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.emf.eef.releng.parent/LocalBuild tycho (DEBUG).launch b/releng/org.eclipse.emf.eef.releng.parent/LocalBuild tycho (DEBUG).launch
index 2412e2ccd..199cd7ba5 100644
--- a/releng/org.eclipse.emf.eef.releng.parent/LocalBuild tycho (DEBUG).launch
+++ b/releng/org.eclipse.emf.eef.releng.parent/LocalBuild tycho (DEBUG).launch
@@ -4,6 +4,6 @@
<stringAttribute key="org.eclipse.debug.ui.ATTR_CAPTURE_IN_FILE" value="${workspace_loc:/org.eclipse.emf.eef.releng.parent}/output.log"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/home/sbouchet/Dev/Programs/maven3/bin/mvn"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-s settings.xml -P localBuild clean verify -X"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-s settings.xml -P localBuild clean verify -X -Dpluginspath=../ -Dfeaturespath=../ -Drelengpath=.. -Ddocpath=../ -Dtestspath=../"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.emf.eef.releng.parent}"/>
</launchConfiguration>
diff --git a/releng/org.eclipse.emf.eef.releng.parent/LocalBuild tycho.launch b/releng/org.eclipse.emf.eef.releng.parent/LocalBuild tycho.launch
index c5466e0f7..b878e16d0 100644
--- a/releng/org.eclipse.emf.eef.releng.parent/LocalBuild tycho.launch
+++ b/releng/org.eclipse.emf.eef.releng.parent/LocalBuild tycho.launch
@@ -4,6 +4,6 @@
<stringAttribute key="org.eclipse.debug.ui.ATTR_CAPTURE_IN_FILE" value="${workspace_loc:/org.eclipse.emf.eef.releng.parent}/output.log"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="/home/sbouchet/Dev/Programs/maven3/bin/mvn"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-s settings.xml -P localBuild clean verify"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-s settings.xml -P localBuild clean verify -Dpluginspath=../ -Dfeaturespath=../ -Drelengpath=.. -Ddocpath=../ -Dtestspath=../ -Dparent.relativePath=../releng/org.eclipse.emf.eef.releng.parent"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.emf.eef.releng.parent}"/>
</launchConfiguration>

Back to the top