From 5b89088f877fdc52d6e5de23be47da940838e4df Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Sat, 31 Oct 2009 18:47:16 -0700 Subject: Switch pgm, test to proper plugin projects This way we depend upon the MANIFEST.MF to define our classpath and our build will act more like any other OSGI bundle build. Change-Id: I9e1f1f5a0bccb0ab0e39e49b75fb400fea446619 Signed-off-by: Shawn O. Pearce --- org.eclipse.jgit.pgm/plugin.properties | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 org.eclipse.jgit.pgm/plugin.properties (limited to 'org.eclipse.jgit.pgm/plugin.properties') diff --git a/org.eclipse.jgit.pgm/plugin.properties b/org.eclipse.jgit.pgm/plugin.properties new file mode 100644 index 0000000000..f8fbd725c1 --- /dev/null +++ b/org.eclipse.jgit.pgm/plugin.properties @@ -0,0 +1,2 @@ +plugin_name=Java Git Command Line Interface (Incubation) +provider_name=eclipse.org -- cgit v1.2.3