Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Xenos2016-03-19 22:31:17 +0000
committerStefan Xenos2016-03-20 02:53:27 +0000
commit87f3b9b8652edd636453f33ab7ba9adf862a3012 (patch)
tree6636ee84e8ad7b71190dfe4af058cca4a79b15bf /bundles/org.eclipse.team.releng
parent5b8de05f17985e7bc3b4f2cec6a675d9ca132ba3 (diff)
downloadeclipse.platform.team-87f3b9b8652edd636453f33ab7ba9adf862a3012.tar.gz
eclipse.platform.team-87f3b9b8652edd636453f33ab7ba9adf862a3012.tar.xz
eclipse.platform.team-87f3b9b8652edd636453f33ab7ba9adf862a3012.zip
Bug 490012 - Switch "strictly compatible JRE" to warning
Change-Id: I4993997dd7880d06ab28d39e0331d922a3c96367 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
Diffstat (limited to 'bundles/org.eclipse.team.releng')
-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