Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2012-05-17 15:44:27 +0000
committerJayaprakash Arthanareeswaran2012-08-10 07:03:57 +0000
commitcc4d89ef78d77bbe857a2bc33e77e8ce14aaffa9 (patch)
tree56be4baf110a9fe5c415fd6965edd2db62b523cf
parent1380663d32eef4fe51daddb994c3d2197de60d56 (diff)
downloadeclipse.jdt.core-cc4d89ef78d77bbe857a2bc33e77e8ce14aaffa9.tar.gz
eclipse.jdt.core-cc4d89ef78d77bbe857a2bc33e77e8ce14aaffa9.tar.xz
eclipse.jdt.core-cc4d89ef78d77bbe857a2bc33e77e8ce14aaffa9.zip
369798 disable pack200 for jdt core tests
Looks like some of the test classes are intentionally malformed and clone pack200. Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
-rw-r--r--org.eclipse.jdt.core.tests.compiler/META-INF/eclipse.inf1
-rw-r--r--org.eclipse.jdt.core.tests.model/META-INF/eclipse.inf1
2 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/META-INF/eclipse.inf b/org.eclipse.jdt.core.tests.compiler/META-INF/eclipse.inf
new file mode 100644
index 0000000000..5cff5c2c8f
--- /dev/null
+++ b/org.eclipse.jdt.core.tests.compiler/META-INF/eclipse.inf
@@ -0,0 +1 @@
+jarprocessor.exclude.pack=true
diff --git a/org.eclipse.jdt.core.tests.model/META-INF/eclipse.inf b/org.eclipse.jdt.core.tests.model/META-INF/eclipse.inf
new file mode 100644
index 0000000000..5cff5c2c8f
--- /dev/null
+++ b/org.eclipse.jdt.core.tests.model/META-INF/eclipse.inf
@@ -0,0 +1 @@
+jarprocessor.exclude.pack=true

Back to the top