summaryrefslogtreecommitdiff
path: root/jvmfwk/README
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-10-09 17:24:52 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-10-09 17:27:20 +0200
commit2ceeee914e3ff69811ca04ecccf30a582c58b34a (patch)
treebba87c6d0d2c783ce47134349f7c8fd5dc19c932 /jvmfwk/README
parent3de89997f492c1216592fa4db1c7e6ce6c3fe4fa (diff)
Remove jvmfwk plugin feature
...which was effectively unused; there only ever was a single sunjavaplugin that is now folded directly into jvmfwk. Leaves room for further clean up. Change-Id: I14dd2a3a09bd1ce9a8c3f5c156628ec11d954a0b
Diffstat (limited to 'jvmfwk/README')
-rw-r--r--jvmfwk/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/jvmfwk/README b/jvmfwk/README
index dad5f435622e..3c2b105cd207 100644
--- a/jvmfwk/README
+++ b/jvmfwk/README
@@ -1,4 +1,4 @@
Wrappers so you can use all the Java Runtime Environments with their slightly incompatible APIs with more ease.
-Uses an over-engineered "plugin" mechanism although there is only one
+Used to use an over-engineered "plugin" mechanism although there was only one
"plugin", called "sunmajor", that handles all possible JREs.