You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tdk-dev@turbine.apache.org by jv...@apache.org on 2001/06/10 01:41:53 UTC

cvs commit: jakarta-turbine-tdk/lib jstyle.jar

jvanzyl     01/06/09 16:41:53

  Added:       lib      jstyle.jar
  Log:
  - added a modified Jstyle jar so that it will work with
    a newly created ant task that will format the sources
    that torque generates. works as follows:
  
    <taskdef name="format-source" classname="jstyle.FormatTask">
      <classpath refid="classpath"/>
    </taskdef>
  
    <format>
      <fileset dir="${src.dir}">
        <include name="**/*.java"/>
      </fileset>
    </format>
  
  Revision  Changes    Path
  1.1                  jakarta-turbine-tdk/lib/jstyle.jar
  
  	<<Binary file>>
  
  

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