From mboxrd@z Thu Jan 1 00:00:00 1970 From: imyousuf@gmail.com Subject: [JGit Patch v2 1/7] Add a POM file for setting JGit library as a Maven project Date: Thu, 21 Aug 2008 09:13:08 +0600 Message-ID: <1219288394-1241-1-git-send-email-imyousuf@gmail.com> Cc: spearce@spearce.org, robin.rosenberg@dewire.com, Imran M Yousuf To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Thu Aug 21 05:14:58 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KW0dT-0007ZL-PV for gcvg-git-2@gmane.org; Thu, 21 Aug 2008 05:14:56 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754604AbYHUDNa (ORCPT ); Wed, 20 Aug 2008 23:13:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754378AbYHUDNa (ORCPT ); Wed, 20 Aug 2008 23:13:30 -0400 Received: from ik-out-1112.google.com ([66.249.90.178]:19238 "EHLO ik-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754625AbYHUDN2 (ORCPT ); Wed, 20 Aug 2008 23:13:28 -0400 Received: by ik-out-1112.google.com with SMTP id c28so587180ika.5 for ; Wed, 20 Aug 2008 20:13:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:x-mailer; bh=UEm0ZFivlI/3MFuY8f6K3B0QGiGNVsMatCHT5uAhnKQ=; b=Lu21e4iuQX+mTQLhCom5jQIhtlmQ0NwKrJyZiS9OWU0F0vYSxbLzqlDEjNjot3LEP+ mif9T0JCZM3KZA9GBfTty6xDRC/xDZ27oRh4txrTKQlrxOREi8IjREhmBP6/ZL66H0xo BEaq6PJTXZN52MmurLPNdnETOqT/fXpQpVf3o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; b=Sz986SUwwexeXloNuBrG7VE8rPitruu6QVlpBRLfoWQGaR6rddJO4TAkAYUzEV047p S4BTc2dKJ7OX7/VW34Q+Kp3Fh3et+a50HQSMVaK4qrN1PxkCm5PQYwbC1pg+qv3XotOn NqkDU6MldbIsBgSiLECeAEbfPVKVtn8FHuszM= Received: by 10.210.25.18 with SMTP id 18mr1146326eby.152.1219288406660; Wed, 20 Aug 2008 20:13:26 -0700 (PDT) Received: from localhost ( [62.101.198.35]) by mx.google.com with ESMTPS id h7sm3703093nfh.4.2008.08.20.20.13.21 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 20 Aug 2008 20:13:25 -0700 (PDT) X-Mailer: git-send-email 1.5.6 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: From: Imran M Yousuf Signed-off-by: Imran M Yousuf --- jgit-maven/jgit/pom.xml | 169 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 169 insertions(+), 0 deletions(-) create mode 100644 jgit-maven/jgit/pom.xml diff --git a/jgit-maven/jgit/pom.xml b/jgit-maven/jgit/pom.xml new file mode 100644 index 0000000..c4d7c24 --- /dev/null +++ b/jgit-maven/jgit/pom.xml @@ -0,0 +1,169 @@ + + + + 4.0.0 + org.spearce + jgit + jar + 0.4-SNAPSHOT + jgit + http://repo.or.cz/w/egit.git + + + GIT Mailing List + git@vger.kernel.org + http://marc.info/?l=git + + + Pure Java implementation of Git + + + Shawn O. Pearce + spearce@spearce.org + + Maintainer + + + + Robin Rosenberg + robin.rosenberg@dewire.com + + Maintainer + + + + Dave Watson + dwatson@mimvista.com + + Developer + + + + Roger C. Soares + rogersoares@intelinet.com.br + + Developer + + + + Marek Zawirski + marek.zawirski@gmail.com + + Developer + + + + Imran M Yousuf + imyousuf@smartitengineering.com + Smart IT Engineering + + Contributor + + + + + + 3-clause (new-style) BSD license. + + All rights reserved. + Redistribution and use in source and binary forms, with or + without modification, are permitted provided that the following + conditions are met: + + Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. + + Neither the name of the Git Development Community nor the + names of its contributors may be used to endorse or promote + products derived from this software without specific prior + written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, + STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + + + ../../org.spearce.jgit/src/ + + + ../../org.spearce.jgit.test/tst-rsrc/ + + + ../../org.spearce.jgit.test/tst/ + + + maven-compiler-plugin + 2.0.2 + + 1.5 + 1.5 + + + + + + + junit + junit + 3.8.1 + test + + + com.jcraft + jsch + 0.1.38 + compile + + + -- 1.5.6