Update of /cvsroot/xdoclet/xdoclet/samples
In directory sc8-pr-cvs1:/tmp/cvs-serv22167/xdoclet/samples

Modified Files:
        build.xml 
Log Message:
composite ID support complete


Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/samples/build.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** build.xml   6 Jan 2003 15:43:39 -0000       1.33
--- build.xml   7 Jan 2003 14:24:18 -0000       1.34
***************
*** 67,70 ****
--- 67,86 ----
      </target>
  
+           <!-- =================================================================== 
+-->
+     <!-- Beautify the code                                                   -->
+     <!-- =================================================================== -->
+     <target name="beautify" depends="init" unless="module.jar.uptodate">
+ 
+         <taskdef name="pretty2" classname="org.acm.seguin.ant.Pretty"
+                  classpath="${lib.dir}/prettyprinter.jar"/>
+ 
+         <pretty2 settingsDir="${config.dir}" cvs="true" 
+compileDir="${module.classes.dir}">
+             <fileset dir="${samples.java.dir}">
+                 <include name="**/*.java" />
+             </fileset>
+         </pretty2>
+ 
+     </target>
+ 
      <!-- =================================================================== -->
      <!-- Prepares the directory structure                                    -->



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to