From 1e48c338dc237d5d4e314646d7b4d775249065c9 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Thu, 28 Jan 2010 11:13:11 -0800 Subject: 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 --- org.eclipse.jgit.iplog/pom.xml | 99 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 org.eclipse.jgit.iplog/pom.xml (limited to 'org.eclipse.jgit.iplog/pom.xml') diff --git a/org.eclipse.jgit.iplog/pom.xml b/org.eclipse.jgit.iplog/pom.xml new file mode 100644 index 0000000000..9b15ec534a --- /dev/null +++ b/org.eclipse.jgit.iplog/pom.xml @@ -0,0 +1,99 @@ + + + + + 4.0.0 + + + org.eclipse.jgit + org.eclipse.jgit-parent + 0.6.0-SNAPSHOT + + + org.eclipse.jgit.iplog + JGit - Eclipse IP Log Generator + + + Creates an IP log for Git based projects. + + + + + + + + + org.eclipse.jgit + org.eclipse.jgit + ${project.version} + + + + + src/ + + + + . + + plugin.properties + + + + + + + maven-jar-plugin + + + ${bundle-manifest} + + + + + + -- cgit v1.2.3