Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv10194
Modified Files:
build.xml
Log Message:
Wrap a long message line.
Index: build.xml
===================================================================
RCS file: /cvsroot/jython/jython/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** build.xml 2001/11/25 13:22:28 1.18
--- build.xml 2001/11/25 13:23:27 1.19
***************
*** 64,68 ****
<echo>--- Build environment for ${ant.project.name} ---</echo>
! <echo>--- Flags (Note: If the {property name} is displayed, then the component is not present)</echo>
<echo/>
<echo>--- Optional Libraries ---</echo>
--- 64,69 ----
<echo>--- Build environment for ${ant.project.name} ---</echo>
! <echo>--- Flags (Note: If the {property name} is displayed,</echo>
! <echo>--- then the component is not present)</echo>
<echo/>
<echo>--- Optional Libraries ---</echo>
|