You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-cvs@xml.apache.org by mc...@apache.org on 2004/05/02 01:10:36 UTC

cvs commit: xml-commons/java/external build.xml build.sh build.bat

mcnamara    2004/05/01 16:10:36

  Modified:    java/external Tag: tck-jaxp-1_2_0 build.xml build.sh
                        build.bat
  Log:
  Upgrade to Apache Software License Version 2.0
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.7.4.4   +17 -2     xml-commons/java/external/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/external/build.xml,v
  retrieving revision 1.7.4.3
  retrieving revision 1.7.4.4
  diff -u -r1.7.4.3 -r1.7.4.4
  --- build.xml	18 Nov 2003 20:05:05 -0000	1.7.4.3
  +++ build.xml	1 May 2004 23:10:36 -0000	1.7.4.4
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  + * Copyright 2001-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.
  +-->
   <!-- 
       @author David Megginson, david@megginson.com
       @author shane_curcuru@lotus.com
  @@ -10,7 +25,7 @@
     <property name="name.external" value="xml-commons-external"/>
     <property name="impl.name" value="XmlCommonsExternal"/>
     <!-- If no external version is provided, don't use one -->
  -  <property name="version" value="1.2.01"/>
  +  <property name="version" value="1.2.02"/>
     <property name="impl.version" value="${version}"/>
   
     <!-- Location of the system's temporary directory; all output sent here -->
  
  
  
  1.1.2.2   +17 -0     xml-commons/java/external/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/external/build.sh,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- build.sh	7 Jun 2003 22:50:40 -0000	1.1.2.1
  +++ build.sh	1 May 2004 23:10:36 -0000	1.1.2.2
  @@ -1,4 +1,21 @@
   #!/bin/sh
  +#
  +#=========================================================================
  +# Copyright 2003-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.
  +#=========================================================================
  +#
   #	Name:   build.sh Build Xalan-J 2.x using Ant
   #	Author: Shane Curcuru
   
  
  
  
  1.1.2.3   +17 -0     xml-commons/java/external/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs/xml-commons/java/external/build.bat,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- build.bat	29 May 2003 20:18:41 -0000	1.1.2.2
  +++ build.bat	1 May 2004 23:10:36 -0000	1.1.2.3
  @@ -1,4 +1,21 @@
   @echo off
  +rem
  +rem ==========================================================================
  +rem = Copyright 2003-2004 The Apache Software Foundation.
  +rem =
  +rem = Licensed under the Apache License, Version 2.0 (the "License");
  +rem = you may not use this file except in compliance with the License.
  +rem = You may obtain a copy of the License at
  +rem =
  +rem =     http://www.apache.org/licenses/LICENSE-2.0
  +rem =
  +rem = Unless required by applicable law or agreed to in writing, software
  +rem = distributed under the License is distributed on an "AS IS" BASIS,
  +rem = WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +rem = See the License for the specific language governing permissions and
  +rem = limitations under the License.
  +rem ==========================================================================
  +rem
   rem     build.bat: Build xml-commons using Ant 
   rem     Usage: build [ant-options] [targets]
   rem     Setup: