[eclipse-jgit] branch master updated (0b4fac2 -> c89a37e)
Jakub Adam
xhaakon-guest at alioth.debian.org
Tue Sep 17 18:52:10 UTC 2013
This is an automated email from the git hooks/post-receive script.
xhaakon-guest pushed a change to branch master
in repository eclipse-jgit.
from 0b4fac2 prepare for upload
adds 6d22032 Imported Upstream version 3.0.3
new 855a855 Merge tag 'upstream/3.0.3'
new c89a37e Updated d/changelog with new upstream release
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/changelog | 6 +
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 | 0
.../.project | 6 +-
.../org.eclipse.jgit.target/META-INF/MANIFEST.MF | 5 +
.../org.eclipse.jgit.target}/build.properties | 3 +-
.../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 +++++++++--
75 files changed, 1160 insertions(+), 399 deletions(-)
copy {org.eclipse.jgit.ant.test => org.eclipse.jgit.packaging/org.eclipse.jgit.target}/.classpath (100%)
copy org.eclipse.jgit.packaging/{org.eclipse.jgit.feature => org.eclipse.jgit.target}/.project (64%)
create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF
copy {org.eclipse.jgit.junit.http => org.eclipse.jgit.packaging/org.eclipse.jgit.target}/build.properties (53%)
create mode 100644 org.eclipse.jgit.packaging/org.eclipse.jgit.target/org.eclipse.jgit.target.target
copy org.eclipse.jgit.packaging/{org.eclipse.jgit.source.feature => org.eclipse.jgit.target}/pom.xml (88%)
create mode 100644 org.eclipse.jgit.test/tst/org/eclipse/jgit/transport/HttpAuthTest.java
delete mode 100644 org.eclipse.jgit/META-INF/eclipse.inf
--
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