[Mocklib-checkins] mocklib3/bldfiles build.xml,1.8,1.9
Brought to you by:
bittwidler,
fastdragon
From: Nobody <fas...@us...> - 2007-05-14 14:26:25
|
Update of /cvsroot/mocklib/mocklib3/bldfiles In directory sc8-pr-cvs16:/tmp/cvs-serv9113/bldfiles Modified Files: build.xml Log Message: modify behavior stuff. Index: build.xml =================================================================== RCS file: /cvsroot/mocklib/mocklib3/bldfiles/build.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** build.xml 12 Nov 2006 06:37:45 -0000 1.8 --- build.xml 14 May 2007 14:26:16 -0000 1.9 *************** *** 585,589 **** <checkstyle config="${checkstyle.dir}/config.xml"> <fileset dir="${javacode}" includes="**/*.java"/> ! <formatter type="plain" toFile="${checkstyle.report}/index.html"/> </checkstyle> </target> --- 585,589 ---- <checkstyle config="${checkstyle.dir}/config.xml"> <fileset dir="${javacode}" includes="**/*.java"/> ! <formatter type="plain"/> </checkstyle> </target> *************** *** 660,664 **** <target name="releaseDocs" depends="promptForInfo, createdist" if="password"> ! <scp file="${dist}/${name}-${version}.zip" todir="${user}@shell.sourceforge.net:/home/groups/m/mo/mocklib" password="${password}" /> <sshexec host="shell.sourceforge.net" username="${user}" password="${password}" command="rm -rf /home/groups/m/mo/mocklib/htdocs/${name}/*" /> <sshexec host="shell.sourceforge.net" username="${user}" password="${password}" command="unzip /home/groups/m/mo/mocklib/${name}-${version}.zip -d /home/groups/m/mo/mocklib/htdocs/" /> --- 660,664 ---- <target name="releaseDocs" depends="promptForInfo, createdist" if="password"> ! <scp file="${dist}/${name}-${version}.zip" trust="yes" todir="${user}@shell.sourceforge.net:/home/groups/m/mo/mocklib" password="${password}" /> <sshexec host="shell.sourceforge.net" username="${user}" password="${password}" command="rm -rf /home/groups/m/mo/mocklib/htdocs/${name}/*" /> <sshexec host="shell.sourceforge.net" username="${user}" password="${password}" command="unzip /home/groups/m/mo/mocklib/${name}-${version}.zip -d /home/groups/m/mo/mocklib/htdocs/" /> *************** *** 713,717 **** version="true" use="true" ! public="yes" overview="${misc}/mockoverview.html" windowtitle="${javadoc.title} ${version}" --- 713,717 ---- version="true" use="true" ! protected="true" overview="${misc}/mockoverview.html" windowtitle="${javadoc.title} ${version}" |