[eclipse-jgit] 01/02: Merge tag 'upstream/3.0.3'

Jakub Adam xhaakon-guest at alioth.debian.org
Tue Sep 17 18:52:11 UTC 2013


This is an automated email from the git hooks/post-receive script.

xhaakon-guest pushed a commit to branch master
in repository eclipse-jgit.

commit 855a855a4fdc4648f43606fb656a78b372632efd
Merge: 0b4fac2 6d22032
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Tue Sep 17 19:51:14 2013 +0200

    Merge tag 'upstream/3.0.3'
    
    Upstream version 3.0.3

 org.eclipse.jgit.ant.test/META-INF/MANIFEST.MF     |   10 +-
 org.eclipse.jgit.ant.test/pom.xml                  |   13 +-
 org.eclipse.jgit.ant/META-INF/MANIFEST.MF          |    6 +-
 org.eclipse.jgit.ant/pom.xml                       |    2 +-
 org.eclipse.jgit.console/META-INF/MANIFEST.MF      |   12 +-
 org.eclipse.jgit.console/pom.xml                   |    2 +-
 org.eclipse.jgit.http.server/META-INF/MANIFEST.MF  |   24 +--
 org.eclipse.jgit.http.server/pom.xml               |    2 +-
 org.eclipse.jgit.http.test/META-INF/MANIFEST.MF    |   32 ++--
 org.eclipse.jgit.http.test/pom.xml                 |   21 ++-
 .../jgit/http/test/DumbClientDumbServerTest.java   |    6 +-
 .../eclipse/jgit/http/test/GitServletInitTest.java |    4 +
 .../eclipse/jgit/http/test/HttpClientTests.java    |    4 +-
 org.eclipse.jgit.java7.test/META-INF/MANIFEST.MF   |    8 +-
 org.eclipse.jgit.java7.test/pom.xml                |   21 ++-
 org.eclipse.jgit.java7/META-INF/MANIFEST.MF        |    6 +-
 org.eclipse.jgit.java7/META-INF/SOURCE-MANIFEST.MF |    4 +-
 org.eclipse.jgit.java7/pom.xml                     |    2 +-
 org.eclipse.jgit.junit.http/META-INF/MANIFEST.MF   |   20 +-
 org.eclipse.jgit.junit.http/pom.xml                |    2 +-
 org.eclipse.jgit.junit/META-INF/MANIFEST.MF        |   30 +--
 org.eclipse.jgit.junit/pom.xml                     |    2 +-
 .../org/eclipse/jgit/junit/RepositoryTestCase.java |    1 +
 .../org.eclipse.jgit.feature/feature.xml           |    2 +-
 .../org.eclipse.jgit.feature/pom.xml               |    2 +-
 .../org.eclipse.jgit.java7.feature/feature.xml     |    2 +-
 .../org.eclipse.jgit.java7.feature/pom.xml         |    2 +-
 .../org.eclipse.jgit.junit.feature/feature.xml     |    2 +-
 .../org.eclipse.jgit.junit.feature/pom.xml         |    2 +-
 .../org.eclipse.jgit.pgm.feature/feature.xml       |    4 +-
 .../org.eclipse.jgit.pgm.feature/pom.xml           |    2 +-
 .../feature.xml                                    |    2 +-
 .../org.eclipse.jgit.pgm.source.feature/pom.xml    |    2 +-
 .../org.eclipse.jgit.repository/pom.xml            |    2 +-
 .../org.eclipse.jgit.source.feature/feature.xml    |    8 +-
 .../org.eclipse.jgit.source.feature/pom.xml        |    2 +-
 .../org.eclipse.jgit.target/.classpath             |    7 +
 .../org.eclipse.jgit.target/.project               |   17 ++
 .../org.eclipse.jgit.target/META-INF/MANIFEST.MF   |    5 +
 .../org.eclipse.jgit.target/build.properties       |    4 +
 .../org.eclipse.jgit.target.target                 |   66 +++++++
 .../pom.xml                                        |   16 +-
 org.eclipse.jgit.packaging/pom.xml                 |  196 +++++++++++++++++---
 org.eclipse.jgit.pgm.test/META-INF/MANIFEST.MF     |   28 +--
 org.eclipse.jgit.pgm.test/pom.xml                  |   21 ++-
 org.eclipse.jgit.pgm/META-INF/MANIFEST.MF          |   58 +++---
 org.eclipse.jgit.pgm/META-INF/SOURCE-MANIFEST.MF   |    4 +-
 org.eclipse.jgit.pgm/pom.xml                       |    2 +-
 org.eclipse.jgit.test/META-INF/MANIFEST.MF         |   70 +++----
 org.eclipse.jgit.test/pom.xml                      |   13 +-
 .../eclipse/jgit/api/CherryPickCommandTest.java    |   36 ++++
 .../org/eclipse/jgit/api/RebaseCommandTest.java    |   92 ++++++++-
 .../storage/file/FileRepositoryBuilderTest.java    |    9 +-
 .../eclipse/jgit/revwalk/RevCommitParseTest.java   |   13 ++
 .../org/eclipse/jgit/transport/HttpAuthTest.java   |  162 ++++++++++++++++
 .../jgit/treewalk/filter/PathSuffixFilterTest.java |  100 ++++------
 .../tst/org/eclipse/jgit/util/StringUtilsTest.java |   12 ++
 org.eclipse.jgit.ui/META-INF/MANIFEST.MF           |   18 +-
 org.eclipse.jgit.ui/pom.xml                        |    2 +-
 org.eclipse.jgit/META-INF/MANIFEST.MF              |   62 +++----
 org.eclipse.jgit/META-INF/SOURCE-MANIFEST.MF       |    4 +-
 org.eclipse.jgit/META-INF/eclipse.inf              |    2 -
 org.eclipse.jgit/pom.xml                           |    2 +-
 .../org/eclipse/jgit/api/CherryPickCommand.java    |   31 +++-
 .../src/org/eclipse/jgit/api/RebaseCommand.java    |   31 +++-
 .../eclipse/jgit/dircache/DirCacheCheckout.java    |    6 +-
 .../src/org/eclipse/jgit/revwalk/RevCommit.java    |    3 +-
 .../src/org/eclipse/jgit/revwalk/RevTag.java       |    3 +-
 .../org/eclipse/jgit/transport/HttpAuthMethod.java |   55 ++++--
 .../src/org/eclipse/jgit/transport/UploadPack.java |    4 +-
 .../src/org/eclipse/jgit/treewalk/TreeWalk.java    |   10 +-
 .../src/org/eclipse/jgit/util/RawParseUtils.java   |    8 +-
 .../src/org/eclipse/jgit/util/StringUtils.java     |   26 +++
 pom.xml                                            |  106 +++++++++--
 74 files changed, 1178 insertions(+), 394 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-jgit.git



More information about the pkg-java-commits mailing list