File: control

package info (click to toggle)
easyconf 0.9.5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 580 kB
  • ctags: 642
  • sloc: java: 3,400; xml: 984; makefile: 22; jsp: 16
file content (53 lines) | stat: -rw-r--r-- 2,437 bytes parent folder | download
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
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: debhelper (>= 7), cdbs, default-jdk, ant, maven-repo-helper,
 libcommons-collections3-java, libcommons-logging-java, libcommons-lang-java,
 libcommons-digester-java, libcommons-configuration-java, libcommons-beanutils-java,
 libstruts1.2-java, libservlet2.5-java, libxstream-java, junit, ant-optional
Standards-Version: 3.8.4
Homepage: http://easyconf.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/pkg-java/trunk/easyconf/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/easyconf/

Package: libeasyconf-java
Architecture: all
Depends: ${misc:Depends}, libcommons-collections3-java, libcommons-logging-java, libcommons-lang-java,
 libcommons-digester-java, libcommons-configuration-java, libcommons-beanutils-java
Suggests: libstruts1.2-java, libservlet2.5-java, 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.