summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.pgm
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-03-24 22:14:15 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2018-03-25 00:56:51 +0100
commit0d9732b54f930b2cbc4cd4bee3afca0336d9eb1e (patch)
tree5605d35c9ca0a4dbdae1f7687e1b969b04a6dbbd /org.eclipse.jgit.pgm
parent66165fef48aeefcf25d3e3330483840c00adea2e (diff)
downloadjgit-0d9732b54f930b2cbc4cd4bee3afca0336d9eb1e.tar.gz
jgit-0d9732b54f930b2cbc4cd4bee3afca0336d9eb1e.zip
Fix API problem filter warnings
Silence warnings for bundles which haven't broken API since 4.11 but we increased major version to 5 since we always use the same version for all jgit bundles Change-Id: If4f9a6aa4ef21f9b511946c5fc4bd7c0af6094c4 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.pgm')
-rw-r--r--org.eclipse.jgit.pgm/.settings/.api_filters11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.jgit.pgm/.settings/.api_filters b/org.eclipse.jgit.pgm/.settings/.api_filters
new file mode 100644
index 0000000000..facef2df6b
--- /dev/null
+++ b/org.eclipse.jgit.pgm/.settings/.api_filters
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<component id="org.eclipse.jgit.pgm" version="2">
+ <resource path="META-INF/MANIFEST.MF">
+ <filter id="925892614">
+ <message_arguments>
+ <message_argument value="5.0.0"/>
+ <message_argument value="4.11.0"/>
+ </message_arguments>
+ </filter>
+ </resource>
+</component>