dmitryh     2004/05/06 19:05:01

  Modified:    c        build.xml
  Log:
  Update for the  Apache license and 1.8 version number
  
  Revision  Changes    Path
  1.16      +20 -2     xml-xalan/c/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml 7 Jan 2004 05:28:38 -0000       1.15
  +++ build.xml 7 May 2004 02:05:01 -0000       1.16
  @@ -1,3 +1,21 @@
  +
  +<!--                                                                         
    
  + Copyright 1999-2004 The Apache Software Foundation.                         
  +                                                                            
  + Licensed under the Apache License, Version 2.0 (the "License");            
  + you may not use this file except in compliance with the License.           
  + You may obtain a copy of the License at                                    
  +                                                                            
  +     http://www.apache.org/licenses/LICENSE-2.0                             
  +
  + Unless required by applicable law or agreed to in writing, software        
  + distributed under the License is distributed on an "AS IS" BASIS,          
  + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   
  + See the License for the specific language governing permissions and        
  + limitations under the License.                                             
  + -->
  +
  +
   <project name="XalanC" default="docs" basedir=".">
   
     <property name="name" value="xalan"/>
  @@ -5,14 +23,14 @@
     <property name="year" value="2004"/>
     
     <property name="version.VERSION" value="1"/>
  -  <property name="version.RELEASE" value="7"/>
  +  <property name="version.RELEASE" value="8"/>
     <property name="version.MINOR"   value="0"/>
   
     <property name="xdocs.dir" value="./xdocs"/>
     <property name="xdocs.book" value="${xdocs.dir}/sources/xalanLocal.xml"/>
     <property name="xdocs.site" value="${xdocs.dir}/sources/xalan.xml"/>  
     <property name="xdocs.style" value="${xdocs.dir}/style"/>
  -  <property name="xdocs.apidocs" value="${xdocs.dir}/html/apiDocs"/>  
  +  <property name="xdocs.apidocs" value="${xdocs.dir}/html/apidocs"/>  
   
     <property name="doc.generator" value="org.apache.stylebook.StyleBook"/>
     <property name="doc.generator.styletargz" 
value="${xdocs.dir}/xml-site-style.tar.gz"/>
  
  
  

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

Reply via email to