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