Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbateman2013-04-09 01:19:31 +0000
committercbateman2013-04-09 01:19:31 +0000
commit013b89b7db9438b76af7cd19e8495e50b6be34ed (patch)
tree0004fecefb84aed117fe61e1b96ceedb81dc1ccd
parent33f8f003958e82bef54362f66514c57908d865fb (diff)
downloadwebtools.jsf-013b89b7db9438b76af7cd19e8495e50b6be34ed.tar.gz
webtools.jsf-013b89b7db9438b76af7cd19e8495e50b6be34ed.tar.xz
webtools.jsf-013b89b7db9438b76af7cd19e8495e50b6be34ed.zip
Fix for approved 405014. Adds jar processing instructions in
eclipse.inf to resolve perf problem with embedded jars in Java 7.
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.facelet.core/META-INF/eclipse.inf3
1 files changed, 3 insertions, 0 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.facelet.core/META-INF/eclipse.inf b/jsf/plugins/org.eclipse.jst.jsf.facelet.core/META-INF/eclipse.inf
new file mode 100644
index 000000000..79f625154
--- /dev/null
+++ b/jsf/plugins/org.eclipse.jst.jsf.facelet.core/META-INF/eclipse.inf
@@ -0,0 +1,3 @@
+jarprocessor.exclude.pack=true
+
+jarprocessor.exclude.children=true

Back to the top