Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorsbouchet2012-05-25 13:03:11 +0000
committersbouchet2012-05-25 13:03:11 +0000
commit9ca2b3351b83b551389567faa1c410d9e34855c2 (patch)
treef1c97b70dc503a77ef69104e17732275a08e9550 /releng
parent17b5ce8d74ea643b967811251ceb7da16d4222e5 (diff)
downloadorg.eclipse.eef-9ca2b3351b83b551389567faa1c410d9e34855c2.tar.gz
org.eclipse.eef-9ca2b3351b83b551389567faa1c410d9e34855c2.tar.xz
org.eclipse.eef-9ca2b3351b83b551389567faa1c410d9e34855c2.zip
back to OCL milestones
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.emf.eef.releng.parent/Change Version.launch9
1 files changed, 9 insertions, 0 deletions
diff --git a/releng/org.eclipse.emf.eef.releng.parent/Change Version.launch b/releng/org.eclipse.emf.eef.releng.parent/Change Version.launch
new file mode 100644
index 000000000..7333190cc
--- /dev/null
+++ b/releng/org.eclipse.emf.eef.releng.parent/Change Version.launch
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
+<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/>
+<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="-Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=1.1.1-SNAPSHOT"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${workspace_loc:/org.eclipse.emf.eef.releng.parent}"/>
+</launchConfiguration>

Back to the top