From 9904bd578ea60f3d28f38fec69af0456af805b12 Mon Sep 17 00:00:00 2001 From: Max Hohenegger Date: Thu, 30 Apr 2015 11:48:23 +0200 Subject: Extend EGit to allow use of git-flow Initial implementation: - Operations for all commonly used git flow commands without optional parameters - Menu contributions in the repository and history view, as well as the team menu on projects - Added new feature as incubation project to update site - Non-UI tests (see launch config) CQ: 9662 Bug: 348610 Change-Id: I215ed28e6434a789fa7260d7072532b402a1e714 Signed-off-by: Max Hohenegger Signed-off-by: Matthias Sohn --- org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF | 32 ++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF (limited to 'org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF') diff --git a/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..ba70137aa9 --- /dev/null +++ b/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF @@ -0,0 +1,32 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: GitFlow UI +Bundle-SymbolicName: org.eclipse.egit.gitflow.ui;singleton:=true +Bundle-Version: 4.0.0.qualifier +Bundle-Activator: org.eclipse.egit.gitflow.ui.Activator +Bundle-RequiredExecutionEnvironment: JavaSE-1.7 +Bundle-ActivationPolicy: lazy +Bundle-Localization: plugin +Import-Package: org.eclipse.egit.core;version="[4.0.0,4.1.0)", + org.eclipse.egit.core.internal;version="[4.0.0,4.1.0)", + org.eclipse.egit.core.internal.job;version="[4.0.0,4.1.0)", + org.eclipse.egit.core.op;version="[4.0.0,4.1.0)", + org.eclipse.egit.core.project;version="[4.0.0,4.1.0)", + org.eclipse.egit.gitflow, + org.eclipse.egit.gitflow.op, + org.eclipse.egit.ui;version="[4.0.0,4.1.0)", + org.eclipse.egit.ui.internal;version="[4.0.0,4.1.0)", + org.eclipse.egit.ui.internal.branch;version="[4.0.0,4.1.0)", + org.eclipse.egit.ui.internal.repository.tree;version="[4.0.0,4.1.0)", + org.eclipse.egit.ui.internal.selection;version="[4.0.0,4.1.0)", + org.eclipse.jgit.api;version="[4.0.0,4.1.0)", + org.eclipse.jgit.api.errors;version="[4.0.0,4.1.0)", + org.eclipse.jgit.lib;version="[4.0.0,4.1.0)", + org.eclipse.jgit.revplot;version="[4.0.0,4.1.0)", + org.eclipse.jgit.revwalk;version="[4.0.0,4.1.0)" +Require-Bundle: org.eclipse.core.jobs;bundle-version="[3.4.0,4.0.0)", + org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)", + org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", + org.eclipse.team.ui;bundle-version="[3.4.0,4.0.0)", + org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)", + org.eclipse.ui;bundle-version="[3.4.0,4.0.0)" -- cgit v1.2.3