dev-java/openjdk-jre-bin: revbump to fix cacert path
[gentoo.git] / dev-java / picocontainer / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <maintainer type="project">
5         <email>java@gentoo.org</email>
6         <name>Java</name>
7 </maintainer>
8 <longdescription>
9 PicoContainer is very simple container for very simple components.  It
10 honors the Inversion of control pattern (IoC) in a way that we calling
11 it type 3 IoC.  See below for types. Components are typically going to
12 live inside the same JVM. The idea is that this might scale from
13 embedded containers for simple beans to enterprise and distributed
14 applications.
15 </longdescription>
16 </pkgmetadata>