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 58 59 60 61 62 63 64 65 66 67 68
|
Source: easyconf
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,
ant-optional,
debhelper (>= 11),
default-jdk,
junit,
libcommons-beanutils-java,
libcommons-collections3-java,
libcommons-configuration-java,
libcommons-digester-java,
libcommons-lang-java,
libcommons-logging-java,
libservlet3.1-java,
libxstream-java,
maven-repo-helper
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/easyconf.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/easyconf.git
Homepage: http://easyconf.sourceforge.net
Package: libeasyconf-java
Architecture: all
Depends: libcommons-beanutils-java,
libcommons-collections3-java,
libcommons-configuration-java,
libcommons-digester-java,
libcommons-lang-java,
libcommons-logging-java,
${misc:Depends}
Suggests: libxstream-java
Description: library to access configuration of software components
EasyConf is a library to access configuration of software components
and applications.
.
EasyConf main features:
* XML files, typed property files (including lists, numbers, classes, etc),
or a combination of both
* multiple environments (development, integration, preproduction, production)
* aggregate several components: for example for portlets and portals
* support for ASP applications: each company/organization serviced may have
its own configuration
* provides access to the configuration using JMX
.
This package contains EasyConf java library (JAR).
Package: libeasyconf-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libeasyconf-java
Description: library to access configuration of software components - Javadoc
EasyConf is a library to access configuration of software components
and applications.
.
EasyConf main features:
* XML files, typed property files (including lists, numbers, classes, etc),
or a combination of both
* multiple environments (development, integration, preproduction, production)
* aggregate several components: for example for portlets and portals
* support for ASP applications: each company/organization serviced may have
its own configuration
* provides access to the configuration using JMX
.
This package contains EasyConf API Javadoc documentation.
|