File: control

package info (click to toggle)
classworlds 1.1-final-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 640 kB
  • sloc: java: 3,492; xml: 925; makefile: 19; sh: 12
file content (48 lines) | stat: -rw-r--r-- 2,328 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
Source: classworlds
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Trygve Laugstøl <trygvis@inamo.no>, Paul Cager <paul-debian@home.paulcager.org>,
 Torsten Werner <twerner@debian.org>
Build-Depends-Indep: ant, ant-optional, libxalan2-java, maven-ant-helper (>> 4),
 maven-repo-helper, default-jdk-doc
Build-Depends: debhelper (>= 5), cdbs (>= 0.4.5.3), default-jdk
Standards-Version: 3.9.2
Homepage: http://classworlds.codehaus.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/classworlds/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/classworlds/

Package: libclassworlds-java
Architecture: all
Depends: ${misc:Depends}
Suggests: libclassworlds-java-doc
Description: framework for container developers requiring manipulation of ClassLoaders
 Classworlds is a framework for container developers who require complex
 manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims
 and classes can cause many headaches and confusion for certain types of
 application developers. Projects which involve dynamic loading of
 components or otherwise represent a 'container' that can benefit from the
 classloading control provided by classworlds.
 .
 Classworlds provides a richer set of semantics for class loading than Java's
 normal mechanisms, while still being able to provide a ClassLoader interface
 to integrate seamlessly with the Java environment.

Package: libclassworlds-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, default-jdk-doc
Suggests: libclassworlds-java
Description: Documentation for the Classworlds Java library
 Classworlds is a framework for container developers who require complex
 manipulation of Java's ClassLoaders. Java's native ClassLoader mechanims
 and classes can cause many headaches and confusion for certain types of
 application developers. Projects which involve dynamic loading of
 components or otherwise represent a 'container' that can benefit from the
 classloading control provided by classworlds.
 .
 Classworlds provides a richer set of semantics for class loading than Java's
 normal mechanisms, while still being able to provide a ClassLoader interface
 to integrate seamlessly with the Java environment.
 .
 This package provides the API documentation.