diff options
author | Igor Fedorenko <igor@ifedorenko.com> | 2009-12-05 01:07:42 -0500 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2009-12-08 13:23:50 +0100 |
commit | 96c7f75fade2bd36a0e7d9dbb2064de0ed452021 (patch) | |
tree | 812c55d6cc7e0e2a3da87578ebd090150827cfd5 /org.eclipse.jgit | |
parent | 7eef835ad50971bf6ecc3fcff2ebd9558757c28f (diff) | |
download | jgit-96c7f75fade2bd36a0e7d9dbb2064de0ed452021.tar.gz jgit-96c7f75fade2bd36a0e7d9dbb2064de0ed452021.zip |
Flipped jgit.core to manifest-first maven-3/tycho build
Change-Id: I6005134a45046d16e323a2f9b2815831cdbe15e0
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.jgit')
-rw-r--r-- | org.eclipse.jgit/pom.xml | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index e0359398b0..ce3256a512 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2009, Google Inc. + Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com> Copyright (C) 2008, Imran M Yousuf <imyousuf@smartitengineering.com> and other copyright owners as documented in the project's IP log. @@ -54,6 +55,7 @@ <version>0.6.0-SNAPSHOT</version> </parent> + <packaging>eclipse-plugin</packaging> <artifactId>org.eclipse.jgit</artifactId> <name>JGit - Core</name> @@ -79,17 +81,6 @@ </includes> </resource> </resources> - - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifestFile>META-INF/MANIFEST.MF</manifestFile> - </archive> - </configuration> - </plugin> - </plugins> </build> + </project> |