hgomez      2002/09/26 05:54:56

  Modified:    jk       build.xml
  Log:
  native docs for developpers, need to be generated and for now 
  scandoc didn't find good tags in jk (unsure for jk2).
  links to api-c and api-java disabled by default
  
  Revision  Changes    Path
  1.57      +5 -6      jakarta-tomcat-connectors/jk/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml 23 Sep 2002 10:04:24 -0000      1.56
  +++ build.xml 26 Sep 2002 12:54:56 -0000      1.57
  @@ -13,6 +13,7 @@
       <property name="jk.build" location="${basedir}/build"/>
       <property name="build.docs" location="${basedir}/build/docs"/>
       <property name="source.docs" location="./xdocs"/>
  +    <property name="gen.dev.doc" value="false"/>
   
       <!-- Compile options -->
       <property name="optimize" value="off" />
  @@ -397,14 +398,12 @@
       <replace file="${destfile}" token="@body-link@"     value="${body-link}"/>
       <replace file="${destfile}" token="@banner-bg@"     value="${banner-bg}"/>
       <replace file="${destfile}" token="@banner-fg@"     value="${banner-fg}"/>
  -    <replace file="${destfile}" token="@sub-banner-bg@"
  -             value="${sub-banner-bg}"/>
  -    <replace file="${destfile}" token="@sub-banner-fg@"
  -             value="${sub-banner-fg}"/>
  +    <replace file="${destfile}" token="@sub-banner-bg@" value="${sub-banner-bg}"/>
  +    <replace file="${destfile}" token="@sub-banner-fg@" value="${sub-banner-fg}"/>
       <replace file="${destfile}" token="@table-th-bg@"   value="${table-th-bg}"/>
       <replace file="${destfile}" token="@table-td-bg@"   value="${table-td-bg}"/>
  -    <replace file="${destfile}" token="@source-color@"
  -             value="${source-color}"/>
  +    <replace file="${destfile}" token="@source-color@"  value="${source-color}"/>
  +    <replace file="${destfile}" token="@gen-dev-doc@"   value="${gen.dev.doc}"/>
     </target>
   
     <!--
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to