[glassfish-dtd-parser] branch master updated (2c6d88c -> 1177ed1)

Timo Aaltonen tjaalton-guest at moszumanska.debian.org
Wed Jan 8 10:54:24 UTC 2014


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

tjaalton-guest pushed a change to branch master
in repository glassfish-dtd-parser.

  discards  2c6d88c   fix vcs-header
  discards  bd78f01   fix the vcs urls
  discards  d034e51   initial packaging
  discards  c62fb8a   Imported Upstream version 1.2-SNAPSHOT
      adds  b3a5d0b   Imported Upstream version 1.2~svn18
       new  1177ed1   initial packaging

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (2c6d88c)
            \
             N -- N -- N   refs/heads/master (1177ed1)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 1 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:
 .classpath                                         |   7 -
 .project                                           |  23 -
 .settings/org.eclipse.jdt.core.prefs               |   6 -
 .settings/org.maven.ide.eclipse.prefs              |   9 -
 dtd-parser.iml => build.xml                        |  48 +-
 copyright-exclude                                  |  41 -
 copyright.txt                                      |  39 -
 debian/changelog                                   |   2 +-
 debian/compat                                      |   2 +-
 debian/control                                     |   6 +-
 debian/copyright                                   |   2 +-
 debian/orig-tar.sh                                 |  16 +-
 debian/rules                                       |   2 +-
 debian/watch                                       |   4 -
 dtd-parser.ipr                                     | 264 ------
 dtd-parser.iml => maven.xml                        |  26 +-
 exclude.xml => nb-configuration.xml                |  35 +-
 pom.xml                                            |  63 +-
 project.properties                                 |   5 +-
 dtd-parser.iml => project.xml                      |  69 +-
 src/com/sun/xml/dtdparser/DTDEventListener.java    |   7 +-
 src/com/sun/xml/dtdparser/DTDHandlerBase.java      |   5 +-
 src/com/sun/xml/dtdparser/DTDParser.java           | 914 ++++++++++-----------
 src/com/sun/xml/dtdparser/EndOfInputException.java |   5 +-
 src/com/sun/xml/dtdparser/EntityDecl.java          |   6 +-
 src/com/sun/xml/dtdparser/ExternalEntity.java      |   5 +-
 src/com/sun/xml/dtdparser/InputEntity.java         |  30 +-
 src/com/sun/xml/dtdparser/InternalEntity.java      |   5 +-
 src/com/sun/xml/dtdparser/MessageCatalog.java      |   7 +-
 src/com/sun/xml/dtdparser/Resolver.java            |  11 +-
 src/com/sun/xml/dtdparser/SimpleHashtable.java     |   5 +-
 src/com/sun/xml/dtdparser/XmlChars.java            |  16 +-
 src/com/sun/xml/dtdparser/XmlNames.java            |   5 +-
 src/com/sun/xml/dtdparser/XmlReader.java           |  11 +-
 src/com/sun/xml/dtdparser/package.html             |   4 +-
 .../xml/dtdparser/resources/Messages.properties    |   5 +-
 36 files changed, 604 insertions(+), 1106 deletions(-)
 delete mode 100644 .classpath
 delete mode 100644 .project
 delete mode 100644 .settings/org.eclipse.jdt.core.prefs
 delete mode 100644 .settings/org.maven.ide.eclipse.prefs
 copy dtd-parser.iml => build.xml (59%)
 delete mode 100644 copyright-exclude
 delete mode 100644 copyright.txt
 delete mode 100644 debian/watch
 delete mode 100644 dtd-parser.ipr
 copy dtd-parser.iml => maven.xml (68%)
 rename exclude.xml => nb-configuration.xml (72%)
 rename dtd-parser.iml => project.xml (56%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/glassfish-dtd-parser.git



More information about the pkg-java-commits mailing list