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