[geronimo-interceptor-3.0-spec] branch master updated (b801420 -> 175e3df)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Mar 22 23:44:11 GMT 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a change to branch master
in repository geronimo-interceptor-3.0-spec.
from b801420 Upload to unstable
new e10638f Wrap and sort
new 84a852e Standards-Version updated to 4.1.3
new 42c36c3 Switch to debhelper level 11
adds ebb69f9 Initial upstream branch.
adds 6e7c54d New upstream version 1.0.1
new a87b814 Update upstream source from tag 'upstream/1.0.1'
new be6e9a3 Use secure Vcs-* URLs
new c2492e5 Build with the DH sequencer instead of CDBS
new 532d406 Build with Maven instead of Ant
new 8f03436 Fixed the build failure with Java 9 (Closes: #893153)
new 175e3df Upload to unstable
The 9 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:
LICENSE.txt | 203 +++++++++++++++++++++
NOTICE.txt | 6 +
debian/build.xml | 41 -----
debian/changelog | 12 ++
debian/compat | 2 +-
debian/control | 20 +-
debian/copyright | 4 +-
debian/libgeronimo-interceptor-3.0-spec-java.poms | 1 +
debian/maven.properties | 1 +
debian/rules | 27 +--
pom.xml | 49 +++++
src/main/java/javax/interceptor/AroundInvoke.java | 38 ++++
.../interceptor/ExcludeClassInterceptors.java | 38 ++++
.../interceptor/ExcludeDefaultInterceptors.java | 38 ++++
src/main/java/javax/interceptor/Interceptors.java | 39 ++++
.../java/javax/interceptor/InvocationContext.java | 46 +++++
src/site/site.xml | 37 ++++
17 files changed, 530 insertions(+), 72 deletions(-)
create mode 100644 LICENSE.txt
create mode 100644 NOTICE.txt
delete mode 100644 debian/build.xml
create mode 100644 debian/libgeronimo-interceptor-3.0-spec-java.poms
create mode 100644 debian/maven.properties
create mode 100644 pom.xml
create mode 100644 src/main/java/javax/interceptor/AroundInvoke.java
create mode 100644 src/main/java/javax/interceptor/ExcludeClassInterceptors.java
create mode 100644 src/main/java/javax/interceptor/ExcludeDefaultInterceptors.java
create mode 100644 src/main/java/javax/interceptor/Interceptors.java
create mode 100644 src/main/java/javax/interceptor/InvocationContext.java
create mode 100644 src/site/site.xml
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-interceptor-3.0-spec.git
More information about the pkg-java-commits
mailing list