ehatcher 2004/08/18 03:39:57 Modified: contributions common.xml Log: allow @todo. also hack fix for package target by creating docs directory if it does not exist Revision Changes Path 1.9 +2 -0 jakarta-lucene-sandbox/contributions/common.xml Index: common.xml =================================================================== RCS file: /home/cvs/jakarta-lucene-sandbox/contributions/common.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- common.xml 18 Aug 2004 10:22:20 -0000 1.8 +++ common.xml 18 Aug 2004 10:39:57 -0000 1.9 @@ -169,6 +169,7 @@ > <link href="${javadoc.link.java}"/> <link href="${javadoc.link.lucene}"/> + <tag name="todo" description="To Do:"/> <classpath refid="compile.classpath"/> </javadoc> </target> @@ -182,6 +183,7 @@ <mkdir dir="${package.dir}"/> <mkdir dir="${package.dir}/docs"/> <mkdir dir="${package.dir}/docs/api"/> + <mkdir dir="${docs.dest}"/> <copy todir="${package.dir}/docs/api"> <fileset dir="${build.javadoc}"/> </copy>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]