Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2017-12-20 07:20:40 +0000
committerEike Stepper2017-12-20 07:20:40 +0000
commit1a8abe3d93d00cd1c51f95d955c531f6b91b3d7e (patch)
tree479ed3471b1df41adeaadd5103cdbe29ac411912 /releng/org.eclipse.emf.cdo.releng.parent/Build Clean.launch
parent1e6f785eb70f789fd69cbe2f6f97f02248edfa75 (diff)
downloadcdo-1a8abe3d93d00cd1c51f95d955c531f6b91b3d7e.tar.gz
cdo-1a8abe3d93d00cd1c51f95d955c531f6b91b3d7e.tar.xz
cdo-1a8abe3d93d00cd1c51f95d955c531f6b91b3d7e.zip
[528979] Migrate build to Maven/Tycho
https://bugs.eclipse.org/bugs/show_bug.cgi?id=528979
Diffstat (limited to 'releng/org.eclipse.emf.cdo.releng.parent/Build Clean.launch')
-rw-r--r--releng/org.eclipse.emf.cdo.releng.parent/Build Clean.launch9
1 files changed, 9 insertions, 0 deletions
diff --git a/releng/org.eclipse.emf.cdo.releng.parent/Build Clean.launch b/releng/org.eclipse.emf.cdo.releng.parent/Build Clean.launch
new file mode 100644
index 0000000000..20a4c4fc1f
--- /dev/null
+++ b/releng/org.eclipse.emf.cdo.releng.parent/Build Clean.launch
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${maven.root}\bin\mvn.bat"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="clean&#13;&#10;-Dtycho.mode=maven"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${git.clone.cdo}"/>
+</launchConfiguration>

Back to the top