/[schmitzm]/branches/2.3.x/build.xml
ViewVC logotype

Diff of /branches/2.3.x/build.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 12 by mojays, Wed Feb 25 17:32:38 2009 UTC revision 14 by mojays, Wed Feb 25 21:19:33 2009 UTC
# Line 33  Line 33 
33          <property name="FILE.JAVADOC.ZIP" value="${PROJECT.PREFIX}-doc.zip"/>          <property name="FILE.JAVADOC.ZIP" value="${PROJECT.PREFIX}-doc.zip"/>
34          <property name="LINK.JDK"         value="http://java.sun.com/javase/6/docs/api/"/>          <property name="LINK.JDK"         value="http://java.sun.com/javase/6/docs/api/"/>
35          <property name="LINK.LOG4J"       value="http://logging.apache.org/log4j/docs/api/"/>          <property name="LINK.LOG4J"       value="http://logging.apache.org/log4j/docs/api/"/>
36            <property name="JAVADOC.TITLE"    value="Klassenbibliothek Martin Schmitz"/>
37    
38          <target name="all">          <target name="all">
39                  <antcall target="jar"/>                  <antcall target="jar"/>
# Line 73  Line 74 
74                  <delete failonerror="false" file="${FILE.SRC.ZIP}"/>                  <delete failonerror="false" file="${FILE.SRC.ZIP}"/>
75                  <zip destfile="${FILE.SRC.ZIP}" update="false">                  <zip destfile="${FILE.SRC.ZIP}" update="false">
76                          <zipfileset dir="${DIR.SRC}" prefix="${ZIP.ROOT.DIR}/${DIR.SRC}">                          <zipfileset dir="${DIR.SRC}" prefix="${ZIP.ROOT.DIR}/${DIR.SRC}">
77                                    <exclude name="schmitzm/test**" />
78                                  <exclude name="**/Thumbs.db" />                                  <exclude name="**/Thumbs.db" />
79                                  <exclude name="**/.svn" />                                  <exclude name="**/.svn" />
80                          </zipfileset>                          </zipfileset>
# Line 92  Line 94 
94                               author     ="true"                               author     ="true"
95                               version    ="true"                               version    ="true"
96                               overview   ="${DIR.SRC}/overview.html"                               overview   ="${DIR.SRC}/overview.html"
97                                   windowtitle="Klassenbibliothek Martin Schmitz"                                   windowtitle="${JAVADOC.TITLE}"
98                  >                  >
99                          <excludepackage name="schmitzm.test"/>                          <excludepackage name="schmitzm.test"/>
100                          <link href="${LINK.JDK}"/>                          <link href="${LINK.JDK}"/>

Legend:
Removed from v.12  
changed lines
  Added in v.14

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26