[Batchserver-cvs] batchserver build_framework.xml,1.5,1.6
Brought to you by:
suresh_pragada
From: Suresh <sur...@us...> - 2006-10-23 23:40:30
|
Update of /cvsroot/batchserver/batchserver In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24484 Modified Files: build_framework.xml Log Message: no message Index: build_framework.xml =================================================================== RCS file: /cvsroot/batchserver/batchserver/build_framework.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** build_framework.xml 20 Sep 2006 02:42:37 -0000 1.5 --- build_framework.xml 23 Oct 2006 23:40:26 -0000 1.6 *************** *** 18,22 **** <property name="test.home" value="${basedir}/test"/> <property name="reports.home" value="${basedir}/reports"/> ! <!-- ==================== Compilation Control Options ==================== --> --- 18,22 ---- <property name="test.home" value="${basedir}/test"/> <property name="reports.home" value="${basedir}/reports"/> ! <property name="examples.home" value="${basedir}/examples"/> <!-- ==================== Compilation Control Options ==================== --> *************** *** 172,176 **** </fileset> </copy> ! <!-- Create application JAR file --> --- 172,181 ---- </fileset> </copy> ! ! <mkdir dir="${dist.home}/examples"/> ! <copy todir="${dist.home}/examples"> ! <fileset dir="${examples.home}"/> ! </copy> ! <!-- Create application JAR file --> |