Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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