From cf2edb65180b66bb191a7db1dfa24eeb5801d246 Mon Sep 17 00:00:00 2001 From: Mykola Nikishov Date: Fri, 9 Oct 2009 21:57:59 +0300 Subject: Move AWT UI code to new org.eclipse.jgit.ui bundle This new UI bundle contains the org.eclipse.jgit.awtui package, which was moved out of the org.eclipse.jgit bundle. org.eclipse.jgit.pgm depends on org.eclipse.jgit.ui, so we need to update the classpath and make_jgit.sh to include it. This move takes the awtui classes out of the Maven build, which means we are no longer able to distribute these classes to our downstream Maven customers. The entire Maven package structure needs to be overhauled so that Eclipse bundle matches 1:1 with the Maven artifact. Bug: https://bugs.eclipse.org/291124 Change-Id: Ibf1a9968387e3d11fdce54592f710ec4cc7f1ddb Signed-off-by: Mykola Nikishov Signed-off-by: Shawn O. Pearce --- org.eclipse.jgit.ui/META-INF/MANIFEST.MF | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 org.eclipse.jgit.ui/META-INF/MANIFEST.MF (limited to 'org.eclipse.jgit.ui/META-INF') diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..a2c17a6a2a --- /dev/null +++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF @@ -0,0 +1,12 @@ +Bundle-Localization: plugin +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %plugin_name +Bundle-SymbolicName: org.eclipse.jgit.ui +Bundle-Version: 0.6.0.qualifier +Bundle-Vendor: %provider_name +Bundle-RequiredExecutionEnvironment: J2SE-1.5 +Export-Package: org.eclipse.jgit.awtui;version="0.6.0" +Import-Package: org.eclipse.jgit.lib, + org.eclipse.jgit.revplot, + org.eclipse.jgit.revwalk;version="0.6.0" -- cgit v1.2.3