You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2005/01/05 23:23:17 UTC

cvs commit: jakarta-hivemind/framework/src/test/hivemind/test/config/impl test.properties

hlship      2005/01/05 14:23:17

  Modified:    hivebuild javadoc-report.xml dist.xml hivebuild.xml
                        project.xml war-module.properties
                        license-report.properties license-report.xml
                        war-module.xml clover.properties dist.properties
                        dependency.properties hivedoc-report.xml
                        jar-module.properties javacc.properties
                        hivedoc-report.properties forrestdoc.xml module.xml
                        jar-module.xml clover-report.xml javacc.xml
                        hivebuild.properties dependency.xml
                        module.properties
               .        forrest.properties project.properties
                        version.properties build.properties build.xml
                        status.xml
               support  update-copyrights.rb
               examples/src/conf log4j.properties
               framework/src/test-data/TestFileResource
                        localizable_fr.properties localizable.properties
                        localizable_en.properties
               framework/src/conf log4j.properties
               framework/src/test/hivemind/test/services
                        BuilderAccessFailure.properties
                        BuilderAccess.properties
               framework/src/test/hivemind/test/config
                        Localized_fr.properties Localized.properties
               framework/src/java/org/apache/hivemind/parse
                        DescriptorParser.properties
               library/src/conf log4j.properties
               framework/src/descriptor hivemind-tasks.properties
               hivebuild/src/java/org/apache/hivemind/build Grabber.java
               framework/src/test/hivemind/test/config/impl test.properties
  Added:       support  copyright-properties.txt
               hivebuild/report-artifacts license-report.trailer.xml.inc
                        license-report.header.xml.inc
  Removed:     support  properties-copyright.txt
               hivebuild/report-artifacts license-report.trailer.xml
                        license-report.header.xml
  Log:
  Update copyrights on .properties files.
  
  Revision  Changes    Path
  1.4       +2 -1      jakarta-hivemind/hivebuild/javadoc-report.xml
  
  Index: javadoc-report.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/javadoc-report.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- javadoc-report.xml	21 Oct 2004 14:57:19 -0000	1.3
  +++ javadoc-report.xml	5 Jan 2005 22:23:12 -0000	1.4
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="javadoc-report">
   	<fail unless="ant.file.forrestdoc" message="Must import forrestdoc.xml first."/>
   	<property file="${hivebuild.dir}/license-report.properties"/>
  
  
  
  1.6       +2 -1      jakarta-hivemind/hivebuild/dist.xml
  
  Index: dist.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/dist.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- dist.xml	29 Oct 2004 17:46:02 -0000	1.5
  +++ dist.xml	5 Jan 2005 22:23:12 -0000	1.6
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="dist">
   	
   	<property file="${basedir}/project.properties"/>
  
  
  
  1.3       +2 -1      jakarta-hivemind/hivebuild/hivebuild.xml
  
  Index: hivebuild.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/hivebuild.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- hivebuild.xml	24 Jul 2004 13:41:52 -0000	1.2
  +++ hivebuild.xml	5 Jan 2005 22:23:12 -0000	1.3
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="hivebuild">
   
   	<!-- Ant magically sets ant.file.common to the location of this exact file.
  
  
  
  1.11      +2 -1      jakarta-hivemind/hivebuild/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	19 Nov 2004 20:28:49 -0000	1.10
  +++ project.xml	5 Jan 2005 22:23:12 -0000	1.11
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="project">
     
     <!-- Top level module used to combine other types of modules. -->
  
  
  
  1.2       +1 -5      jakarta-hivemind/hivebuild/war-module.properties
  
  Index: war-module.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/war-module.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- war-module.properties	28 Oct 2004 22:09:53 -0000	1.1
  +++ war-module.properties	5 Jan 2005 22:23:12 -0000	1.2
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  @@ -12,9 +11,6 @@
   # 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.
  -
  -# The directory containing the web application context, including the web.xml inside
  -# WEB-INF
   
   context.src.dir=${src.dir}/context
   
  
  
  
  1.2       +1 -4      jakarta-hivemind/hivebuild/license-report.properties
  
  Index: license-report.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/license-report.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- license-report.properties	11 Jul 2004 17:14:43 -0000	1.1
  +++ license-report.properties	5 Jan 2005 22:23:12 -0000	1.2
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  @@ -12,8 +11,6 @@
   # 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.
  -
  -# The name of the license file, as stored in the project root folder.
   
   license-report.license-file=LICENSE-2.0.txt
   
  
  
  
  1.4       +4 -3      jakarta-hivemind/hivebuild/license-report.xml
  
  Index: license-report.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/license-report.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- license-report.xml	21 Oct 2004 14:57:19 -0000	1.3
  +++ license-report.xml	5 Jan 2005 22:23:12 -0000	1.4
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="license-report">
   	<fail unless="ant.file.forrestdoc" message="Must import forrestdoc.xml first."/>
   	<property file="${hivebuild.dir}/license-report.properties"/>
  @@ -22,10 +23,10 @@
   			<announce message="Generating License Report ..."/>
   			<concat destfile="${project.forrest.xdocs.dir}/license-report.xml">
   				<filelist dir="${forrest.report-artifacts.dir}"
  -					files="license-report.header.xml"/>
  +					files="license-report.header.xml.inc"/>
   				<filelist dir="." files="${license-report.license-file}"/>
   				<filelist dir="${forrest.report-artifacts.dir}"
  -					files="license-report.trailer.xml"/>
  +					files="license-report.trailer.xml.inc"/>
   			</concat>
   			<add-report-to-menu element="license-report" label="License"
   				file="license-report.html"/>
  
  
  
  1.2       +2 -1      jakarta-hivemind/hivebuild/war-module.xml
  
  Index: war-module.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/war-module.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- war-module.xml	28 Oct 2004 22:09:53 -0000	1.1
  +++ war-module.xml	5 Jan 2005 22:23:12 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="jar-module">
   
   	<import file="module.xml"/>
  
  
  
  1.2       +1 -2      jakarta-hivemind/hivebuild/clover.properties
  
  Index: clover.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/clover.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- clover.properties	11 Jul 2004 17:14:43 -0000	1.1
  +++ clover.properties	5 Jan 2005 22:23:12 -0000	1.2
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  
  
  
  1.3       +1 -2      jakarta-hivemind/hivebuild/dist.properties
  
  Index: dist.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/dist.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dist.properties	21 Aug 2004 16:06:59 -0000	1.2
  +++ dist.properties	5 Jan 2005 22:23:12 -0000	1.3
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  
  
  
  1.4       +1 -2      jakarta-hivemind/hivebuild/dependency.properties
  
  Index: dependency.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/dependency.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dependency.properties	10 Aug 2004 14:25:16 -0000	1.3
  +++ dependency.properties	5 Jan 2005 22:23:12 -0000	1.4
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  
  
  
  1.6       +2 -1      jakarta-hivemind/hivebuild/hivedoc-report.xml
  
  Index: hivedoc-report.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/hivedoc-report.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- hivedoc-report.xml	21 Oct 2004 14:57:19 -0000	1.5
  +++ hivedoc-report.xml	5 Jan 2005 22:23:12 -0000	1.6
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="hivedoc-report">
   	<fail unless="ant.file.forrestdoc" message="Must import forrestdoc.xml first."/>
   	<property file="${hivebuild.dir}/hivedoc-report.properties"/>
  
  
  
  1.8       +1 -5      jakarta-hivemind/hivebuild/jar-module.properties
  
  Index: jar-module.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/jar-module.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jar-module.properties	28 Oct 2004 22:09:53 -0000	1.7
  +++ jar-module.properties	5 Jan 2005 22:23:12 -0000	1.8
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  @@ -12,8 +11,5 @@
   # 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.
  -
  -# Default name for the jar file. Can be overriden if the name doesn't match
  -# the module name, or if the project version should not be appended.
   
   module.jar.file=${module.name}-${project.version}.jar
  
  
  
  1.2       +2 -4      jakarta-hivemind/hivebuild/javacc.properties
  
  Index: javacc.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/javacc.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- javacc.properties	11 Jul 2004 17:14:43 -0000	1.1
  +++ javacc.properties	5 Jan 2005 22:23:12 -0000	1.2
  @@ -1,18 +1,16 @@
  -#  Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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
  +#     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.
  -
  -# Directory containing JavaCC input files.
   
   javacc.src.dir=${src.dir}/javacc
   
  
  
  
  1.4       +1 -5      jakarta-hivemind/hivebuild/hivedoc-report.properties
  
  Index: hivedoc-report.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/hivedoc-report.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- hivedoc-report.properties	21 Oct 2004 14:57:19 -0000	1.3
  +++ hivedoc-report.properties	5 Jan 2005 22:23:12 -0000	1.4
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  @@ -12,9 +11,6 @@
   # 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.
  -
  -# File containing the master registry (used as input to the XSLT transform). Generated
  -# by the constructregistry task.
   
   hivedoc.registry.file=${target.dir}/registry.xml
   
  
  
  
  1.6       +16 -0     jakarta-hivemind/hivebuild/forrestdoc.xml
  
  Index: forrestdoc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/forrestdoc.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- forrestdoc.xml	19 Nov 2004 20:28:49 -0000	1.5
  +++ forrestdoc.xml	5 Jan 2005 22:23:12 -0000	1.6
  @@ -1,4 +1,20 @@
   <?xml version="1.0"?>
  +<!-- 
  +   Copyright 2005 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="forrestdoc">
   	
   		<fail unless="ant.file.hivebuild" message="Must import hivebuild.xml first."/>
  
  
  
  1.3       +2 -1      jakarta-hivemind/hivebuild/module.xml
  
  Index: module.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/module.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- module.xml	29 Oct 2004 13:56:34 -0000	1.2
  +++ module.xml	5 Jan 2005 22:23:12 -0000	1.3
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="module">
   
   	<!-- 
  
  
  
  1.17      +2 -1      jakarta-hivemind/hivebuild/jar-module.xml
  
  Index: jar-module.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/jar-module.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- jar-module.xml	28 Oct 2004 22:09:53 -0000	1.16
  +++ jar-module.xml	5 Jan 2005 22:23:12 -0000	1.17
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="jar-module">
   
   	<import file="module.xml"/>
  
  
  
  1.4       +16 -0     jakarta-hivemind/hivebuild/clover-report.xml
  
  Index: clover-report.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/clover-report.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- clover-report.xml	16 Nov 2004 19:01:39 -0000	1.3
  +++ clover-report.xml	5 Jan 2005 22:23:12 -0000	1.4
  @@ -1,4 +1,20 @@
   <?xml version="1.0"?>
  +<!-- 
  +   Copyright 2005 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="clover-report">
   	<fail unless="ant.file.hivebuild" message="Must import hivebuild.xml first."/>
   	<fail unless="ant.file.dependency" message="Must import dependency.xml first."
  
  
  
  1.4       +2 -1      jakarta-hivemind/hivebuild/javacc.xml
  
  Index: javacc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/javacc.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- javacc.xml	21 Oct 2004 14:57:19 -0000	1.3
  +++ javacc.xml	5 Jan 2005 22:23:12 -0000	1.4
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="javacc">
   		<fail unless="ant.file.hivebuild" message="Must import hivebuild.xml first."/>
   		<fail unless="ant.file.dependency" message="Must import dependency.xml first."/>
  
  
  
  1.4       +2 -6      jakarta-hivemind/hivebuild/hivebuild.properties
  
  Index: hivebuild.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/hivebuild.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- hivebuild.properties	21 Oct 2004 14:57:19 -0000	1.3
  +++ hivebuild.properties	5 Jan 2005 22:23:12 -0000	1.4
  @@ -1,20 +1,16 @@
  -#  Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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
  +#     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.
  -
  -# Common properties related to the build.
  -
  -# Default root (project) directory; override inside modules
   
   root.dir=.
   
  
  
  
  1.9       +2 -1      jakarta-hivemind/hivebuild/dependency.xml
  
  Index: dependency.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/dependency.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- dependency.xml	16 Nov 2004 19:01:39 -0000	1.8
  +++ dependency.xml	5 Jan 2005 22:23:12 -0000	1.9
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="dependency">
   	<fail unless="ant.file.hivebuild" message="Must import hivebuild.xml first."/>
   
  
  
  
  1.3       +1 -8      jakarta-hivemind/hivebuild/module.properties
  
  Index: module.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/module.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- module.properties	19 Nov 2004 20:28:49 -0000	1.2
  +++ module.properties	5 Jan 2005 22:23:12 -0000	1.3
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  @@ -12,12 +11,6 @@
   # 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.
  -
  -# Contains properties specific to modules (jars and wars).  Many properties in hivebuild.properties
  -# should move here.
  -
  -# The following several properties define arguments passed to the javac task when compiling
  -# target code.
   
   module.javac.debug=on
   module.javac.debuglevel=lines,vars,source
  
  
  
  1.8       +1 -2      jakarta-hivemind/forrest.properties
  
  Index: forrest.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/forrest.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- forrest.properties	4 Jan 2005 01:06:22 -0000	1.7
  +++ forrest.properties	5 Jan 2005 22:23:14 -0000	1.8
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  
  
  
  1.14      +2 -2      jakarta-hivemind/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/project.properties,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.properties	21 Aug 2004 16:06:59 -0000	1.13
  +++ project.properties	5 Jan 2005 22:23:14 -0000	1.14
  @@ -1,10 +1,10 @@
  -#  Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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
  +#     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,
  
  
  
  1.7       +2 -5      jakarta-hivemind/version.properties
  
  Index: version.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/version.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- version.properties	13 Sep 2004 14:48:16 -0000	1.6
  +++ version.properties	5 Jan 2005 22:23:14 -0000	1.7
  @@ -1,18 +1,15 @@
  -#  Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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
  +#     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.
  -
  -# Version of project; incorporated into the names of
  -# archives and distributions.
   
   project.version=1.1-alpha-1
  
  
  
  1.2       +2 -2      jakarta-hivemind/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/build.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties	2 Nov 2004 22:32:16 -0000	1.1
  +++ build.properties	5 Jan 2005 22:23:14 -0000	1.2
  @@ -1,10 +1,10 @@
  -#  Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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
  +#     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,
  
  
  
  1.13      +2 -1      jakarta-hivemind/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml	30 Dec 2004 18:55:32 -0000	1.12
  +++ build.xml	5 Jan 2005 22:23:14 -0000	1.13
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <project name="HiveMind" default="install">
   
   	<!-- May need to create a custom type or task to make it easier
  
  
  
  1.90      +2 -1      jakarta-hivemind/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/status.xml,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- status.xml	4 Jan 2005 01:06:22 -0000	1.89
  +++ status.xml	5 Jan 2005 22:23:14 -0000	1.90
  @@ -1,6 +1,6 @@
   <?xml version="1.0"?>
   <!-- 
  -   Copyright 2004 The Apache Software Foundation
  +   Copyright 2004, 2005 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.
  @@ -14,6 +14,7 @@
      See the License for the specific language governing permissions and
      limitations under the License.
   -->
  +
   <status>
     <developers>
       <person name="Howard M. Lewis Ship" email="hlship@comcast.net" id="HLS" />
  
  
  
  1.3       +30 -13    jakarta-hivemind/support/update-copyrights.rb
  
  Index: update-copyrights.rb
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/support/update-copyrights.rb,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- update-copyrights.rb	5 Jan 2005 21:53:32 -0000	1.2
  +++ update-copyrights.rb	5 Jan 2005 22:23:15 -0000	1.3
  @@ -90,24 +90,21 @@
     template.collect { |line| line.sub(/\{YEAR\}/, year) }
   end
   
  -# Filter for Java files.  The copyright comment is placed
  -# before the first statement or directive (typically, before the package
  -# directive)
  +class Filter
   
  -class JavaFilter
  -  
  -  def initialize
  -    @template = read_template("copyright-java.txt")
  +  def initialize(comment, template_file)
  +    @comment = comment
  +    @template = read_template(template_file)
     end
  -  
  -  def update(path)
  +
  + def update(path)
       
       content = nil
       dirty = false
       
       File.open(path) { |file|  content = file.readlines }
       
  -    year = scan_for_year(content, "//")
  +    year = scan_for_year(content, @comment)
       
       copyright_comment = synthesize_copyright(@template, year)
       
  @@ -125,7 +122,7 @@
       while ! content.empty?
         line = content[0]
         
  -      if (line[0, 2] == "//" || line.strip.empty?)
  +      if line.strip.empty? || line[0, @comment.length] == @comment
           content.delete_at(0)
         else
           break
  @@ -145,6 +142,25 @@
     end
   end
   
  +# Filter for Java files.  The copyright comment is placed
  +# before the first statement or directive (typically, before the package
  +# directive)
  +
  +class JavaFilter < Filter
  +  
  +  def initialize
  +    super("//", "copyright-java.txt")
  +  end
  +  
  +end
  +
  +class PropertiesFilter < Filter
  +
  +  def initialize
  +    super("#", "copyright-properties.txt")
  +  end
  +end
  +
   # Filter used for any XML file.  The copyright is placed after the <?xml ...?> line, and before
   # anything else.
   
  @@ -159,7 +175,7 @@
     # or the "<?xml ..." declaration.
     
     def document_start?(line)
  -    return line.match(/^\s*<(!DOCTYPE|\w+)/) != nil
  +    return line == nil || line.match(/^\s*<(!DOCTYPE|\w+)/) != nil
     end
     
     def scan_for_year(content)
  @@ -256,7 +272,8 @@
   
   
   register_filter(/\.java$/, JavaFilter.new)
  -register_filter(/(\.xml|\/cli\.xconf)$/, XMLFilter.new)
  +register_filter(/(\/cli\.xconf|(\.(xml|jwc|application|library|page|script)))$/, XMLFilter.new)
  +register_filter(/\.properties$/, PropertiesFilter.new)
   
   $matches = 0
   $update_count = 0
  
  
  
  1.1                  jakarta-hivemind/support/copyright-properties.txt
  
  Index: copyright-properties.txt
  ===================================================================
  # Copyright {YEAR} 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.4       +1 -2      jakarta-hivemind/examples/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/examples/src/conf/log4j.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- log4j.properties	25 Jul 2004 22:12:52 -0000	1.3
  +++ log4j.properties	5 Jan 2005 22:23:15 -0000	1.4
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  
  
  
  1.2       +14 -0     jakarta-hivemind/framework/src/test-data/TestFileResource/localizable_fr.properties
  
  Index: localizable_fr.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test-data/TestFileResource/localizable_fr.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- localizable_fr.properties	18 Jun 2004 13:50:33 -0000	1.1
  +++ localizable_fr.properties	5 Jan 2005 22:23:16 -0000	1.2
  @@ -0,0 +1,14 @@
  +# Copyright 2005 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.2       +14 -0     jakarta-hivemind/framework/src/test-data/TestFileResource/localizable.properties
  
  Index: localizable.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test-data/TestFileResource/localizable.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- localizable.properties	18 Jun 2004 13:50:33 -0000	1.1
  +++ localizable.properties	5 Jan 2005 22:23:16 -0000	1.2
  @@ -0,0 +1,14 @@
  +# Copyright 2005 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.2       +14 -0     jakarta-hivemind/framework/src/test-data/TestFileResource/localizable_en.properties
  
  Index: localizable_en.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test-data/TestFileResource/localizable_en.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- localizable_en.properties	18 Jun 2004 13:50:33 -0000	1.1
  +++ localizable_en.properties	5 Jan 2005 22:23:16 -0000	1.2
  @@ -0,0 +1,14 @@
  +# Copyright 2005 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.7       +1 -2      jakarta-hivemind/framework/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/conf/log4j.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- log4j.properties	13 Aug 2004 13:19:15 -0000	1.6
  +++ log4j.properties	5 Jan 2005 22:23:16 -0000	1.7
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  
  
  
  1.1                  jakarta-hivemind/hivebuild/report-artifacts/license-report.trailer.xml.inc
  
  Index: license-report.trailer.xml.inc
  ===================================================================
  	
  ]]>
  </source>
  <!-- 
     Copyright 2004-2005 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.
  -->    
    </body>
  </document>
  
  
  1.1                  jakarta-hivemind/hivebuild/report-artifacts/license-report.header.xml.inc
  
  Index: license-report.header.xml.inc
  ===================================================================
  <?xml version="1.0"?>
  <!-- 
     Copyright 2004, 2005 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 document PUBLIC "-//APACHE//DTD Documentation V1.3//EN" "http://xml.apache.org/forrest/dtd/document-v13.dtd">
  <document>
  
    <header>
      <title>Project License</title>
    </header>
  
    <body>
  <source>
  	<!-- The contents of the license file are copies in place after this CDATA section.
  		   The license-report.trailer.xml contains the rest. -->
  <![CDATA[	
  
  
  
  
  1.2       +1 -2      jakarta-hivemind/framework/src/test/hivemind/test/services/BuilderAccessFailure.properties
  
  Index: BuilderAccessFailure.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test/hivemind/test/services/BuilderAccessFailure.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BuilderAccessFailure.properties	18 Jul 2004 00:37:11 -0000	1.1
  +++ BuilderAccessFailure.properties	5 Jan 2005 22:23:16 -0000	1.2
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  
  
  
  1.3       +1 -2      jakarta-hivemind/framework/src/test/hivemind/test/services/BuilderAccess.properties
  
  Index: BuilderAccess.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test/hivemind/test/services/BuilderAccess.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- BuilderAccess.properties	17 Jun 2004 15:16:10 -0000	1.2
  +++ BuilderAccess.properties	5 Jan 2005 22:23:16 -0000	1.3
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  
  
  
  1.2       +13 -1     jakarta-hivemind/framework/src/test/hivemind/test/config/Localized_fr.properties
  
  Index: Localized_fr.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test/hivemind/test/config/Localized_fr.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Localized_fr.properties	16 Sep 2003 18:51:18 -0000	1.1
  +++ Localized_fr.properties	5 Jan 2005 22:23:16 -0000	1.2
  @@ -1,3 +1,15 @@
  -# $Id$
  +# Copyright 2005 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.
   
   inner-message=Une Certaine Fichue Chose
  
  
  
  1.3       +13 -1     jakarta-hivemind/framework/src/test/hivemind/test/config/Localized.properties
  
  Index: Localized.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test/hivemind/test/config/Localized.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Localized.properties	20 Jul 2004 17:25:33 -0000	1.2
  +++ Localized.properties	5 Jan 2005 22:23:16 -0000	1.3
  @@ -1,4 +1,16 @@
  -# $Id$
  +# Copyright 2005 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.
   
   test-message=Test message #{1} from {0} about: {2}.
   inner-message=Some Damn Thing
  
  
  
  1.17      +1 -7      jakarta-hivemind/framework/src/java/org/apache/hivemind/parse/DescriptorParser.properties
  
  Index: DescriptorParser.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/java/org/apache/hivemind/parse/DescriptorParser.properties,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- DescriptorParser.properties	30 Dec 2004 18:55:32 -0000	1.16
  +++ DescriptorParser.properties	5 Jan 2005 22:23:16 -0000	1.17
  @@ -1,4 +1,4 @@
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  @@ -11,12 +11,6 @@
   # 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.
  -#
  -# Contains information needed by DescriptorParser.
  -
  -# required.element-name.attribute-name=true|false
  -#   Defines the allowed attributes for each element, and whether the attribute
  -#   is optional or required.
   
   required.module.id=true
   required.module.version=true
  
  
  
  1.4       +1 -2      jakarta-hivemind/library/src/conf/log4j.properties
  
  Index: log4j.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/library/src/conf/log4j.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- log4j.properties	20 Jul 2004 17:27:16 -0000	1.3
  +++ log4j.properties	5 Jan 2005 22:23:16 -0000	1.4
  @@ -1,5 +1,4 @@
  -#
  -# Copyright 2004 The Apache Software Foundation
  +# Copyright 2004, 2005 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.
  
  
  
  1.2       +13 -1     jakarta-hivemind/framework/src/descriptor/hivemind-tasks.properties
  
  Index: hivemind-tasks.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/descriptor/hivemind-tasks.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hivemind-tasks.properties	28 May 2004 21:41:11 -0000	1.1
  +++ hivemind-tasks.properties	5 Jan 2005 22:23:16 -0000	1.2
  @@ -1,4 +1,16 @@
  -# 
  +# Copyright 2005 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.
   
   constructregistry=org.apache.hivemind.ant.ConstructRegistry
   manifestclasspath=org.apache.hivemind.ant.ManifestClassPath
  
  
  
  1.5       +1 -1      jakarta-hivemind/hivebuild/src/java/org/apache/hivemind/build/Grabber.java
  
  Index: Grabber.java
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/hivebuild/src/java/org/apache/hivemind/build/Grabber.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Grabber.java	16 Nov 2004 19:01:39 -0000	1.4
  +++ Grabber.java	5 Jan 2005 22:23:17 -0000	1.5
  @@ -1,4 +1,4 @@
  -//  Copyright 2004 The Apache Software Foundation
  +// Copyright 2004, 2005 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.
  
  
  
  1.2       +13 -1     jakarta-hivemind/framework/src/test/hivemind/test/config/impl/test.properties
  
  Index: test.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/framework/src/test/hivemind/test/config/impl/test.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test.properties	16 Sep 2003 18:51:23 -0000	1.1
  +++ test.properties	5 Jan 2005 22:23:17 -0000	1.2
  @@ -1,4 +1,16 @@
  -# $Id$
  +# Copyright 2005 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.
   
   wife=wilma
   husband=fred
  
  
  

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