|
From: <de...@us...> - 2003-12-19 12:12:04
|
Update of /cvsroot/fudaa/fudaa_devel/ebli
In directory sc8-pr-cvs1:/tmp/cvs-serv29538/ebli
Modified Files:
build.xml
Log Message:
Remove the xcf extension from the resource pattern
Index: build.xml
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/ebli/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** build.xml 14 Nov 2003 08:28:40 -0000 1.6
--- build.xml 19 Dec 2003 12:12:00 -0000 1.7
***************
*** 75,79 ****
<patternset id="ressources.fic"
excludes="*.properties,*.xml,**/*.log,**/*.old,**/*.bck,**/*.xvpics,
! **/CVS/**,**/Cvs/**,**/cvs/**,**/*.java,**/*.NEW" />
<condition property="sourcesAvailable">
<and>
--- 75,79 ----
<patternset id="ressources.fic"
excludes="*.properties,*.xml,**/*.log,**/*.old,**/*.bck,**/*.xvpics,
! **/CVS/**,**/Cvs/**,**/cvs/**,**/*.java,**/*.NEW,**/*.xcf" />
<condition property="sourcesAvailable">
<and>
|