|
From: Michael K. <ko...@us...> - 2006-07-11 10:27:07
|
Update of /cvsroot/cobricks/cobricks2 In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16693 Modified Files: build.xml changelog.txt Log Message: Index: changelog.txt =================================================================== RCS file: /cvsroot/cobricks/cobricks2/changelog.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- changelog.txt 31 May 2006 06:04:18 -0000 1.10 +++ changelog.txt 11 Jul 2006 10:27:02 -0000 1.11 @@ -1,5 +1,9 @@ Cobricks2 v0.37 +- forgot password dialog fixed + +- added correct handling for mimetype text/x-vcard - .vcf + - Module course reworked completely (to fit needs of course management at TUM) Index: build.xml =================================================================== RCS file: /cvsroot/cobricks/cobricks2/build.xml,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- build.xml 30 May 2006 14:20:49 -0000 1.55 +++ build.xml 11 Jul 2006 10:27:02 -0000 1.56 @@ -795,5 +795,12 @@ </copy> </target> +<target name="html" depends="compile"> + <java fork="yes" classname="org.cobricks.core.util.HTMLUtil" + classpathref="exec.classpath"> + <arg line="test.html"/> + </java> +</target> + </project> |