Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2011-01-31 16:34:03 +0000
committerHenrik Rentz-Reichert2011-01-31 16:34:03 +0000
commitc68dbe4b9138fc84f72a538ab647b941935cc438 (patch)
tree5029db0bd7813309333791fe7fdc3c43cd2ebb27 /plugins
parent2004f745892e731f5f4cf2e116c3dc0bcd72f825 (diff)
downloadorg.eclipse.etrice-c68dbe4b9138fc84f72a538ab647b941935cc438.tar.gz
org.eclipse.etrice-c68dbe4b9138fc84f72a538ab647b941935cc438.tar.xz
org.eclipse.etrice-c68dbe4b9138fc84f72a538ab647b941935cc438.zip
added target definition
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.etrice.core.room.ui/etrice-development.target24
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/org.eclipse.etrice.core.room.ui/etrice-development.target b/plugins/org.eclipse.etrice.core.room.ui/etrice-development.target
new file mode 100644
index 000000000..b911ea05a
--- /dev/null
+++ b/plugins/org.eclipse.etrice.core.room.ui/etrice-development.target
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?pde version="3.6"?>
+
+<target name="eTrice development">
+<locations>
+<location path="C:\Users\hrentz\Documents\protos\Entwicklung\Projekte\protos\eTrice\target\eclipse-SDK-3.6-xtext-1.0.1-win32\eclipse" type="Profile"/>
+<location includeAllPlatforms="false" includeMode="planner" type="InstallableUnit">
+<unit id="org.eclipse.graphiti.feature.feature.group" version="0.7.0.v20101005-1338"/>
+<unit id="org.eclipse.graphiti.sdk.feature.feature.group" version="0.7.0.v20101005-1338"/>
+<unit id="org.eclipse.emf.transaction.sdk.feature.group" version="1.4.0.v20100428-2315-777N-9AZP-D1aQtjUklrYl0eU20D"/>
+<unit id="org.eclipse.gef.sdk.feature.group" version="3.6.1.v20100908-1100-7G7R2A5WNcBQPZgXAHiSXMXYaKPI"/>
+</location>
+</locations>
+<environment>
+<os>win32</os>
+<ws>win32</ws>
+<arch>x86</arch>
+<nl>de_DE</nl>
+</environment>
+<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_17"/>
+<launcherArgs>
+<vmArgs>-Xms40m -Xmx384m</vmArgs>
+</launcherArgs>
+</target>

Back to the top