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

ebourg-guest pushed a change to branch master
in repository aspectj-maven-plugin.

      from  698414a   Updated Standards-Version to 3.9.6
       new  d148c8d   Standards-Version updated to 4.1.0
       new  30387a3   Switch to debhelper level 10
       new  aa1f436   Depend on libmaven3-core-java instead of 
libmaven2-core-java
       new  13e302a   Depend on junit4 instead of junit
       new  d64d7dd   Build with the DH sequencer instead of CDBS
       new  5848cea   Use secure Vcs-* URLs
       new  df79dd0   Updated the Homepage field
       new  a4655b0   Track and download the new releases from GitHub
      adds  6ffc0bf   New upstream version 1.8
       new  b036026   Updated version 1.8 from 'upstream/1.8'
      adds  7bd7781   New upstream version 1.9
       new  b88b7a4   Updated version 1.9 from 'upstream/1.9'
       new  142c0a7   Adjusted the rules for Maven 3
      adds  c9d0a9b   New upstream version 1.10
       new  bb00c91   Updated version 1.10 from 'upstream/1.10'
       new  4bc53fc   Keep the profiles in the pom to resolve the path to 
tools.jar (Closes: #767982)
       new  a3336de   Upload to unstable

The 14 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:
 .gitignore                                         | 296 +++++++++
 .travis.yml                                        |  20 +
 README.md                                          |  16 +
 debian/changelog                                   |  17 +
 debian/clean                                       |   1 +
 debian/compat                                      |   2 +-
 debian/control                                     |  15 +-
 debian/copyright                                   |   2 +-
 debian/libaspectj-maven-plugin-java.poms           |   2 +-
 debian/maven.rules                                 |   5 +-
 debian/orig-tar.sh                                 |  16 -
 debian/rules                                       |  11 +-
 debian/watch                                       |   4 +-
 pom.xml                                            | 710 ++++++++++-----------
 .../verify.groovy                                  |   4 +-
 .../invoker.properties                             |   0
 src/it/{Xlint => NoParameters}/pom.xml             |   4 +-
 .../src/main/aspect/Azpect.java                    |   6 +-
 .../src/main/aspect/OldStyleAspect.aj              |   2 -
 .../src/main/java/Clazz.java                       |   2 -
 src/it/NoParameters/verify.groovy                  |   4 +
 .../invoker.properties                             |   0
 src/it/{Xlint => Parameters}/pom.xml               |   4 +-
 .../src/main/aspect/Azpect.java                    |   6 +-
 .../src/main/aspect/OldStyleAspect.aj              |   2 -
 .../src/main/java/Clazz.java                       |   2 -
 src/it/Parameters/verify.groovy                    |   4 +
 .../codehaus/mojo/aspectj/AbstractAjcCompiler.java | 108 ++--
 .../org/codehaus/mojo/aspectj/AbstractAjcMojo.java |  21 +-
 .../org/codehaus/mojo/aspectj/AjcCompileMojo.java  |  15 +-
 .../org/codehaus/mojo/aspectj/AjcReportMojo.java   |  50 +-
 .../codehaus/mojo/aspectj/AjcTestCompileMojo.java  |  39 +-
 .../org/codehaus/mojo/aspectj/EclipseAjcMojo.java  |   6 +-
 src/site/apt/ajc_reference/standard_opts.apt       |   3 +
 src/site/resources/.nojekyll                       |   0
 .../mojo/aspectj/AjcTestCompileMojoTest.java       |  27 +
 36 files changed, 893 insertions(+), 533 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .travis.yml
 create mode 100644 README.md
 create mode 100644 debian/clean
 delete mode 100755 debian/orig-tar.sh
 copy src/it/{BuildConfigFileAndAspectJ5 => NoParameters}/invoker.properties 
(100%)
 copy src/it/{Xlint => NoParameters}/pom.xml (92%)
 copy src/it/{Xlintfile => NoParameters}/src/main/aspect/Azpect.java (93%)
 copy src/it/{AjcTestCompilerUsingCorrectClasspath => 
NoParameters}/src/main/aspect/OldStyleAspect.aj (95%)
 copy src/it/{MASPECTJ-110 => NoParameters}/src/main/java/Clazz.java (94%)
 create mode 100644 src/it/NoParameters/verify.groovy
 copy src/it/{BuildConfigFileAndAspectJ5 => Parameters}/invoker.properties 
(100%)
 copy src/it/{Xlint => Parameters}/pom.xml (93%)
 copy src/it/{Xlintfile => Parameters}/src/main/aspect/Azpect.java (93%)
 copy src/it/{AjcTestCompilerUsingCorrectClasspath => 
Parameters}/src/main/aspect/OldStyleAspect.aj (95%)
 copy src/it/{MASPECTJ-110 => Parameters}/src/main/java/Clazz.java (94%)
 create mode 100644 src/it/Parameters/verify.groovy
 create mode 100644 src/site/resources/.nojekyll
 create mode 100644 
src/test/java/org/codehaus/mojo/aspectj/AjcTestCompileMojoTest.java

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/aspectj-maven-plugin.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to