File: summary.xml

package info (click to toggle)
libgroboutils-java 5-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,996 kB
  • ctags: 9,436
  • sloc: java: 59,880; xml: 12,732; sh: 377; perl: 104; makefile: 20
file content (42 lines) | stat: -rw-r--r-- 1,507 bytes parent folder | download | duplicates (3)
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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
version $Date: 2003/07/21 13:57:55 $

-->
<list>
    <category name="Utility">
        <project>
            <name>util-classes</name>
            <part>Class Helpers</part>
            <package>net.sourceforge.groboutils.util.classes.v1</package>
            <description>
            Utilities that allow for easy access to Classes and instantiating
            them. Includes helper utilities for the Service Provider Interface
            (SPI), as presented in JDK 1.3. This package is JDK 1.1
            compatible, but will use JDK 1.2+ methods when allowed.
            </description>
            <status>
            17-Jul-2003:
            Documentation still needs a bit of work, but this has been moved
            up to RC1.
            </status>
        </project>
        <project>
            <name>util-classes</name>
            <part>Throwable Helpers</part>
            <package> net.sourceforge.groboutils.util.throwable.v1</package>
            <description>
            Utilities that aid in creating exceptions with causes (a la JDK
            1.4), and for parsing exceptions. This package is JDK 1.1
            compatible, but will use the JDK 1.4-introduced exception methods
            when allowed.
            </description>
            <status>
            17-Jul-2003:
            May remove this
            project in favor of Jakarta Commons Lang 1.0.
            </status>
        </project>
    </category>
</list>