source: EDIS/tags/ed/tracking-parent/mvn clean package.launch@ 1240

Last change on this file since 1240 was 1240, checked in by George Lilly, 13 years ago

new version from the VA

File size: 684 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4<mapAttribute key="org.eclipse.debug.core.environmentVariables">
5<mapEntry key="MAVEN_HOME" value="/Application/Development/maven-2.0.8"/>
6</mapAttribute>
7<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${mvn}"/>
8<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="clean package"/>
9<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
10</launchConfiguration>
Note: See TracBrowser for help on using the repository browser.