summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2010-01-28 11:13:11 -0800
committerShawn O. Pearce <spearce@spearce.org>2010-01-29 07:23:54 -0800
commit1e48c338dc237d5d4e314646d7b4d775249065c9 (patch)
tree83bfe50bbe62a6ed9f57ce8eae4530c4f682164a /pom.xml
parentbaaa78f1f05d197ba2efefb713f194cd3f09725d (diff)
downloadjgit-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 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 42630d5e69..8c1a25bd5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,18 +130,10 @@
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<bundle-manifest>${project.build.directory}/META-INF/MANIFEST.MF</bundle-manifest>
- <jsch-CQ>CQ 3493</jsch-CQ>
<jsch-version>0.1.41</jsch-version>
-
- <junit-CQ>CQ 3589</junit-CQ>
<junit-version>3.8.2</junit-version>
-
- <args4j-CQ>CQ 3454</args4j-CQ>
<args4j-version>2.0.12</args4j-version>
-
- <servlet-api-CQ>CQ 3565</servlet-api-CQ>
<servlet-api-version>2.5</servlet-api-version>
-
<jetty-version>7.0.1.v20091125</jetty-version>
</properties>
@@ -329,6 +321,7 @@
<module>org.eclipse.jgit</module>
<module>org.eclipse.jgit.ui</module>
<module>org.eclipse.jgit.http.server</module>
+ <module>org.eclipse.jgit.iplog</module>
<module>org.eclipse.jgit.pgm</module>
<module>org.eclipse.jgit.junit</module>