summaryrefslogtreecommitdiffstats
path: root/java/openjdk12/CONFLICTS
diff options
context:
space:
mode:
Diffstat (limited to 'java/openjdk12/CONFLICTS')
-rwxr-xr-xjava/openjdk12/CONFLICTS11
1 files changed, 11 insertions, 0 deletions
diff --git a/java/openjdk12/CONFLICTS b/java/openjdk12/CONFLICTS
new file mode 100755
index 0000000000..26217320ae
--- /dev/null
+++ b/java/openjdk12/CONFLICTS
@@ -0,0 +1,11 @@
+CONFLICT_SPELLS=(
+ j2sdk j2sdk-bin
+ jdk1.5-bin jdk6-bin jdk7-bin jdk8-bin
+ jre1.5-bin jre6-bin jre7-bin jre8-bin
+ openjdk12-bin
+ server-jre8-bin) &&
+for conflict_spell in "${CONFLICT_SPELLS[@]}"; do
+ if [[ "$conflict_spell" != "$BUILD_JDK" ]]; then
+ conflicts "$conflict_spell"
+ fi
+done