Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2014-09-10 04:49:23 +0000
committerEd Merks2014-09-10 04:49:23 +0000
commitaf83113b7633f43160ab19e7818513a13c3b6726 (patch)
tree679566864c4bac0c82b073a2efcae1190127c34f /setups/org.eclipse.projects.setup
parentc32ea64c7dc5d18d820dbbc05980e1bec566f488 (diff)
downloadorg.eclipse.oomph-af83113b7633f43160ab19e7818513a13c3b6726.tar.gz
org.eclipse.oomph-af83113b7633f43160ab19e7818513a13c3b6726.tar.xz
org.eclipse.oomph-af83113b7633f43160ab19e7818513a13c3b6726.zip
[443659] Storage installation and workspace restricted variables in
installation.setup and workspace.setup https://bugs.eclipse.org/bugs/show_bug.cgi?id=443659
Diffstat (limited to 'setups/org.eclipse.projects.setup')
-rw-r--r--setups/org.eclipse.projects.setup6
1 files changed, 4 insertions, 2 deletions
diff --git a/setups/org.eclipse.projects.setup b/setups/org.eclipse.projects.setup
index 6decd87ae..7d198c3d7 100644
--- a/setups/org.eclipse.projects.setup
+++ b/setups/org.eclipse.projects.setup
@@ -214,7 +214,9 @@
name="eclipse.target.platform"
defaultValue="None"
storageURI="scope://Workspace"
- label="${scope.project.label} Target Platform">
+ label="Target Platform">
+ <annotation
+ source="http://www.eclipse.org/oomph/setup/GlobalVariable"/>
<choice
value="Mars"
label="Eclipse Mars - 4.5"/>
@@ -239,7 +241,7 @@
<choice
value="None"
label="None"/>
- <description>Choose the compatibly level of the target platform for ${scope.project.label}</description>
+ <description>Choose the compatibly level of the target platform</description>
</setupTask>
<setupTask
xsi:type="setup:CompoundTask"

Back to the top