Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schuetz2011-04-05 12:54:46 +0000
committerThomas Schuetz2011-04-05 12:54:46 +0000
commitfd08220384fc68dad06f78feeb4daa5809d4b24a (patch)
tree17f04b296fab5f92d31766b4453ae089b704768c
parentdeda69f062ccd48c6174fe523b62ce0cb75269db (diff)
downloadorg.eclipse.etrice-fd08220384fc68dad06f78feeb4daa5809d4b24a.tar.gz
org.eclipse.etrice-fd08220384fc68dad06f78feeb4daa5809d4b24a.tar.xz
org.eclipse.etrice-fd08220384fc68dad06f78feeb4daa5809d4b24a.zip
fixed missing path in target configuration
-rw-r--r--plugins/org.eclipse.etrice.core.room.ui/etrice-development.target7
1 files changed, 4 insertions, 3 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
index b12fe4122..9132d85d9 100644
--- a/plugins/org.eclipse.etrice.core.room.ui/etrice-development.target
+++ b/plugins/org.eclipse.etrice.core.room.ui/etrice-development.target
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.6"?>
-<target name="eTrice development" sequenceNumber="17">
+<target name="eTrice development" sequenceNumber="20">
<locations>
-<location path="${eTriceTargetInstallationPath}\eclipse-SDK-3.7M5-win32\eclipse" type="Profile"/>
-<location path="${eTriceTargetInstallationPath}\plugins" type="Directory"/>
+<location path="${eTriceTargetInstallationPath}\eclipse-SDK-3.6.2-xtext-2.0.0-win32\eclipse" type="Profile"/>
+<location path="${eTriceTargetInstallationPath}\emf_extra" type="Directory"/>
+<location path="${eTriceTargetInstallationPath}\Graphiti_HEAD_2011-03-23" type="Directory"/>
</locations>
<environment>
<os>win32</os>

Back to the top