summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-03-28 22:25:17 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-03-28 22:25:17 +0000
commitc7691465115332563e91939cbaded4fc7f34d9db (patch)
tree25338421ab324165f9fd18f720a045bd14c2ab63 /dev-java/commons-betwixt/metadata.xml
parentFixing packages files and closing bug #86988. (diff)
downloadgentoo-2-c7691465115332563e91939cbaded4fc7f34d9db.tar.gz
gentoo-2-c7691465115332563e91939cbaded4fc7f34d9db.tar.bz2
gentoo-2-c7691465115332563e91939cbaded4fc7f34d9db.zip
Initial import, ebuild based on the contributions by Vibhav Garg and Saleem A. Fixes #71178
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-java/commons-betwixt/metadata.xml')
-rw-r--r--dev-java/commons-betwixt/metadata.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-java/commons-betwixt/metadata.xml b/dev-java/commons-betwixt/metadata.xml
new file mode 100644
index 000000000000..f1521d07c71f
--- /dev/null
+++ b/dev-java/commons-betwixt/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>java</herd>
+
+<longdescription>
+ The Betwixt library provides an XML introspection mechanism for mapping
+ beans to XML in a flexible way. It is implemented using an XMLIntrospector
+ and XMLBeanInfo classes which are similar to the standard Introspector and
+ BeanInfo from the Java Beans specification.
+
+ Betwixt provides a way of turning beans into XML as well as automatically
+ generating digester rules in a way that can be customized on a per type
+ manner in the same way that the BeanInfo mechanism can be used to customize
+ the default introspection on a java object.
+</longdescription>
+
+</pkgmetadata>