diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-09 13:12:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-09 13:12:59 +0200 |
commit | 83502bb2016acdd7fb58187f0359cbbc73b86772 (patch) | |
tree | 86eca8a8aa3ba69148918fcfd67a4c2ef3ca9af4 /org.eclipse.jgit.lfs/.settings | |
parent | 40f6c92c5c6ade105d38447e7545595768bc3f1b (diff) | |
download | jgit-83502bb2016acdd7fb58187f0359cbbc73b86772.tar.gz jgit-83502bb2016acdd7fb58187f0359cbbc73b86772.zip |
Fix API problem filters
- add missing filters for methods introduced in 5.4.1 to fix error prone
warnings
- remove no longer needed filters
Change-Id: Ia74d4e9876eae8acd403c8dea1fdf1227d68037e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.lfs/.settings')
-rw-r--r-- | org.eclipse.jgit.lfs/.settings/.api_filters | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.jgit.lfs/.settings/.api_filters b/org.eclipse.jgit.lfs/.settings/.api_filters new file mode 100644 index 0000000000..5b8ece617a --- /dev/null +++ b/org.eclipse.jgit.lfs/.settings/.api_filters @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<component id="org.eclipse.jgit.lfs" version="2"> + <resource path="META-INF/MANIFEST.MF"> + <filter id="924844039"> + <message_arguments> + <message_argument value="5.4.1"/> + <message_argument value="5.4.0"/> + </message_arguments> + </filter> + </resource> +</component> |