Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2015-10-05 14:55:40 +0000
committerJuergen Haug2015-10-05 14:55:40 +0000
commitc2193dc5323f6153ae9d2d122bcfd7f23a290c37 (patch)
treece234101fefeaf3d0840ac325264bf391b2d515a /features/org.eclipse.etrice.feature
parent7cd458fc4cc6899a3343c6cf2c5504454c901849 (diff)
downloadorg.eclipse.etrice-c2193dc5323f6153ae9d2d122bcfd7f23a290c37.tar.gz
org.eclipse.etrice-c2193dc5323f6153ae9d2d122bcfd7f23a290c37.tar.xz
org.eclipse.etrice-c2193dc5323f6153ae9d2d122bcfd7f23a290c37.zip
[runtime] added .etphys to template projects
Diffstat (limited to 'features/org.eclipse.etrice.feature')
-rw-r--r--features/org.eclipse.etrice.feature/org.eclipse.etrice.feature build_local.xml.launch15
1 files changed, 15 insertions, 0 deletions
diff --git a/features/org.eclipse.etrice.feature/org.eclipse.etrice.feature build_local.xml.launch b/features/org.eclipse.etrice.feature/org.eclipse.etrice.feature build_local.xml.launch
new file mode 100644
index 000000000..d8fbfae19
--- /dev/null
+++ b/features/org.eclipse.etrice.feature/org.eclipse.etrice.feature build_local.xml.launch
@@ -0,0 +1,15 @@
+<?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"/>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/org.eclipse.etrice.feature/build_local.xml"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.etrice.feature"/>
+<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
+<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/org.eclipse.etrice.feature/build_local.xml}"/>
+<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
+</launchConfiguration>

Back to the top