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
|
Source: eigenbase-resgen
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends:
ant,
cdbs,
debhelper (>= 9),
default-jdk,
junit,
junit-doc,
libeigenbase-resgen-java,
libxerces2-java,
maven-repo-helper
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/eigenbase-resgen.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/eigenbase-resgen.git
Homepage: http://eigenbase.sourceforge.net/resgen/
Package: libeigenbase-resgen-java
Architecture: all
Depends: libxerces2-java, ${misc:Depends}
Description: Java i18n code generator from XML files
Eigenbase Resource Generator helps you build and maintain internationalized
applications in Java. From a simple XML file, it generates classes to access
those resources in a type-safe manner.
.
It is tightly integrated with Ant, to make the development process painless;
and it supports a variety of schemes to determine the current locale.
Package: libeigenbase-resgen-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: default-jdk-doc, junit-doc
Suggests: libeigenbase-resgen-java
Description: Java i18n code generator from XML files - documentation
Eigenbase Resource Generator helps you build and maintain internationalized
applications in Java. From a simple XML file, it generates classes to access
those resources in a type-safe manner.
.
It is tightly integrated with Ant, to make the development process painless;
and it supports a variety of schemes to determine the current locale.
.
This package contains Javadoc API documentation of eigenbase-resgen.
|