Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-03-31 23:30:44 +0000
committerThomas Wolf2019-04-02 05:57:28 +0000
commit27f1fb668f09bccf7c506f51f16d70d04ec8a240 (patch)
tree666c14f96bfdcc46d56472553be61dd9084bb079 /org.eclipse.jgit.http.apache/META-INF
parent4fcaa1a7d52c8a406fbf7c945a023d480bab32aa (diff)
downloadjgit-27f1fb668f09bccf7c506f51f16d70d04ec8a240.tar.gz
jgit-27f1fb668f09bccf7c506f51f16d70d04ec8a240.tar.xz
jgit-27f1fb668f09bccf7c506f51f16d70d04ec8a240.zip
Add missing source bundles and add them to a single source feature
Add missing source bundles for - org.eclipse.jgit.ant - org.eclipse.jgit.archive - org.eclipse.jgit.http.apache - org.eclipse.jgit.http.server - org.eclipse.jgit.junit - org.eclipse.jgit.junit.http - org.eclipse.jgit.junit.ssh - org.eclipse.jgit.lfs - org.eclipse.jgit.lfs.server - org.eclipse.jgit.ui Combine all source bundles into a single source feature org.eclipse.jgit.source and delete the other source features. Ensure all bundles are added to the jgit p2 repository. Change-Id: I56785f49c940b79f41f763c26e63a4a820ed7cce Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.apache/META-INF')
-rw-r--r--org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF
new file mode 100644
index 0000000000..bffe9f110a
--- /dev/null
+++ b/org.eclipse.jgit.http.apache/META-INF/SOURCE-MANIFEST.MF
@@ -0,0 +1,7 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: org.eclipse.jgit.http.apache - Sources
+Bundle-SymbolicName: org.eclipse.jgit.http.apache.source
+Bundle-Vendor: Eclipse.org - JGit
+Bundle-Version: 5.4.0.qualifier
+Eclipse-SourceBundle: org.eclipse.jgit.http.apache;version="5.4.0.qualifier";roots="."

Back to the top