You are viewing a plain text version of this content. The canonical link for it is here.
Posted to crimson-cvs@xml.apache.org by ed...@apache.org on 2001/09/07 03:41:15 UTC

cvs commit: xml-crimson/docs README.html

edwingo     01/09/06 18:41:15

  Modified:    .        ChangeLog build.xml
               docs     README.html
  Log:
  Remove unneeded directories
  
  Revision  Changes    Path
  1.4       +7 -6      xml-crimson/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/xml-crimson/ChangeLog,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ChangeLog	2001/08/30 02:00:03	1.3
  +++ ChangeLog	2001/09/07 01:41:15	1.4
  @@ -1,4 +1,4 @@
  -2001-08-21  Edwin Goei  <ed...@apache.org>
  +2001-09-06  Edwin Goei  <ed...@apache.org>
   
   	* Created new version 1.1.2beta2 of Crimson.  This version fixes
   	bugs in previous releases such as version 1.1.1 and 1.1.  It was
  @@ -8,12 +8,13 @@
   	should be preferred over version 1.1.1 because it has additional
   	bug fixes.
   
  -	* This version compiles JAXP src files including DOM L2 core and
  -	SAX2 from the new xml-commons module which should be checked out
  -	as a sibling of this tree.  The same jaxp.jar and crimson.jar
  -	files containing the same packages are built.  Later, we may just
  -	have a single crimson.jar that contains everything.
  +	* This version obtains java src files including DOM Level 2 core
  +	and SAX2 from the new xml-commons module which should be checked
  +	out as a sibling of this tree to create a valid distribution.
   
  +	* This version packages all classes, both implementation and JAXP
  +	XML API classes into a single crimson.jar file.
  +	
   2001-01-30  Edwin Goei  <ed...@apache.org>
   
   	* Updated website, created zip file for download, misc clean up.
  
  
  
  1.13      +9 -9      xml-crimson/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-crimson/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml	2001/09/06 02:28:44	1.12
  +++ build.xml	2001/09/07 01:41:15	1.13
  @@ -108,7 +108,7 @@
   
     <target name="copy-api-src-from-local" unless="xml-commons.present"
       depends="init">
  -    <echo>Copying API src from local tree</echo>
  +    <echo>*** Copying API src from local tree...</echo>
       <copy todir="${build.api.src}" includeemptydirs="no">
         <fileset dir="src">
           <patternset refid="api-patternset"/>
  @@ -260,13 +260,13 @@
         </fileset>
       </copy>
   
  -    <zip zipfile="${build.dir}/crimson-bin-${impl.version}.zip"
  +    <zip zipfile="${build.dir}/crimson-${impl.version}-bin.zip"
         basedir="${build.dir}" includes="${dist.file}/**"/>
   
  -    <tar tarfile="${build.dir}/crimson-bin$-${impl.version}.tar"
  +    <tar tarfile="${build.dir}/crimson-${impl.version}-bin.tar"
         basedir="${build.dir}" includes="${dist.file}/**"/>
  -    <gzip zipfile="${build.dir}/crimson-bin-${impl.version}.tar.gz"
  -      src="${build.dir}/crimson-bin-${impl.version}.tar"/>
  +    <gzip zipfile="${build.dir}/crimson-${impl.version}-bin.tar.gz"
  +      src="${build.dir}/crimson-${impl.version}-bin.tar"/>
     </target>
   
     <!-- =================================================================== -->
  @@ -299,13 +299,13 @@
         </fileset>
       </copy>
   
  -    <zip zipfile="${build.dir}/crimson-src-${impl.version}.zip"
  +    <zip zipfile="${build.dir}/crimson-${impl.version}-src.zip"
         basedir="${build.dir}" includes="${dist.file}/**"/>
   
  -    <tar tarfile="${build.dir}/crimson-src$-${impl.version}.tar"
  +    <tar tarfile="${build.dir}/crimson-${impl.version}-src.tar"
         basedir="${build.dir}" includes="${dist.file}/**"/>
  -    <gzip zipfile="${build.dir}/crimson-src-${impl.version}.tar.gz"
  -      src="${build.dir}/crimson-src-${impl.version}.tar"/>
  +    <gzip zipfile="${build.dir}/crimson-${impl.version}-src.tar.gz"
  +      src="${build.dir}/crimson-${impl.version}-src.tar"/>
     </target>
   
     <target name="dist" depends="pack-bin, pack-src">
  
  
  
  1.2       +14 -13    xml-crimson/docs/README.html
  
  Index: README.html
  ===================================================================
  RCS file: /home/cvs/xml-crimson/docs/README.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README.html	2001/08/30 02:00:03	1.1
  +++ README.html	2001/09/07 01:41:15	1.2
  @@ -18,24 +18,25 @@
   known implementation of the <code>javax.xml.transform</code> hierarchy is
   Xalan 2.</p>
   
  -<p>To use the binaries, put the following two jar files in your
  -classpath:</p>
  -    <ul>  
  -      <li><code>jaxp.jar</code> (contains the <code>javax.xml.*</code>
  -        packages)</li>
  -      <li><code>crimson.jar</code> (contains the implementation for
  -        the parsing parts of the JAXP 1.1 specification and the DOM and SAX
  -        packages)</li>
  -</ul>
  +<p>To use the binary, put the crimson.jar file in your classpath.
  +  Starting with the Crimson 1.1.2beta2 release, the crimson.jar file
  +  contains all XML API classes.</p>
   
   <p>For additional documentation, see:</p>
       <ul>
  +      <li>Release notes may be found in the
  +        <a href="ChangeLog">ChangeLog</a>.</li>
  +      <li><a href="http://xml.apache.org/crimson/">Crimson project page</a></li>
         <li><a href="http://xml.apache.org/~edwingo/jaxp-faq.html">JAXP
           FAQ</a></li>
  -      <li><a href="ChangeLog">ChangeLog</a></li>
  -      <li><a href="examples/index.html">Example programs</a></li>
         <li><a href="docs/api/index.html">JAXP javadoc</a></li>
  -      <li><a href="src">Source files</a></li>
  +      <li><a href="examples/index.html">Example programs</a></li>
  +      <li>Refer to the <a href="http://xml.apache.org/crimson/">Crimson
  +        project page</a> for a mailing list to report bugs or discuss
  +        problems.</li>
  +      <li>Source files can be found in a separate <a
  +        href="http://xml.apache.org/crimson/dist/">Crimson source
  +        distribution</a>.</li>
       </ul>
   
   <hr />
  @@ -44,7 +45,7 @@
     YYYY-MM-DD format.</p>
   <!-- Created: Thu May 18 15:15:19 PDT 2000 -->
   <!-- hhmts start -->
  -Last modified: Thu Aug 23 19:02:25 PDT 2001
  +Last modified: Thu Sep  6 18:26:55 PDT 2001
   <!-- hhmts end -->
     </body>
   </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: crimson-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: crimson-cvs-help@xml.apache.org