From 27f1fb668f09bccf7c506f51f16d70d04ec8a240 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Mon, 1 Apr 2019 01:30:44 +0200 Subject: 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 --- org.eclipse.jgit.ui/META-INF/SOURCE-MANIFEST.MF | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 org.eclipse.jgit.ui/META-INF/SOURCE-MANIFEST.MF (limited to 'org.eclipse.jgit.ui/META-INF') diff --git a/org.eclipse.jgit.ui/META-INF/SOURCE-MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/SOURCE-MANIFEST.MF new file mode 100644 index 0000000000..82ded94c21 --- /dev/null +++ b/org.eclipse.jgit.ui/META-INF/SOURCE-MANIFEST.MF @@ -0,0 +1,7 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: org.eclipse.jgit.ui - Sources +Bundle-SymbolicName: org.eclipse.jgit.ui.source +Bundle-Vendor: Eclipse.org - JGit +Bundle-Version: 5.4.0.qualifier +Eclipse-SourceBundle: org.eclipse.jgit.ui;version="5.4.0.qualifier";roots="." -- cgit v1.2.3