User: ko5tik Date: 02/10/15 06:25:43 Modified: . build.xml Log: added splash on startup. localized some labels & messages Revision Changes Path 1.22 +23 -2 xdocletgui/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/xdoclet/xdocletgui/build.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -w -r1.21 -r1.22 --- build.xml 15 Oct 2002 10:21:54 -0000 1.21 +++ build.xml 15 Oct 2002 13:25:39 -0000 1.22 @@ -106,7 +106,7 @@ <!-- =================================================================== --> <!-- Compiles the source code --> <!-- =================================================================== --> - <target name="compile" depends="pretty,prepare" description="Compiles the source code"> + <target name="compile" depends="pretty,prepare,generate" description="Compiles the source code"> <javac srcdir="${build.java.src.dir}" destdir="${build.classes.dir}" debug="${debug}" optimize="${optimize}"> <classpath refid="classpath"/> </javac> @@ -132,7 +132,24 @@ </pretty> </target> - + <target name="generate" depends="prepare"> + <taskdef + name="xdoclet" + classname="xdoclet.DocletTask" + classpathref="classpath" + /> + <xdoclet + destdir="${build.java.src.dir}" + excludedtags="@version,@author,@todo" + addedtags="@xdoclet-generated at ${TODAY},@copyright Konstantin Pribluda,@author XDoclet" + > + <fileset dir="${java.src.dir}"> + <include name="**/*.java"/> + </fileset> + <externalizer/> + <propertiestranslator/> + </xdoclet> + </target> <!-- =================================================================== --> <!-- Generate TODO list --> @@ -212,7 +229,11 @@ </fileset> <fileset dir="${java.src.dir}"> <include name="**/*.gif"/> + <include name="**/*.properties"/> <include name="xtags-classic.xml"/> + </fileset> + <fileset dir="${build.java.src.dir}"> + <include name="**/*.properties"/> </fileset> </jar> </target>
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel