Author: bayard Date: Sat Jul 21 17:25:25 2007 New Revision: 558405 URL: http://svn.apache.org/viewvc?view=rev&rev=558405 Log: Tired of typing 'documentation'. Replacing with 'docs'
Modified: jakarta/taglibs/trunks-proper/build.xml Modified: jakarta/taglibs/trunks-proper/build.xml URL: http://svn.apache.org/viewvc/jakarta/taglibs/trunks-proper/build.xml?view=diff&rev=558405&r1=558404&r2=558405 ============================================================================== --- jakarta/taglibs/trunks-proper/build.xml (original) +++ jakarta/taglibs/trunks-proper/build.xml Sat Jul 21 17:25:25 2007 @@ -34,8 +34,8 @@ <mkdir dir="${build.dir}/doc"/> </target> - <!-- BUILD: Compile documentation application components --> - <target name="compile.documentation" + <!-- BUILD: Compile docs application components --> + <target name="compile.docs" depends="prepare,static"> <copy todir="${build.dir}/doc"> <fileset dir="src/doc"> @@ -46,14 +46,14 @@ <include name="**/*.js"/> </fileset> </copy> - <!-- Create dynamically generated documentation --> + <!-- Create dynamically generated docs --> <xslt basedir="src/doc" destdir="${build.dir}/doc" extension=".html" style="src/doc/stylesheets/taglibs.xsl" includes="*.xml" excludes="project.xml"/> </target> - <!-- Create documentation distribution --> - <target name="dist.documentation" depends="compile.documentation"> + <!-- Create docs distribution --> + <target name="dist.docs" depends="compile.docs"> <mkdir dir="${dist.dir}/doc"/> <copy todir="${dist.dir}/doc"> <fileset dir="${build.dir}/doc"/> @@ -154,7 +154,7 @@ </target> <!-- *********************** Overall Build Command ********************** --> - <target name="dist" depends="prepare,dist.documentation,bsf,input,datetime,regexp,jndi,scrape,mailer,i18n,io,xtags,log,ultradev4,random,benchmark,standard,string,jmstags,cache,rdc"/> + <target name="dist" depends="prepare,dist.docs,bsf,input,datetime,regexp,jndi,scrape,mailer,i18n,io,xtags,log,ultradev4,random,benchmark,standard,string,jmstags,cache,rdc"/> <!-- *********************** Clean Command ****************************** --> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]