diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-23 17:55:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-23 17:59:49 +0200 |
commit | e6619980ed2354e05760fd6fa0d3ba12831b8f8b (patch) | |
tree | cc7cd1f04b1d070f91c9dd4628cc0a162117dafe /org.eclipse.jgit.packaging/org.eclipse.jgit.target | |
parent | 2eb83f4b4ac77d1647cfcf0a06df44eb22f15da7 (diff) | |
parent | f30382b1915723c526e50d7c9669c45a57c8ca86 (diff) | |
download | jgit-e6619980ed2354e05760fd6fa0d3ba12831b8f8b.tar.gz jgit-e6619980ed2354e05760fd6fa0d3ba12831b8f8b.zip |
Merge branch 'stable-5.3' into stable-5.4
* stable-5.3:
Prepare 5.3.5-SNAPSHOT builds
JGit v5.3.4.201908231101-r
Prepare 5.1.11-SNAPSHOT builds
JGit v5.1.10.201908230655-r
Use AtomicReferences to cache user and system level configs
Fix copy-paste typo in CloneCommand#cleanup
SystemReader: Use correct constructor of FileBasedConfig
Change-Id: I4422632766fc5554a20f75346c5480b7fb611484
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..ccd83fe883 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF @@ -0,0 +1,5 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: JGit Target Platform Bundle +Bundle-SymbolicName: org.eclipse.jgit.target +Bundle-Version: 5.4.2.qualifier |