diff options
Diffstat (limited to 'dev-util/eclipse-sdk/files/eclipse-3.2-r1')
-rw-r--r-- | dev-util/eclipse-sdk/files/eclipse-3.2-r1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/eclipse-sdk/files/eclipse-3.2-r1 b/dev-util/eclipse-sdk/files/eclipse-3.2-r1 index 5aca928c25f0..466cc3f62691 100644 --- a/dev-util/eclipse-sdk/files/eclipse-3.2-r1 +++ b/dev-util/eclipse-sdk/files/eclipse-3.2-r1 @@ -35,7 +35,7 @@ fi # workaround for bug #215150 if [[ $(java-config -f) == sun-jdk-1.6 || $(java-config -f) == sun-jre-bin-1.6 ]]; then - if [[ $(java-config -g VERSION) == *1.6.0.04 || $(java-config -g VERSION) == *1.6.0.05 ]]; then + if [[ $(java-config -g VERSION) == *1.6.0.06 || $(java-config -g VERSION) == *1.6.0.05 || $(java-config -g VERSION) == *1.6.0.04 ]]; then echo "Performing workaround for bug #215150" VM_ARGS="${VM_ARGS} -XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith" fi |