Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Hohenegger2015-04-30 09:48:23 +0000
committerMatthias Sohn2015-05-15 21:04:42 +0000
commit9904bd578ea60f3d28f38fec69af0456af805b12 (patch)
tree1ff9f0de63f988efae28eb2815cfb8772fce54cb /org.eclipse.egit.gitflow-feature/.project
parent12a6299909b1bda6a3a4957aa0d6e2c89869c18f (diff)
downloadegit-9904bd578ea60f3d28f38fec69af0456af805b12.tar.gz
egit-9904bd578ea60f3d28f38fec69af0456af805b12.tar.xz
egit-9904bd578ea60f3d28f38fec69af0456af805b12.zip
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 <eclipse@hohenegger.eu> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.gitflow-feature/.project')
-rw-r--r--org.eclipse.egit.gitflow-feature/.project17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.egit.gitflow-feature/.project b/org.eclipse.egit.gitflow-feature/.project
new file mode 100644
index 0000000000..65486b95c5
--- /dev/null
+++ b/org.eclipse.egit.gitflow-feature/.project
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.egit.gitflow-feature</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.FeatureBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.FeatureNature</nature>
+ </natures>
+</projectDescription>

Back to the top