|
From: <de...@us...> - 2003-12-19 12:12:03
|
Update of /cvsroot/fudaa/fudaa_devel/ctulu
In directory sc8-pr-cvs1:/tmp/cvs-serv29538/ctulu
Modified Files:
build.xml
Log Message:
Remove the xcf extension from the resource pattern
Index: build.xml
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/ctulu/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** build.xml 13 Oct 2003 09:58:06 -0000 1.5
--- build.xml 19 Dec 2003 12:12:00 -0000 1.6
***************
*** 63,67 ****
<patternset id="ressources.fic"
excludes="*.properties,*.xml,**/*.log,**/*.old,**/*.bck,**/*.xvpics,
! **/CVS/**,**/Cvs/**,**/cvs/**,**/*.java,**/*.NEW" />
<path id="ctulu.classpath.id">
<pathelement path="${ctulu.classes.dir}"/>
--- 63,67 ----
<patternset id="ressources.fic"
excludes="*.properties,*.xml,**/*.log,**/*.old,**/*.bck,**/*.xvpics,
! **/CVS/**,**/Cvs/**,**/cvs/**,**/*.java,**/*.NEW,**/*.xcf" />
<path id="ctulu.classpath.id">
<pathelement path="${ctulu.classes.dir}"/>
|