You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/05/15 05:26:53 UTC

DO NOT REPLY [Bug 19940] New: - Cleanup for jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19940>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19940

Cleanup for jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml

           Summary: Cleanup for jakarta-tomcat-5/resources/mbeans/tomcat5-
                    ant.xml
           Product: Tomcat 5
           Version: 5.0.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: pepper@rockefeller.edu


Suggested cleanup for resources/mbeans/tomcat5-ant.xml

Index: resources/mbeans/tomcat5-ant.xml
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml,v
retrieving revision 1.10
diff -u -r1.10 tomcat5-ant.xml
--- resources/mbeans/tomcat5-ant.xml	25 Apr 2003 14:38:50 -0000	1.10
+++ resources/mbeans/tomcat5-ant.xml	15 May 2003 03:22:38 -0000
@@ -4,7 +4,7 @@
   <property file="build.properties"/>
 
   <property name="tomcat.home" location="." />
-  <!-- That matches the build struct with build and embed at the same level -->
+  <!-- This matches the build struct with build and embed at the same level -->
   <property name="tomcat.webapps" location="${tomcat.home}/../build/webapps" />
 
   <path id="tomcatCP-extra" /> 
@@ -257,7 +257,7 @@
          <attribute name="privileged" value="true" />
        </mbean>
 
-       <!-- The realm must be declared after the web module. ( for now ) -->
+       <!-- The realm must be declared after the web module (for now). -->
        <mbean name="${domain}:type=Realm,host=localhost,path=manager" 
               code="org.apache.catalina.realm.MemoryRealm" modeler="true">
          <attribute name="pathname"
@@ -409,7 +409,7 @@
   </target>
 
   <!-- ==================== Await ==================== 
-       Call this target if you want the build file to hung in "await". Tomcat stop or ^C will stop 
+       Call this target if you want the build file to hang in "await". Tomcat stop or ^C will 
stop 
        the ant execution
     -->
   <target name="await" depends="init"

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org