[CJ-dev] commonjava-projects/commonjava-enterprise-services/src/java/META-INF/parsers enterprise.opl
Brought to you by:
johnqueso
From: <joh...@co...> - 2004-02-18 06:22:07
|
Update of /cvsroot/commonjava/commonjava-projects/commonjava-enterprise-services/src/java/META-INF/parsers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26828/src/java/META-INF/parsers Modified Files: enterprise.opl Log Message: updated documentation in project.xml files, and added functionality to: Console: - provide convenient way to prompt the user for more information Config: - Provide snap-in container stacking, or scoping - Provide a JBoss service implementation of a snap-in container Probably other things, but I don't honestly remember everything... Index: enterprise.opl =================================================================== RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-enterprise-services/src/java/META-INF/parsers/enterprise.opl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- enterprise.opl 7 Oct 2003 19:40:38 -0000 1.1 +++ enterprise.opl 18 Feb 2004 06:12:47 -0000 1.2 @@ -2,7 +2,4 @@ <parser-library xmlns="dynalib" ignore-unrecognized="false"> <parser node="enterprise-config" class="org.commonjava.j2ee.services.config.xmlparse.EnterpriseConfigParser" /> - <parser node="ejb-config" class="org.commonjava.j2ee.services.config.xmlparse.EjbConfigParser" /> - <parser node="jms-config" class="org.commonjava.j2ee.services.config.xmlparse.JmsConfigParser" /> - <parser node="jdbc-config" class="org.commonjava.j2ee.services.config.xmlparse.JdbcConfigParser" /> </parser-library> |