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/07/20 00:00:35 UTC

cvs commit: jakarta-turbine-tdk/src/share/sample30/build build.xml

jvanzyl     01/07/19 15:00:35

  Modified:    src/share/sample30/build build.xml
  Log:
  - disabling the source formatting, doesn't seem to work on
    winblows boxes.
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-turbine-tdk/src/share/sample30/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-tdk/src/share/sample30/build/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	2001/07/13 20:55:28	1.1
  +++ build.xml	2001/07/19 22:00:35	1.2
  @@ -195,12 +195,14 @@
         targetPackage="${targetPackage}.om"
         xmlFile="${schemaDirectory}/${project}-schema.xml"
       />
  -
  +    
  +    <!--
       <format-source>
         <fileset dir="${src.dir}/${targetDirectory}">
           <include name="**/*.java"/>
         </fileset>
       </format-source>
  +    -->
   
     </target>
     
  
  
  

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