mwomack     2003/03/10 20:24:50

  Modified:    .        build.xml
  Log:
  Changes to use the Start class to executes Chainsaw instead of the Main class.
  
  Revision  Changes    Path
  1.55      +2 -2      jakarta-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- build.xml 10 Mar 2003 22:24:21 -0000      1.54
  +++ build.xml 11 Mar 2003 04:24:50 -0000      1.55
  @@ -338,7 +338,7 @@
   
     <target name="chainsaw" depends="build">
       <!-- Need to fork to avoid problems -->
  -    <java classname="org.apache.log4j.chainsaw.Main" fork="yes"
  +    <java classname="org.apache.log4j.chainsaw.Start" fork="yes"
             classpath="${javac.dest};${ant.home}/lib/crimson.jar">
       </java>
     </target>
  @@ -410,7 +410,7 @@
                                        <attribute name="Implementation-Version" 
value="${version}"/>
                                        <attribute name="Implementation-Vendor" 
value="APache Software Foundation"/>
                                </section>
  -                             <attribute name="Main-Class" 
value="org.apache.log4j.chainsaw.Main"/>
  +                             <attribute name="Main-Class" 
value="org.apache.log4j.chainsaw.Start"/>
                                <attribute name="Class-Path" value="${log4j.jar}"/>
                        </manifest>
                </jar>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to