diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-06-21 01:28:55 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-06-21 01:28:55 +0200 |
commit | 64dde09b8524a92230bacd93b2bb86e4ceab741f (patch) | |
tree | d6d601cae52e68c317469969f44f9069f7161445 /org.eclipse.jgit/.settings | |
parent | 79792c59b663072820c442d0a2d34a9c5de27cf9 (diff) | |
parent | 7865d7100e2a5f9d02f6679daada0c64ae14935f (diff) | |
download | jgit-64dde09b8524a92230bacd93b2bb86e4ceab741f.tar.gz jgit-64dde09b8524a92230bacd93b2bb86e4ceab741f.zip |
Merge branch 'stable-3.4'
* stable-3.4:
Prepare 3.4.2-SNAPSHOT builds
JGit v3.4.1.201406201815-r
Allow retrying connecting SshSession in case of an exception
Change-Id: I7efb009b9e012637a16c57e2e93e074023b8e46c
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit/.settings')
-rw-r--r-- | org.eclipse.jgit/.settings/.api_filters | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.jgit/.settings/.api_filters b/org.eclipse.jgit/.settings/.api_filters new file mode 100644 index 0000000000..0b8473e719 --- /dev/null +++ b/org.eclipse.jgit/.settings/.api_filters @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<component id="org.eclipse.jgit" version="2"> + <resource path="META-INF/MANIFEST.MF"> + <filter comment="minor addition" id="924844039"> + <message_arguments> + <message_argument value="3.4.0"/> + <message_argument value="3.4.0"/> + </message_arguments> + </filter> + </resource> +</component> |