Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / build / metadata / .plugins / org.eclipse.debug.core / .launches / maven package without test unix.launch @ 28621

History | View | Annotate | Download (690 Bytes)

1
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
<launchConfiguration type="org.eclipse.ui.externaltools.ProgramLaunchConfigurationType">
3
<booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
4
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${none}"/>
5
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc}/build/maven/bin/mvn"/>
6
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="package -Dmaven.test.skip=true"/>
7
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_WORKING_DIRECTORY" value="${project_loc}"/>
8
</launchConfiguration>