|
From: <tr...@us...> - 2003-06-27 00:35:50
|
Update of /cvsroot/babeldoc/babeldoc/modules/soap
In directory sc8-pr-cvs1:/tmp/cvs-serv21664
Modified Files:
build.xml
Log Message:
Formatted the soap module
Index: build.xml
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/soap/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** build.xml 10 Jun 2003 15:55:35 -0000 1.10
--- build.xml 27 Jun 2003 00:35:45 -0000 1.11
***************
*** 96,99 ****
--- 96,100 ----
<target name="format">
+ <!--
<echo message="Formatting ${Module}"/>
<jalopy fileformat="${jalopy.fileformat}"
***************
*** 106,109 ****
</fileset>
</jalopy>
! </target>
</project>
--- 107,111 ----
</fileset>
</jalopy>
! -->
! </target>
</project>
|