dain        2005/05/08 15:37:01

  Modified:    etc      project.properties
  Log:

  Added KernelFactory for pluggable kernel
  Kernel is now an interface
  Moved Kernel implementation  to basic kernel
  Converted JMX registry and config manager to plain old gbeans (they do not 
require special access to the kernel)
  Magic attributes such as state and enabled are now accessed via kernel methods
  Use of getAttribute and invoke for magic attributes and state transition is 
now deprecated
  Cleaned up cruft in GBean infos such as declaration of non existent attributes
  Upgraded to newest CGLIB, asm, and commons-collections
  
  Revision  Changes    Path
  1.32      +4 -4      openejb/etc/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/projects/openejb/scm/openejb/etc/project.properties,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- project.properties        8 May 2005 16:22:55 -0000       1.31
  +++ project.properties        8 May 2005 19:37:00 -0000       1.32
  @@ -79,11 +79,11 @@
   axion_version=1.0-M3-dev
   axis_version=1.2.1-SNAPSHOT
   bouncycastle_version=jdk14-124
  -cglib_version=2.0
  +cglib_version=2.1
   castor_version=0.9.5.3
   commons_beanutils_version=1.6.1
   commons_cli_version=1.0
  -commons_collections_version=2.1
  +commons_collections_version=3.1
   commons_dbcp_version=1.2
   commons_digester_version=1.6
   commons_discovery_version=SNAPSHOT
  @@ -117,7 +117,7 @@
   oro_version=2.0.8
   p2psockets_version=1.1.2
   regexp_version=1.3
  -spring_version=1.0.1
  +spring_version=1.1.3
   stax_version=1.1.1-dev
   stax_api_version=1.0
   tmporb_version=1.0-SNAPSHOT
  
  
  

Reply via email to