1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (C) 2009, Google Inc.
4 Copyright (C) 2009, Igor Fedorenko <igor@ifedorenko.com>
5 Copyright (C) 2008, Imran M Yousuf <imyousuf@smartitengineering.com>
6 Copyright (C) 2010, Matthias Sohn <matthias.sohn@sap.com>
7 and other copyright owners as documented in the project's IP log.
9 This program and the accompanying materials are made available
10 under the terms of the Eclipse Distribution License v1.0 which
11 accompanies this distribution, is reproduced below, and is
12 available at http://www.eclipse.org/org/documents/edl-v10.php
16 Redistribution and use in source and binary forms, with or
17 without modification, are permitted provided that the following
20 - Redistributions of source code must retain the above copyright
21 notice, this list of conditions and the following disclaimer.
23 - Redistributions in binary form must reproduce the above
24 copyright notice, this list of conditions and the following
25 disclaimer in the documentation and/or other materials provided
26 with the distribution.
28 - Neither the name of the Eclipse Foundation, Inc. nor the
29 names of its contributors may be used to endorse or promote
30 products derived from this software without specific prior
33 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
34 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
35 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
36 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
37 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
38 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
40 NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
41 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
42 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
43 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
44 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
45 ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
48 <project xmlns="http://maven.apache.org/POM/4.0.0"
49 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
50 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
51 <modelVersion>4.0.0</modelVersion>
54 <groupId>org.eclipse.jgit</groupId>
55 <artifactId>org.eclipse.jgit-parent</artifactId>
56 <version>0.9.0-SNAPSHOT</version>
59 <artifactId>org.eclipse.jgit</artifactId>
60 <name>JGit - Core</name>
63 Repository access and algorithms
67 <translate-qualifier/>
72 <groupId>com.jcraft</groupId>
73 <artifactId>jsch</artifactId>
78 <sourceDirectory>src/</sourceDirectory>
82 <directory>.</directory>
84 <include>plugin.properties</include>
88 <directory>resources/</directory>
94 <artifactId>maven-jar-plugin</artifactId>
97 <manifestFile>${bundle-manifest}</manifestFile>