1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: jboss-logging-tools
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper (>= 11),
default-jdk,
default-jdk-doc,
junit4,
libjboss-jdeparser2-java,
libjboss-logging-java,
libjboss-logmanager-java,
libmaven-javadoc-plugin-java,
maven-debian-helper (>= 1.5),
testng
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/jboss-logging-tools.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jboss-logging-tools.git
Homepage: https://github.com/jboss-logging/jboss-logging-tools
Package: libjboss-logging-tools-java
Architecture: all
Depends:
${maven:Depends},
${misc:Depends}
Suggests:
libjboss-logging-tools-java-doc,
${maven:OptionalDepends}
Description: create internationalized logger messages and exceptions
If you want to internationalize (i18n) your logging, exception messages and
messages in general, then along with JBoss Logging, JBoss Logging Tools is for
you. It provides an easy way to offer internationalized messages, exceptions
and logger messages to your project.
.
With JBoss Logging Tools you write interfaces and annotate the methods with a
default message. Then you or a translator will create a properties file with
the translated text.
Package: libjboss-logging-tools-java-doc
Architecture: all
Section: doc
Depends:
${misc:Depends}
Recommends:
${maven:DocDepends},
${maven:DocOptionalDepends}
Suggests:
libjboss-logging-tools-java
Description: Documentation for JBoss Logging Tools
If you want to internationalize (i18n) your logging, exception messages and
messages in general, then along with JBoss Logging, JBoss Logging Tools is for
you. It provides an easy way to offer internationalized messages, exceptions
and logger messages to your project.
.
This package contains the API documentation of libjboss-logging-tools-java.
|