diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-04-28 00:07:29 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2004-04-28 00:07:29 +0000 |
commit | 75651fddf9a56bf1da550767e6c8c8e1c5a87550 (patch) | |
tree | 5a5bde4a171a5d8e9835e90945db87b68450d119 /dev-java/gnu-activation/metadata.xml | |
parent | compile fix for gcc 3.4 (bug #49210); error check; tidy (diff) | |
download | historical-75651fddf9a56bf1da550767e6c8c8e1c5a87550.tar.gz historical-75651fddf9a56bf1da550767e6c8c8e1c5a87550.tar.bz2 historical-75651fddf9a56bf1da550767e6c8c8e1c5a87550.zip |
Moving dev-java/activation to dev-java/gnu-activation
Diffstat (limited to 'dev-java/gnu-activation/metadata.xml')
-rw-r--r-- | dev-java/gnu-activation/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-java/gnu-activation/metadata.xml b/dev-java/gnu-activation/metadata.xml new file mode 100644 index 000000000000..8826ab18fa5c --- /dev/null +++ b/dev-java/gnu-activation/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> +<herd>java</herd> + +<longdescription> +GNU JAF is a framework for declaring what beans operate on what MIME +type data. Content handler beans can be defined to handle particular +MIME content. The JAF unites internet standards for declaring content +with JavaBeans(tm). + +The JAF defines two mechanisms within the framework. The first, the file +type map, specifies the MIME content type for a given file. The default +implementation of this uses the UNIX mime.types format to map filename +extensions to MIME types. The second mechanism, the command map, +specifies the actions that can be applied to a given MIME content type. +The default implementation of this uses the standard mailcap format to +map actions to JavaBean(tm) classes. These beans can then view, +edit, print, or perform whatever other action is required on the +underlying resource. +</longdescription> +</pkgmetadata> |