[Schmitzm-commits] r14 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Feb 25 22:19:34 CET 2009
Author: mojays
Date: 2009-02-25 22:19:33 +0100 (Wed, 25 Feb 2009)
New Revision: 14
Modified:
trunk/build.xml
Log:
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2009-02-25 19:02:54 UTC (rev 13)
+++ trunk/build.xml 2009-02-25 21:19:33 UTC (rev 14)
@@ -33,6 +33,7 @@
<property name="FILE.JAVADOC.ZIP" value="${PROJECT.PREFIX}-doc.zip"/>
<property name="LINK.JDK" value="http://java.sun.com/javase/6/docs/api/"/>
<property name="LINK.LOG4J" value="http://logging.apache.org/log4j/docs/api/"/>
+ <property name="JAVADOC.TITLE" value="Klassenbibliothek Martin Schmitz"/>
<target name="all">
<antcall target="jar"/>
@@ -73,6 +74,7 @@
<delete failonerror="false" file="${FILE.SRC.ZIP}"/>
<zip destfile="${FILE.SRC.ZIP}" update="false">
<zipfileset dir="${DIR.SRC}" prefix="${ZIP.ROOT.DIR}/${DIR.SRC}">
+ <exclude name="schmitzm/test**" />
<exclude name="**/Thumbs.db" />
<exclude name="**/.svn" />
</zipfileset>
@@ -92,7 +94,7 @@
author ="true"
version ="true"
overview ="${DIR.SRC}/overview.html"
- windowtitle="Klassenbibliothek Martin Schmitz"
+ windowtitle="${JAVADOC.TITLE}"
>
<excludepackage name="schmitzm.test"/>
<link href="${LINK.JDK}"/>
More information about the Schmitzm-commits
mailing list