|
From: <de...@us...> - 2003-08-07 08:01:45
|
Update of /cvsroot/fudaa/fudaa_devel/dodico
In directory sc8-pr-cvs1:/tmp/cvs-serv17492/dodico
Modified Files:
build.xml
Log Message:
maj + gestion bon mode
Index: build.xml
===================================================================
RCS file: /cvsroot/fudaa/fudaa_devel/dodico/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** build.xml 30 Jan 2003 17:25:36 -0000 1.3
--- build.xml 7 Aug 2003 08:01:41 -0000 1.4
***************
*** 96,100 ****
<path id="dodico.classpath.id">
<pathelement path="${ctulu.classes.dir}"/>
! <fileset dir="${ctulu.lib.dir}" includes="*.jar"/>
<pathelement path="${dodico.classes.dir}"/>
</path>
--- 96,100 ----
<path id="dodico.classpath.id">
<pathelement path="${ctulu.classes.dir}"/>
! <fileset dir="${ctulu.lib.dir}" includes="*.jar" excludes="*.src.jar"/>
<pathelement path="${dodico.classes.dir}"/>
</path>
|