Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2019-11-13 18:38:32 +0000
committerStephan Herrmann2019-11-13 18:38:32 +0000
commit6b460f84922c92a4184b44f3133ca5d7a24c7cf5 (patch)
tree4a81a036ac841f060520d5957819368529b8d2a7
parent327884745f51eca0535a1a433e1821f075c4bf75 (diff)
downloadeclipse.jdt.core-I20191113-1800.tar.gz
eclipse.jdt.core-I20191113-1800.tar.xz
eclipse.jdt.core-I20191113-1800.zip
Revert "Bug 551547 - The library org.eclipse.jdt.core.compiler.batch_*.jar should be signed"I20191114-0410I20191113-2315I20191113-1800
-rw-r--r--org.eclipse.jdt.core/antadapter/META-INF/eclipse.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jdt.core/antadapter/META-INF/eclipse.inf b/org.eclipse.jdt.core/antadapter/META-INF/eclipse.inf
index 4dc37a0f20..125dc309a5 100644
--- a/org.eclipse.jdt.core/antadapter/META-INF/eclipse.inf
+++ b/org.eclipse.jdt.core/antadapter/META-INF/eclipse.inf
@@ -1,2 +1,3 @@
+jarprocessor.exclude.sign=true
jarprocessor.exclude.children=true
-jarprocessor.exclude.pack=true \ No newline at end of file
+jarprocessor.exclude.pack=true

Back to the top