donaldp     2003/02/28 18:31:03

  Modified:    .        build.xml
  Log:
  Remove unused pretty target
  
  Revision  Changes    Path
  1.204     +0 -13     avalon-phoenix/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/build.xml,v
  retrieving revision 1.203
  retrieving revision 1.204
  diff -u -r1.203 -r1.204
  --- build.xml 1 Mar 2003 02:30:11 -0000       1.203
  +++ build.xml 1 Mar 2003 02:31:03 -0000       1.204
  @@ -170,19 +170,6 @@
           <untar src="mx4j/mx4j.tar" dest="mx4j"/>
       </target>
   
  -
  -    <target name="pretty">
  -        <taskdef name="pretty"
  -            classname="org.acm.seguin.ant.Pretty"
  -            classpath="${jrefactory.jar}" />
  -        <pretty settingsDir="tools/etc" cvs="true" 
compileDir="${target.classes}">
  -            <fileset dir="${src.dir}">
  -                <include name="**/*.java" />
  -                <!--<exclude name="org/**/*.java" />-->
  -            </fileset>
  -        </pretty>
  -    </target>
  -
       <target name="changelog">
           <!-- specific to ant1.5.1 -->
           <cvschangelog dir="."
  
  
  

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

Reply via email to