File: control

package info (click to toggle)
libcommons-modeler-java 2.0.1-7
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 800 kB
  • ctags: 843
  • sloc: java: 5,961; xml: 1,425; makefile: 13
file content (37 lines) | stat: -rw-r--r-- 1,715 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
Source: libcommons-modeler-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Marcus Better <marcus@better.se>
Build-Depends: debhelper (>= 9), cdbs (>= 0.4.8), ant
Build-Depends-Indep: default-jdk, libcommons-logging-java,
 libcommons-digester-java, junit, maven-repo-helper
Standards-Version: 3.9.6
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libcommons-modeler-java
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-modeler-java/
Homepage: http://commons.apache.org/modeler/

Package: libcommons-modeler-java
Architecture: all
Depends: ${misc:Depends}, libcommons-logging-java, libcommons-digester-java
Description: convenience library to use Java Management Extensions (JMX)
 Commons Modeler from the Apache Commons project simplifies using the Java
 Management Extensions (JMX). It provides the following services to
 application developers who wish to make their applications manageable via JMX:
  * Reads an XML-based description of the Model MBeans to be provided
    for a set of managed resources.
  * Provides a registry of these descriptions.
  * Supplies a base Model MBean implementation class that can be used
    for all management activities where the attribute accesses or
    operation calls are simply reflected on to the managed object.

Package: libcommons-modeler-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: libcommons-modeler-java
Description: documentation and examples for Commons Modeler
 Commons Modeler from the Apache Commons project simplifies using the Java
 Management Extensions (JMX).
 .
 This package contains the API Javadoc and examples.