diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2012-03-02 09:09:39 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2012-03-02 09:11:18 +0100 |
commit | 9169e7f9ec281740b6d55586d91a82e4ea6d7399 (patch) | |
tree | 38a3335eb0f3cf2937f1b1ed507aa8bc506e56d8 /org.eclipse.jgit/META-INF | |
parent | d023f2c78bb18ae81817436fb592cd51283eede4 (diff) | |
download | jgit-9169e7f9ec281740b6d55586d91a82e4ea6d7399.tar.gz jgit-9169e7f9ec281740b6d55586d91a82e4ea6d7399.zip |
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 <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/META-INF')
-rw-r--r-- | org.eclipse.jgit/META-INF/eclipse.inf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit/META-INF/eclipse.inf b/org.eclipse.jgit/META-INF/eclipse.inf new file mode 100644 index 0000000000..8f39f72092 --- /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 |