ceki        2004/04/27 05:51:02

  Modified:    .        build.xml
  Log:
  Removed checkstyle target.
  
  Revision  Changes    Path
  1.14      +1 -26     jakarta-log4j-sandbox/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j-sandbox/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml 22 Sep 2003 03:54:03 -0000      1.13
  +++ build.xml 27 Apr 2004 12:51:02 -0000      1.14
  @@ -199,31 +199,6 @@
     </target>
   
     <!-- ================================================================= -->
  -  <!-- Runs checkstyle. Available from http://checkstyle.sf.net          -->
  -  <!-- ================================================================= -->
  -  <target name="checkstyle" depends="init">
  -    <taskdef resource="checkstyletask.properties"
  -             classpath="${checkstyle.jar}"/>
  -
  -    <!-- by default checkstyle supports the Sun coding standard. -->
  -    <checkstyle config="src/sun_checks.xml">
  -      <fileset refid="styled_files"/>
  -      <!-- allow public in interfaces even if redundant -->
  -      <property key="checkstyle.ignore.public.in.interface" value="true" />
  -      <!-- do not check javadocs -->
  -      <!--property key="checkstyle.javadoc.scope" value="nothing" /-->
  -
  -      <!-- allow for lines of 100 chars. These long lines will be
  -      weeded out by jalopy -->
  -      <property key="checkstyle.maxlinelen" value="100"/>
  -                                                     
  -      <property key="checkstyle.allow.protected" value="true" />
  -      <property key="checkstyle.maxmethodlen" value="500" />
  -      <property key="checkstyle.maxconstructorlen" value="500" />
  -    </checkstyle>
  -  </target>
  -
  -  <!-- ================================================================= -->
     <!-- Actual work is done in the dependencies.                         -->
     <!-- ================================================================= -->
     <target name="jar" depends="log4j-sandbox.jar">
  @@ -294,7 +269,7 @@
                                                 doctitle="log4j version 
${version}&lt;br&gt;API Specification"
                                                 windowtitle="Log4j-sandbox Version 
${version}"
                                                     header="&lt;b&gt;Log4j-sandbox 
${version}&lt;/b&gt;"
  -                                              bottom="Copyright 2000-2003 Apache 
Software Foundation.">
  +                                              bottom="Copyright 2000-2004 Apache 
Software Foundation.">
   
                        <link href="http://java.sun.com/products/jdk/1.3/docs/api"/>
                        <link href="http://java.sun.com/j2ee/sdk_1.3/techdocs/api/"/>
  
  
  

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

Reply via email to