You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2001/10/24 11:33:30 UTC

cvs commit: xml-cocoon2/documentation/xdocs/userdocs/transformers i18n-transformer.xml

cziegeler    01/10/24 02:33:30

  Modified:    .        build.xml
               documentation/xdocs/userdocs/transformers
                        i18n-transformer.xml
  Log:
  Added javadocs to site build and fixed links
  
  Revision  Changes    Path
  1.86      +4 -1      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -r1.85 -r1.86
  --- build.xml	2001/10/23 11:10:02	1.85
  +++ build.xml	2001/10/24 09:33:30	1.86
  @@ -953,12 +953,15 @@
     <!-- =================================================================== -->
     <!-- Creates the web site                                                -->
     <!-- =================================================================== -->
  -  <target name="site" depends="docs"
  +  <target name="site" depends="docs, javadocs"
         description="Generates the web site (for site maintainers only)">
       <mkdir dir="${site}"/>
       <copy todir="${site}" filtering="off">
         <fileset dir="${build.docs}">
         </fileset>
  +    </copy>
  +    <copy todir="${site}/javadocs" filtering="off">
  +      <fileset dir="${build.javadocs}"/>
       </copy>
     </target>
   
  
  
  
  1.3       +1 -1      xml-cocoon2/documentation/xdocs/userdocs/transformers/i18n-transformer.xml
  
  Index: i18n-transformer.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/documentation/xdocs/userdocs/transformers/i18n-transformer.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- i18n-transformer.xml	2001/10/01 13:39:04	1.2
  +++ i18n-transformer.xml	2001/10/24 09:33:30	1.3
  @@ -25,7 +25,7 @@
   				</p>
   				<p>
   				This approach for internationalization (further - i18n) of XML documents within @docname@ 
  -				is based on a transformer - <link href="javadocs/org/apache/cocoon/transformation/I18nTransformer.html">
  +				is based on a transformer - <link href="../../javadocs/org/apache/cocoon/transformation/I18nTransformer.html">
   						<code>I18nTransformer</code>
   					</link>
   				, which uses XML dictionaries for all the i18n data. The namespace of i18n is defined as follows:
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org