[OpenE-dev] [cvs] opene/src build.xml
Status: Alpha
Brought to you by:
dblevins
From: David B. <dav...@vi...> - 2002-04-23 16:28:19
|
Modified: src build.xml Log: removed reference to src/doc/style/images By David Blevins, on 02d/02/04 23:09:28 Revision Changes Path 1.3 +0 -3 opene/src/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/opene/opene/src/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.xml 23 Apr 2002 16:12:39 -0000 1.2 +++ build.xml 23 Apr 2002 16:28:18 -0000 1.3 @@ -536,9 +536,6 @@ <copy todir="${docs.dest}/html/images"> <fileset dir="${docs.src}/images" /> </copy> - <copy todir="${docs.dest}/html/images"> - <fileset dir="${docs.src}/style/images" includes="*.gif"/> - </copy> <copy todir="${docs.dest}/html/"> <fileset dir="${docs.src}/style" includes="*.css"/> </copy> |