Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-01-28 19:13:11 +0000
committerShawn O. Pearce2010-01-29 15:23:54 +0000
commit1e48c338dc237d5d4e314646d7b4d775249065c9 (patch)
tree83bfe50bbe62a6ed9f57ce8eae4530c4f682164a /org.eclipse.jgit.iplog/plugin.properties
parentbaaa78f1f05d197ba2efefb713f194cd3f09725d (diff)
downloadjgit-1e48c338dc237d5d4e314646d7b4d775249065c9.tar.gz
jgit-1e48c338dc237d5d4e314646d7b4d775249065c9.tar.xz
jgit-1e48c338dc237d5d4e314646d7b4d775249065c9.zip
Generate an Eclipse IP log with jgit eclipse-iplog
The new plugin contains the bulk of the logic to scan a Git repository, and query IPZilla, in order to produce an XML formatted IP log for the requested revision of any Git based project. This plugin is suitable for embedding into a servlet container, or into the Eclipse workbench. The command line pgm package knows how to invoke this plugin through the eclipse-iplog subcommand, permitting storage of the resulting log as a local XML file. Change-Id: If01d9d98d07096db6980292bd5f91618c55d00be Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'org.eclipse.jgit.iplog/plugin.properties')
-rw-r--r--org.eclipse.jgit.iplog/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit.iplog/plugin.properties b/org.eclipse.jgit.iplog/plugin.properties
new file mode 100644
index 0000000000..51c3f25841
--- /dev/null
+++ b/org.eclipse.jgit.iplog/plugin.properties
@@ -0,0 +1,2 @@
+plugin_name=JGit IP Log Generator (Incubation)
+provider_name=Eclipse.org

Back to the top