From 9169e7f9ec281740b6d55586d91a82e4ea6d7399 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 2 Mar 2012 09:09:39 +0100 Subject: [PATCH] Exclude org.eclipse.jgit from pack200 packing It seems pack200 became unable to correctly pack the bundle org.eclipse.jgit (see bug 372845). Hence mark it to be excluded from this packing step following the workaround which worked for org.eclipse.jst.jsf.core (bug 335806). Bug: 372845 Change-Id: I2e3d20645ac49125472ddc235afbe9f3c7480caf Signed-off-by: Matthias Sohn --- org.eclipse.jgit/META-INF/eclipse.inf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 org.eclipse.jgit/META-INF/eclipse.inf diff --git a/org.eclipse.jgit/META-INF/eclipse.inf b/org.eclipse.jgit/META-INF/eclipse.inf new file mode 100644 index 000000000..8f39f7209 --- /dev/null +++ b/org.eclipse.jgit/META-INF/eclipse.inf @@ -0,0 +1,2 @@ +jarprocessor.exclude.pack=true +jarprocessor.exclude.children=true \ No newline at end of file