[Ejtools-cvs] CVS: build switch.properties,1.6,1.7
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-15 20:42:40
|
Update of /cvsroot/ejtools/build In directory usw-pr-cvs1:/tmp/cvs-serv5427 Modified Files: switch.properties Log Message: Add WebApp build section Index: switch.properties =================================================================== RCS file: /cvsroot/ejtools/build/switch.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** switch.properties 6 May 2002 20:36:41 -0000 1.6 --- switch.properties 15 May 2002 20:42:36 -0000 1.7 *************** *** 47,50 **** --- 47,52 ---- dist.application.jndi.browser=true dist.application.management=true + dist.webapp.jmx.browser=true + #dist.webapp.jndi.browser=true dist.library.adwt=true dist.library.common=true *************** *** 86,100 **** todo.library.xmlweb=true - # Modules to webapp - # -------------------------------------------------------------------------------- - #webapp.application.deployment=true - webapp.application.jmx.browser=true - #webapp.application.jndi.browser=true - #webapp.application.management=true - # Modules to package # -------------------------------------------------------------------------------- #package.application.deployment=true ! package.application.jmx.browser=true #package.application.jndi.browser=true #package.application.management=true --- 88,97 ---- todo.library.xmlweb=true # Modules to package # -------------------------------------------------------------------------------- #package.application.deployment=true ! #package.application.jmx.browser=true #package.application.jndi.browser=true #package.application.management=true + package.webapp.jmx.browser=true + #package.webapp.jndi.browser=true |