Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'examples/org.eclipse.qvtd.examples')
-rw-r--r--examples/org.eclipse.qvtd.examples/.launching/org.eclipse.qvtd.examples buildZips.xml.launch2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/org.eclipse.qvtd.examples/.launching/org.eclipse.qvtd.examples buildZips.xml.launch b/examples/org.eclipse.qvtd.examples/.launching/org.eclipse.qvtd.examples buildZips.xml.launch
index af4099759..5057f5adb 100644
--- a/examples/org.eclipse.qvtd.examples/.launching/org.eclipse.qvtd.examples buildZips.xml.launch
+++ b/examples/org.eclipse.qvtd.examples/.launching/org.eclipse.qvtd.examples buildZips.xml.launch
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
-<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${project}"/>
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
<listEntry value="/org.eclipse.qvtd.examples/buildZips.xml"/>
</listAttribute>
@@ -14,7 +13,6 @@
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.qvtd.examples"/>
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Dworkspace.root=${workspace_loc}"/>
-<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LAUNCH_CONFIGURATION_BUILD_SCOPE" value="${project}"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/org.eclipse.qvtd.examples/buildZips.xml}"/>
<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
</launchConfiguration>

Back to the top