You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by st...@apache.org on 2004/02/18 09:20:03 UTC

cvs commit: cocoon-2.1/tools/targets admin-build.xml

stevenn     2004/02/18 00:20:03

  Modified:    tools/targets admin-build.xml
  Removed:     tools/jalopy/conf convention.xml
               tools/jalopy/lib aelfred-1.2.jar jalopy-1.0b10.jar
                        jalopy-ant-0.6.1.jar jaxp-1.2.jar jdom-1.0b8.jar
                        log4j-1.2.6.jar oro-2.0.6.jar sax-2.0.1.jar
  Log:
  weightwatching: removed jalopy stuff
  
  Revision  Changes    Path
  1.6       +0 -24     cocoon-2.1/tools/targets/admin-build.xml
  
  Index: admin-build.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/tools/targets/admin-build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- admin-build.xml	13 Jan 2004 11:22:52 -0000	1.5
  +++ admin-build.xml	18 Feb 2004 08:20:03 -0000	1.6
  @@ -32,30 +32,6 @@
             force="true"/>
     </target>
   
  -  <!-- Format source code -->
  -  <target name="format" depends="compile">
  -
  -    <taskdef name="jalopy"
  -             classname="de.hunsicker.jalopy.plugin.ant.AntPlugin">
  -     <classpath>
  -      <fileset dir="tools/jalopy/lib">
  -        <include name="*.jar" />
  -      </fileset>
  -     </classpath>
  -    </taskdef>
  -
  -    <jalopy convention="tools/jalopy/conf/convention.xml"
  -            history="file"
  -            historymethod="adler32"
  -            loglevel="info"
  -            threads="2">
  -     <fileset dir="${java}">
  -<!--      <include name="**/*.java"/>-->
  -      <include name="org/apache/cocoon/*.java"/>
  -     </fileset>
  -    </jalopy>
  -  </target>
  -
   <!-- === Gump Targets ====================================================== -->
   
     <!-- compiles and packages the core classes and the deprecated classes -->