[openhft-compiler] branch master updated (13ba48e -> 90adff2)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 31 16:34:01 UTC 2016


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

ebourg-guest pushed a change to branch master
in repository openhft-compiler.

      from  13ba48e   Depend on libintellij-annotations-java instead of injecting the annotations
      adds  9de53f5   Imported Upstream version 2.2.4
       new  17c70fa   Merge tag 'upstream/2.2.4'
       new  94ae809   Removed 02-ignore-sun-api.patch
       new  4072421   Removed the Maven rule for the intellij annotations
       new  90adff2   Upload to unstable

The 4 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                                         |  15 +-
 LICENSE                                            | 356 ++++++++++-----------
 README.md                                          |  32 +-
 compiler/pom.xml                                   |  80 +++--
 .../java/net/openhft/compiler/CachedCompiler.java  |  44 ++-
 .../java/net/openhft/compiler/CompilerUtils.java   |  56 ++--
 .../net/openhft/compiler/JavaSourceFromString.java |   6 +-
 .../net/openhft/compiler/MyJavaFileManager.java    |  15 +-
 compiler/src/test/java/eg/FooBarTee.java           |  24 +-
 compiler/src/test/java/eg/components/Bar.java      |   6 +-
 compiler/src/test/java/eg/components/BarImpl.java  |   6 +-
 compiler/src/test/java/eg/components/Foo.java      |   6 +-
 compiler/src/test/java/eg/components/Tee.java      |   6 +-
 compiler/src/test/java/eg/components/TeeImpl.java  |   6 +-
 .../java/net/openhft/compiler/CompilerTest.java    |  20 +-
 debian/changelog                                   |   6 +-
 debian/maven.rules                                 |   1 -
 debian/patches/02-ignore-sun-api.patch             |  23 --
 debian/patches/series                              |   1 -
 pom.xml                                            |  22 +-
 20 files changed, 381 insertions(+), 350 deletions(-)
 mode change 100644 => 100755 .gitignore
 mode change 100644 => 100755 compiler/src/main/java/net/openhft/compiler/CompilerUtils.java
 mode change 100644 => 100755 compiler/src/test/java/net/openhft/compiler/CompilerTest.java
 delete mode 100644 debian/patches/02-ignore-sun-api.patch
 delete mode 100644 debian/patches/series

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



More information about the pkg-java-commits mailing list