Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Rosenberg2014-04-25 20:27:16 +0000
committerMatthias Sohn2014-04-25 22:59:20 +0000
commiteac7175cce257780fe6ef17208fa9203720665fb (patch)
treee296aae1902a1a3aaeebdffa75e54cf2bec54f95 /org.eclipse.jgit.archive
parent2d579ff78957a3e2eef20a07317c1e014df15d15 (diff)
downloadjgit-eac7175cce257780fe6ef17208fa9203720665fb.tar.gz
jgit-eac7175cce257780fe6ef17208fa9203720665fb.tar.xz
jgit-eac7175cce257780fe6ef17208fa9203720665fb.zip
Making ArchiveFormats breaks the API, but that's ok
Add compatibility filters to hide the breakage. Change-Id: Icc1fdc29f15d734d488e49c9c37a18f5ac937903
Diffstat (limited to 'org.eclipse.jgit.archive')
-rw-r--r--org.eclipse.jgit.archive/.settings/.api_filters38
1 files changed, 38 insertions, 0 deletions
diff --git a/org.eclipse.jgit.archive/.settings/.api_filters b/org.eclipse.jgit.archive/.settings/.api_filters
new file mode 100644
index 0000000000..298c8d7615
--- /dev/null
+++ b/org.eclipse.jgit.archive/.settings/.api_filters
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<component id="org.eclipse.jgit.archive" version="2">
+ <resource path="src/org/eclipse/jgit/archive/TarFormat.java" type="org.eclipse.jgit.archive.TarFormat">
+ <filter id="337768515">
+ <message_arguments>
+ <message_argument value="org.eclipse.jgit.archive.TarFormat"/>
+ </message_arguments>
+ </filter>
+ </resource>
+ <resource path="src/org/eclipse/jgit/archive/Tbz2Format.java" type="org.eclipse.jgit.archive.Tbz2Format">
+ <filter comment="x" id="337768515">
+ <message_arguments>
+ <message_argument value="org.eclipse.jgit.archive.Tbz2Format"/>
+ </message_arguments>
+ </filter>
+ </resource>
+ <resource path="src/org/eclipse/jgit/archive/TgzFormat.java" type="org.eclipse.jgit.archive.TgzFormat">
+ <filter id="337768515">
+ <message_arguments>
+ <message_argument value="org.eclipse.jgit.archive.TgzFormat"/>
+ </message_arguments>
+ </filter>
+ </resource>
+ <resource path="src/org/eclipse/jgit/archive/TxzFormat.java" type="org.eclipse.jgit.archive.TxzFormat">
+ <filter id="337768515">
+ <message_arguments>
+ <message_argument value="org.eclipse.jgit.archive.TxzFormat"/>
+ </message_arguments>
+ </filter>
+ </resource>
+ <resource path="src/org/eclipse/jgit/archive/ZipFormat.java" type="org.eclipse.jgit.archive.ZipFormat">
+ <filter id="337768515">
+ <message_arguments>
+ <message_argument value="org.eclipse.jgit.archive.ZipFormat"/>
+ </message_arguments>
+ </filter>
+ </resource>
+</component>

Back to the top