Update of /cvsroot/ejtools/build
In directory usw-pr-cvs1:/tmp/cvs-serv13523/build
Modified Files:
switch.properties
Log Message:
Build and Dist JMX Browser and JNDI Browser
Index: switch.properties
===================================================================
RCS file: /cvsroot/ejtools/build/switch.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** switch.properties 17 Apr 2002 20:48:54 -0000 1.1
--- switch.properties 26 Apr 2002 06:18:46 -0000 1.2
***************
*** 39,48 ****
#dist.application.deployment=true
dist.application.jmx.browser=true
! #dist.application.jndi.browser=true
! dist.application.management=true
dist.library.adwt=true
dist.library.common=true
dist.library.j2ee.icons=true
! dist.library.jboss.provider=true
dist.library.xmlweb=true
dist.thirdparty.jsr77=true
--- 39,48 ----
#dist.application.deployment=true
dist.application.jmx.browser=true
! dist.application.jndi.browser=true
! #dist.application.management=true
dist.library.adwt=true
dist.library.common=true
dist.library.j2ee.icons=true
! #dist.library.jboss.provider=true
dist.library.xmlweb=true
dist.thirdparty.jsr77=true
***************
*** 82,84 ****
--- 82,94 ----
# 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
|