diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2010-01-28 11:13:11 -0800 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2010-01-29 07:23:54 -0800 |
commit | 1e48c338dc237d5d4e314646d7b4d775249065c9 (patch) | |
tree | 83bfe50bbe62a6ed9f57ce8eae4530c4f682164a /org.eclipse.jgit.pgm/pom.xml | |
parent | baaa78f1f05d197ba2efefb713f194cd3f09725d (diff) | |
download | jgit-1e48c338dc237d5d4e314646d7b4d775249065c9.tar.gz 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.pgm/pom.xml')
-rw-r--r-- | org.eclipse.jgit.pgm/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/pom.xml b/org.eclipse.jgit.pgm/pom.xml index 7b25efe19f..69769e8729 100644 --- a/org.eclipse.jgit.pgm/pom.xml +++ b/org.eclipse.jgit.pgm/pom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - Copyright (C) 2009, Google Inc. + Copyright (C) 2009-2010, Google Inc. and other copyright owners as documented in the project's IP log. This program and the accompanying materials are made available @@ -74,6 +74,12 @@ <dependency> <groupId>org.eclipse.jgit</groupId> + <artifactId>org.eclipse.jgit.iplog</artifactId> + <version>${project.version}</version> + </dependency> + + <dependency> + <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.ui</artifactId> <version>${project.version}</version> </dependency> |