antonio     2004/03/07 22:07:15

  Modified:    .        build.bat cocoon.sh announcement.xml
                        mount-table.xml.sample build.xml gump.xml
                        cocoon.bat forrest.properties build.properties
                        build.sh cli.xconf status.xml blocks.properties
               tools/src/schematron RNG2Schtrn.xsl
               tools/targets instrumentation-build.xml samples-build.xml
                        compile-build.xml forrest-build.xml
                        validate-build.xml test-build.xml
                        standalone-demo-build.xml init-build.xml
                        webapp-build.xml dist-build.xml ide-build.xml
                        docs-build.xml admin-build.xml
               tools/src check-jars.xsl blocks-build.xsl
                        gump2blocks.properties.xsl
               src/blocks/woody/samples/resources mattkruse-lib.js
               tools/ide/eclipse make-classpath.xsl classpath-tmpl.xml
  Log:
  Adding Apache License 2.0 (manually).
  
  Revision  Changes    Path
  1.10      +15 -1     cocoon-2.1/build.bat
  
  Index: build.bat
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/build.bat,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.bat 5 Mar 2004 00:44:50 -0000       1.9
  +++ build.bat 8 Mar 2004 06:07:14 -0000       1.10
  @@ -1,4 +1,18 @@
   @echo off
  +rem  Copyright 1999-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 - Win32 Build Script for Apache Cocoon
   rem
  
  
  
  1.12      +15 -1     cocoon-2.1/cocoon.sh
  
  Index: cocoon.sh
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/cocoon.sh,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- cocoon.sh 5 Mar 2004 02:24:26 -0000       1.11
  +++ cocoon.sh 8 Mar 2004 06:07:14 -0000       1.12
  @@ -1,4 +1,18 @@
   #!/bin/sh
  +#  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.
  +#
   # 
-----------------------------------------------------------------------------
   # Cocoon Unix Shell Script
   #
  
  
  
  1.5       +15 -1     cocoon-2.1/announcement.xml
  
  Index: announcement.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/announcement.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- announcement.xml  5 Aug 2003 09:49:57 -0000       1.4
  +++ announcement.xml  8 Mar 2004 06:07:14 -0000       1.5
  @@ -1,5 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <!--
     Release Announcement Template
     CVS $Id$
  
  
  
  1.4       +15 -0     cocoon-2.1/mount-table.xml.sample
  
  Index: mount-table.xml.sample
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/mount-table.xml.sample,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mount-table.xml.sample    3 Mar 2004 12:35:20 -0000       1.3
  +++ mount-table.xml.sample    8 Mar 2004 06:07:14 -0000       1.4
  @@ -1,3 +1,18 @@
  +<!--
  +  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.
  +-->
   <mount-table>
     <!--
       The mount table allows to mount directories external to the Cocoon 
webapp without
  
  
  
  1.35      +16 -1     cocoon-2.1/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/build.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- build.xml 13 Jan 2004 11:22:51 -0000      1.34
  +++ build.xml 8 Mar 2004 06:07:14 -0000       1.35
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <!-- 
===========================================================================
   
                          * =========================== *
  
  
  
  1.116     +15 -1     cocoon-2.1/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/gump.xml,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- gump.xml  5 Mar 2004 11:22:42 -0000       1.115
  +++ gump.xml  8 Mar 2004 06:07:14 -0000       1.116
  @@ -1,5 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <!--+
       | Cocoon GUMP Descriptor
       |
  
  
  
  1.21      +15 -1     cocoon-2.1/cocoon.bat
  
  Index: cocoon.bat
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/cocoon.bat,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- cocoon.bat        5 Mar 2004 02:24:26 -0000       1.20
  +++ cocoon.bat        8 Mar 2004 06:07:14 -0000       1.21
  @@ -1,4 +1,18 @@
   @echo off
  +rem  Copyright 1999-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
   :: 
-----------------------------------------------------------------------------
   :: Cocoon Win32 Shell Script
   ::
  
  
  
  1.30      +14 -0     cocoon-2.1/forrest.properties
  
  Index: forrest.properties
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/forrest.properties,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- forrest.properties        12 Feb 2004 09:13:13 -0000      1.29
  +++ forrest.properties        8 Mar 2004 06:07:14 -0000       1.30
  @@ -1,3 +1,17 @@
  +#  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.
  +#
   ##############
   # Properties used by forrest.build.xml for building the website
   ##############
  
  
  
  1.36      +14 -0     cocoon-2.1/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/build.properties,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build.properties  10 Feb 2004 07:17:46 -0000      1.35
  +++ build.properties  8 Mar 2004 06:07:14 -0000       1.36
  @@ -1,3 +1,17 @@
  +#  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.
  +#
   #----------------------------------------------
   #  Cocoon Build Properties
   #----------------------------------------------
  
  
  
  1.9       +14 -1     cocoon-2.1/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/build.sh,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.sh  5 Mar 2004 08:45:11 -0000       1.8
  +++ build.sh  8 Mar 2004 06:07:14 -0000       1.9
  @@ -1,5 +1,18 @@
   #!/bin/sh
  -
  +#  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.
  +#
   chmod u+x ./tools/bin/antRun
   chmod u+x ./tools/bin/ant
   
  
  
  
  1.12      +15 -1     cocoon-2.1/cli.xconf
  
  Index: cli.xconf
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/cli.xconf,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- cli.xconf 13 Nov 2003 06:24:13 -0000      1.11
  +++ cli.xconf 8 Mar 2004 06:07:14 -0000       1.12
  @@ -1,5 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <!--+
       |  This is the Apache Cocoon command line configuration file. 
       |  Here you give the command line interface details of where
  
  
  
  1.263     +16 -1     cocoon-2.1/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/status.xml,v
  retrieving revision 1.262
  retrieving revision 1.263
  diff -u -r1.262 -r1.263
  --- status.xml        6 Mar 2004 14:44:46 -0000       1.262
  +++ status.xml        8 Mar 2004 06:07:14 -0000       1.263
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <!DOCTYPE status [
   <!ELEMENT status (developers, todo, changes)>
   <!ELEMENT developers (person+)>
  
  
  
  1.60      +14 -1     cocoon-2.1/blocks.properties
  
  Index: blocks.properties
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/blocks.properties,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- blocks.properties 5 Mar 2004 11:22:42 -0000       1.59
  +++ blocks.properties 8 Mar 2004 06:07:14 -0000       1.60
  @@ -1,4 +1,17 @@
  -
  +#  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.
  +#
   
#------------------------------------------------------------------------------#
   #                             Cocoon Blocks                                  
  #
   
#------------------------------------------------------------------------------#
  
  
  
  1.2       +1 -1      cocoon-2.1/tools/src/schematron/RNG2Schtrn.xsl
  
  Index: RNG2Schtrn.xsl
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/src/schematron/RNG2Schtrn.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RNG2Schtrn.xsl    9 Mar 2003 00:11:46 -0000       1.1
  +++ RNG2Schtrn.xsl    8 Mar 2004 06:07:15 -0000       1.2
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<?xml version="1.0"?>
   <!--
        Stylesheet for extracting Schematron information from a RELAX-NG schema.
        Based on the stylesheet for extracting Schematron information from W3C 
XML Schema.
  
  
  
  1.4       +15 -0     cocoon-2.1/tools/targets/instrumentation-build.xml
  
  Index: instrumentation-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/instrumentation-build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- instrumentation-build.xml 13 Jan 2004 11:22:52 -0000      1.3
  +++ instrumentation-build.xml 8 Mar 2004 06:07:15 -0000       1.4
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="instrumentation">
     <target name="start-instrumentation-client" depends="init">
       <property name="lib.instrumentation" value="tools/instrumentation/lib"/>
  
  
  
  1.3       +15 -0     cocoon-2.1/tools/targets/samples-build.xml
  
  Index: samples-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/samples-build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- samples-build.xml 13 Jan 2004 11:22:52 -0000      1.2
  +++ samples-build.xml 8 Mar 2004 06:07:15 -0000       1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="samples">
   
     <description>
  
  
  
  1.8       +15 -0     cocoon-2.1/tools/targets/compile-build.xml
  
  Index: compile-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/compile-build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- compile-build.xml 13 Jan 2004 11:22:52 -0000      1.7
  +++ compile-build.xml 8 Mar 2004 06:07:15 -0000       1.8
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="compile">
   
     <description>
  
  
  
  1.5       +15 -0     cocoon-2.1/tools/targets/forrest-build.xml
  
  Index: forrest-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/forrest-build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- forrest-build.xml 13 Jan 2004 11:22:52 -0000      1.4
  +++ forrest-build.xml 8 Mar 2004 06:07:15 -0000       1.5
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="forrest">
   
     <description>
  
  
  
  1.5       +15 -0     cocoon-2.1/tools/targets/validate-build.xml
  
  Index: validate-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/validate-build.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- validate-build.xml        13 Jan 2004 11:22:52 -0000      1.4
  +++ validate-build.xml        8 Mar 2004 06:07:15 -0000       1.5
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="validation">
   
     <description>
  
  
  
  1.6       +15 -0     cocoon-2.1/tools/targets/test-build.xml
  
  Index: test-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/test-build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- test-build.xml    7 Feb 2004 10:50:05 -0000       1.5
  +++ test-build.xml    8 Mar 2004 06:07:15 -0000       1.6
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="test">
   
     <description>
  
  
  
  1.4       +16 -1     cocoon-2.1/tools/targets/standalone-demo-build.xml
  
  Index: standalone-demo-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/standalone-demo-build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- standalone-demo-build.xml 13 Jan 2004 11:22:52 -0000      1.3
  +++ standalone-demo-build.xml 8 Mar 2004 06:07:15 -0000       1.4
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="standalone">
   <!--
       ant include file for "standalone-demo" build
  
  
  
  1.10      +15 -0     cocoon-2.1/tools/targets/init-build.xml
  
  Index: init-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/init-build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- init-build.xml    8 Mar 2004 01:56:59 -0000       1.9
  +++ init-build.xml    8 Mar 2004 06:07:15 -0000       1.10
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="init">
   
     <description>
  
  
  
  1.9       +15 -0     cocoon-2.1/tools/targets/webapp-build.xml
  
  Index: webapp-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/webapp-build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- webapp-build.xml  27 Jan 2004 19:41:50 -0000      1.8
  +++ webapp-build.xml  8 Mar 2004 06:07:15 -0000       1.9
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="webapp">
   
     <description>
  
  
  
  1.3       +15 -0     cocoon-2.1/tools/targets/dist-build.xml
  
  Index: dist-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/dist-build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dist-build.xml    13 Jan 2004 11:22:52 -0000      1.2
  +++ dist-build.xml    8 Mar 2004 06:07:15 -0000       1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="dist">
   
     <description>
  
  
  
  1.7       +15 -0     cocoon-2.1/tools/targets/ide-build.xml
  
  Index: ide-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/ide-build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ide-build.xml     13 Jan 2004 11:22:52 -0000      1.6
  +++ ide-build.xml     8 Mar 2004 06:07:15 -0000       1.7
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="ide">
     
     <description>
  
  
  
  1.6       +15 -0     cocoon-2.1/tools/targets/docs-build.xml
  
  Index: docs-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/docs-build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- docs-build.xml    13 Jan 2004 11:22:52 -0000      1.5
  +++ docs-build.xml    8 Mar 2004 06:07:15 -0000       1.6
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="docs">
   
     <description>
  
  
  
  1.7       +15 -0     cocoon-2.1/tools/targets/admin-build.xml
  
  Index: admin-build.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/targets/admin-build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- admin-build.xml   18 Feb 2004 08:20:03 -0000      1.6
  +++ admin-build.xml   8 Mar 2004 06:07:15 -0000       1.7
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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="admin">
     
     <description>
  
  
  
  1.4       +16 -1     cocoon-2.1/tools/src/check-jars.xsl
  
  Index: check-jars.xsl
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/src/check-jars.xsl,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- check-jars.xsl    22 Sep 2003 17:11:55 -0000      1.3
  +++ check-jars.xsl    8 Mar 2004 06:07:15 -0000       1.4
  @@ -1,4 +1,19 @@
   <?xml version="1.0" encoding="utf-8"?>
  +<!--
  +  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.
  +-->
   
   <!--+
       | CVS $Id$
  
  
  
  1.47      +15 -0     cocoon-2.1/tools/src/blocks-build.xsl
  
  Index: blocks-build.xsl
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/src/blocks-build.xsl,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- blocks-build.xsl  11 Feb 2004 21:34:22 -0000      1.46
  +++ blocks-build.xsl  8 Mar 2004 06:07:15 -0000       1.47
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
   
     <xsl:output method="xml" indent="yes"/>
  
  
  
  1.3       +15 -0     cocoon-2.1/tools/src/gump2blocks.properties.xsl
  
  Index: gump2blocks.properties.xsl
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/src/gump2blocks.properties.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- gump2blocks.properties.xsl        1 Mar 2004 20:39:18 -0000       1.2
  +++ gump2blocks.properties.xsl        8 Mar 2004 06:07:15 -0000       1.3
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <xsl:stylesheet version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                                 xmlns:desc="description">
   
  
  
  
  1.3       +0 -15     
cocoon-2.1/src/blocks/woody/samples/resources/mattkruse-lib.js
  
  Index: mattkruse-lib.js
  ===================================================================
  RCS file: 
/home/cvs//cocoon-2.1/src/blocks/woody/samples/resources/mattkruse-lib.js,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mattkruse-lib.js  6 Mar 2004 02:25:35 -0000       1.2
  +++ mattkruse-lib.js  8 Mar 2004 06:07:15 -0000       1.3
  @@ -1,18 +1,3 @@
  -/*
  -* 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.
  -*/
   // ===================================================================
   // Author: Matt Kruse <[EMAIL PROTECTED]>
   // WWW: http://www.mattkruse.com/
  
  
  
  1.3       +16 -1     cocoon-2.1/tools/ide/eclipse/make-classpath.xsl
  
  Index: make-classpath.xsl
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/ide/eclipse/make-classpath.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- make-classpath.xsl        8 Dec 2003 11:39:26 -0000       1.2
  +++ make-classpath.xsl        8 Mar 2004 06:07:15 -0000       1.3
  @@ -1,5 +1,20 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!--
  +  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.
  +-->
  +<!--
     Build the Eclipse .classpath file from a list of path items
     (see "eclipse-project" target in build.xml)
     
  
  
  
  1.2       +15 -0     cocoon-2.1/tools/ide/eclipse/classpath-tmpl.xml
  
  Index: classpath-tmpl.xml
  ===================================================================
  RCS file: /home/cvs//cocoon-2.1/tools/ide/eclipse/classpath-tmpl.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- classpath-tmpl.xml        18 Nov 2003 17:20:24 -0000      1.1
  +++ classpath-tmpl.xml        8 Mar 2004 06:07:15 -0000       1.2
  @@ -1,4 +1,19 @@
   <?xml version="1.0"?>
  +<!--
  +  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.
  +-->
   <data>
     <src-dirs><item>@SRC_DIRS@</item></src-dirs>
     <mock-dirs><item>@MOCKS_DIRS@</item></mock-dirs>
  
  
  

Reply via email to