Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Xenos2016-04-18 15:34:46 +0000
committerStefan Xenos2016-04-18 15:34:46 +0000
commita0cc0d24778652f7ab3ce880ff84fde0b082469d (patch)
tree85abd61ff8b383f36d5e8a9c92a8c192afbfa649 /bundles/org.eclipse.team.releng/platformTeam.setup
parent790652f8bd1c247f29872621ca43f5b825104677 (diff)
downloadeclipse.platform.team-a0cc0d24778652f7ab3ce880ff84fde0b082469d.tar.gz
eclipse.platform.team-a0cc0d24778652f7ab3ce880ff84fde0b082469d.tar.xz
eclipse.platform.team-a0cc0d24778652f7ab3ce880ff84fde0b082469d.zip
Bug 490012 - Remove the "strictly compatible JRE" per-project override from all projects in the Eclipse SDKY20160421-1000I20160419-0800
Change-Id: If95f33af16bd637283389d55d11f1461addd2050 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
Diffstat (limited to 'bundles/org.eclipse.team.releng/platformTeam.setup')
-rw-r--r--bundles/org.eclipse.team.releng/platformTeam.setup54
1 files changed, 1 insertions, 53 deletions
diff --git a/bundles/org.eclipse.team.releng/platformTeam.setup b/bundles/org.eclipse.team.releng/platformTeam.setup
index af457cca7..c4e7baeb3 100644
--- a/bundles/org.eclipse.team.releng/platformTeam.setup
+++ b/bundles/org.eclipse.team.releng/platformTeam.setup
@@ -40,58 +40,6 @@
<description>Platform Team</description>
</setupTask>
<setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.compare/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.compare.core/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.compare.win32/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.core.net/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.team.core/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.team.cvs.core/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.team.cvs.ssh2/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.team.cvs.ui/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.team.ui/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.ui.net/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.core.tests.net/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.team.tests.core/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
- xsi:type="setup:PreferenceTask"
- key="/project/org.eclipse.team.tests.cvs.core/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_STRICTLY_COMPATIBLE_JRE_NOT_AVAILABLE"
- value="warning"/>
- <setupTask
xsi:type="setup.targlets:TargletTask">
<targlet
name="Platform Team"
@@ -114,7 +62,7 @@
project="org.eclipse.team.core"/>
<operand
xsi:type="workingsets:ExclusionPredicate"
- excludedWorkingSet="//@setupTasks.16/@workingSets.1 //@setupTasks.16/@workingSets.2"/>
+ excludedWorkingSet="//@setupTasks.3/@workingSets.1 //@setupTasks.3/@workingSets.2"/>
</predicate>
</workingSet>
<workingSet

Back to the top