[pkg-java] r4572 - trunk/libjboss-microcontainer-java/debian

varun-guest at alioth.debian.org varun-guest at alioth.debian.org
Fri Nov 2 00:24:38 UTC 2007


Author: varun-guest
Date: 2007-11-02 00:24:38 +0000 (Fri, 02 Nov 2007)
New Revision: 4572

Modified:
   trunk/libjboss-microcontainer-java/debian/changelog
   trunk/libjboss-microcontainer-java/debian/control
   trunk/libjboss-microcontainer-java/debian/copyright
Log:
* Close ITP
* Add authors to debian/copyright
* Fix description


Modified: trunk/libjboss-microcontainer-java/debian/changelog
===================================================================
--- trunk/libjboss-microcontainer-java/debian/changelog	2007-11-02 00:15:19 UTC (rev 4571)
+++ trunk/libjboss-microcontainer-java/debian/changelog	2007-11-02 00:24:38 UTC (rev 4572)
@@ -1,5 +1,5 @@
 libjboss-microcontainer-java (1.0.2-1) unstable; urgency=low
 
-  * Initial release (Closes: #)
+  * Initial release (Closes: #448974)
 
  -- Varun Hiremath <varunhiremath at gmail.com>  Tue, 24 Apr 2007 17:19:10 +0530

Modified: trunk/libjboss-microcontainer-java/debian/control
===================================================================
--- trunk/libjboss-microcontainer-java/debian/control	2007-11-02 00:15:19 UTC (rev 4571)
+++ trunk/libjboss-microcontainer-java/debian/control	2007-11-02 00:24:38 UTC (rev 4572)
@@ -15,14 +15,14 @@
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}, java-gcj-compat | java1-runtime | java2-runtime
 Description: JBoss Microcontainer
- The JBoss Microcontainer provides a lightweight container for
- managing POJOs, their deployment and configuration.
- Project goals include:
-  * Make the JBoss Microcontainer available as a standalone project.
-  * Embrace JBoss' POJO middleware strategy.
-  * Enable JBoss services to be easily deployed in the other
-    containers.
-  * Allow the features to be used in more restrictive environments
-    (e.g. Applets, J2ME, etc.).
-  * Provide POJO configuration management, support for dependencies,
-    and support for clustering.
+ The JBoss Microcontainer provides an environment to configure and
+ manage POJOs (plain old java objects). It is designed to reproduce the
+ existing JBoss JMX Microkernel but targetted at POJO environments. As
+ such it can be used standalone outside the JBoss Application Server.
+ .
+ Features:
+  - All the features of the JMX Microkernel
+  - Direct POJO deployment (no need for Standard/XMBean or MBeanProxy)
+  - Direct IOC style dependency injection
+  - Improved lifecycle management
+  - Additional control over dependencies

Modified: trunk/libjboss-microcontainer-java/debian/copyright
===================================================================
--- trunk/libjboss-microcontainer-java/debian/copyright	2007-11-02 00:15:19 UTC (rev 4571)
+++ trunk/libjboss-microcontainer-java/debian/copyright	2007-11-02 00:24:38 UTC (rev 4572)
@@ -10,6 +10,10 @@
 Authors:
     Adrian Brock <adrian at jboss.com>
     Scott Stark <Scott.Stark at jboss.org>
+    Bill Burke
+    Ales Justin
+    Kabir Khan
+    Les Hazelwood
 
 License:
     This library is free software; you can redistribute it and/or modify




More information about the pkg-java-commits mailing list