Author: nickboldt
Date: 2009-06-11 18:52:59 -0400 (Thu, 11 Jun 2009)
New Revision: 15914
Modified:
trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/jbosstools-trunk jbpm4 releng
build.xml.launch
Log:
https://jira.jboss.org/jira/browse/JBIDE-4319 fix launcher
Modified: trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/jbosstools-trunk jbpm4 releng
build.xml.launch
===================================================================
--- trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/jbosstools-trunk jbpm4 releng
build.xml.launch 2009-06-11 21:41:50 UTC (rev 15913)
+++ trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/jbosstools-trunk jbpm4 releng
build.xml.launch 2009-06-11 22:52:59 UTC (rev 15914)
@@ -2,14 +2,18 @@
<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL"
value="true"/>
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE"
value="${container}"/>
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"/>
-<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry
value="/jbosstools-trunk/jbpm/releng/org.jboss.tools.jbpm4.releng/build.xml"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
<stringAttribute key="org.eclipse.debug.ui.ATTR_CAPTURE_IN_FILE"
value="${workspace_loc:/jbosstools-trunk/jbpm/releng/org.jboss.tools.jbpm4.releng}/buildlog.latest.txt"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER"
value="org.eclipse.ant.ui.AntClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER"
value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/java-1.6.0-openjdk-1.6.0.0"/>
+<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER"
value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE"
value="org.eclipse.ant.internal.ui.antsupport.InternalAntRunner"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR"
value="jbosstools-trunk"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER"
value="org.eclipse.ant.ui.AntClasspathProvider"/>