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/11/08 15:40:59 UTC

cvs commit: xml-cocoon2/skins/xml.apache.org/stylesheets book2project.xsl changes2document.xsl context2label.xsl copyover.xsl directory2project.xsl document2html.xsl document2image.xsl document2project.xsl faq2document.xsl scan4resources.xsl spec2html.xsl todo2document.xsl xspdoc2document.xsl

cziegeler    01/11/08 06:40:59

  Modified:    .        Tag: cocoon_20_branch build.xml
  Added:       documentation/stylesheets Tag: cocoon_20_branch
                        announcement.xsl announcement2txt.xsl
  Removed:     skins    Tag: cocoon_20_branch announcement.xsl
                        announcement2txt.xsl
               skins/printer Tag: cocoon_20_branch loader.xml
               skins/printer/resources Tag: cocoon_20_branch simple.css
               skins/printer/stylesheets Tag: cocoon_20_branch
                        book2project.xsl changes2document.xsl copyover.xsl
                        directory2project.xsl document2html.xsl
                        document2project.xsl faq2document.xsl
                        scan4resources.xsl spec2html.xsl todo2document.xsl
               skins/xml.apache.org Tag: cocoon_20_branch loader.xml
               skins/xml.apache.org/graphics Tag: cocoon_20_branch
                        button-a.gif button-b.gif
               skins/xml.apache.org/resources Tag: cocoon_20_branch
                        bar-border-bottom.gif bar-border-left.gif
                        bar-border-right.gif bar-border-top.gif
                        bar-bottom-left.gif bar-bottom-right.gif
                        bar-top-left.gif bar-top-right.gif bottom.gif
                        button-asf-hi.gif button-asf-lo.gif
                        button-w3c-hi.gif button-w3c-lo.gif
                        button-xml-hi.gif button-xml-lo.gif close.gif
                        dot.gif join.gif line.gif logo.gif note.gif
                        right.gif script.js separator.gif void.gif
               skins/xml.apache.org/stylesheets Tag: cocoon_20_branch
                        book2project.xsl changes2document.xsl
                        context2label.xsl copyover.xsl
                        directory2project.xsl document2html.xsl
                        document2image.xsl document2project.xsl
                        faq2document.xsl scan4resources.xsl spec2html.xsl
                        todo2document.xsl xspdoc2document.xsl
  Log:
  Removed obsolete skins directory and cleaned up dist a little bit
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.55  +3 -8      xml-cocoon2/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/build.xml,v
  retrieving revision 1.8.2.54
  retrieving revision 1.8.2.55
  diff -u -r1.8.2.54 -r1.8.2.55
  --- build.xml	2001/11/08 08:40:26	1.8.2.54
  +++ build.xml	2001/11/08 14:40:59	1.8.2.55
  @@ -209,7 +209,7 @@
       <property name="site" value="../xml-site/targets/${name}2"/>
   
       <property name="build.announce" value="${build.dir}/Announcement.xml"/>
  -    <property name="announce2txt" value="./skins/announcement2txt.xsl"/>
  +    <property name="announce2txt" value="./documentation/stylesheets/announcement2txt.xsl"/>
   
       <!-- 
       The location of tools.jar, relative to the JAVA_HOME home. 
  @@ -873,7 +873,7 @@
       <mkdir dir="${dist.dir}/src"/>
       <mkdir dir="${dist.dir}/documentation"/>
       <mkdir dir="${dist.dir}/docs"/>
  -    <mkdir dir="${dist.dir}/docs/api"/>
  +    <mkdir dir="${dist.dir}/docs/apidocs"/>
       <mkdir dir="${dist.dir}/resources"/>
       <mkdir dir="${dist.dir}/webapp"/>
   
  @@ -908,13 +908,8 @@
       <copy todir="${dist.dir}/docs">
         <fileset dir="${build.docs}"/>
       </copy>
  -    <copy todir="${dist.dir}/docs/api">
  +    <copy todir="${dist.dir}/docs/apidocs">
         <fileset dir="${build.javadocs}"/>
  -    </copy>
  -    <copy todir="${dist.dir}/xdocs">
  -      <fileset dir="${docs.dir}">
  -        <exclude name="book.xml, changes.xml, todo.xml"/>
  -      </fileset>
       </copy>
       <copy todir="${dist.dir}">
         <fileset dir="${docs.dir}">
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +11 -0     xml-cocoon2/documentation/stylesheets/Attic/announcement.xsl
  
  
  
  
  1.1.2.1   +108 -0    xml-cocoon2/documentation/stylesheets/Attic/announcement2txt.xsl
  
  
  
  

----------------------------------------------------------------------
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