You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by le...@apache.org on 2004/02/19 15:49:15 UTC

cvs commit: jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test AttributesTestCase.java BeanAttribute.java Dependency.java RuntimeSample.java Sample.java Sample2.java SampleIF1.java SampleIF2.java SampleIFJoin.java SampleService.java SuperSample.java ThreadSafe.java

leosutic    2004/02/19 06:49:15

  Modified:    attributes build.xml maven.xml project.xml
               attributes/api project.xml
               attributes/api/src/java overview.html
               attributes/api/src/java/org/apache/commons/attributes
                        AttributeIndex.java AttributeRepositoryClass.java
                        Attributes.java AttributeUtil.java
                        CachedRepository.java CircularDependencyError.java
                        DefaultCachedRepository.java DefaultSealable.java
                        EmptyCachedRepository.java Indexed.java
                        Inheritable.java MultipleAttributesError.java
                        package.html RepositoryError.java
                        RuntimeAttributeRepository.java Sealable.java
                        Util.java
               attributes/compiler project.xml
               attributes/compiler/src/java/org/apache/commons/attributes
                        anttasks.properties
               attributes/compiler/src/java/org/apache/commons/attributes/compiler
                        AttributeCompiler.java
                        AttributeExpressionParser.java
                        AttributeIndexer.java package.html
               attributes/compiler/src/test/org/apache/commons/attributes/compiler/test
                        AttributeExpressionParserTestCase.java
               attributes/plugin plugin.jelly plugin.properties project.xml
               attributes/site maven.xml project.properties project.xml
               attributes/site/etc site.jsl stylesheet.css
               attributes/site/xdocs index.xml navigation.xml
               attributes/unittest maven.xml project.xml
               attributes/unittest/src/cl1 TestAttribute.java
                        TestClass.java
               attributes/unittest/src/cl2 TestAttribute.java
                        TestClass.java
               attributes/unittest/src/test/org/apache/commons/attributes/test
                        AttributesTestCase.java BeanAttribute.java
                        Dependency.java RuntimeSample.java Sample.java
                        Sample2.java SampleIF1.java SampleIF2.java
                        SampleIFJoin.java SampleService.java
                        SuperSample.java ThreadSafe.java
  Log:
  Fixed license text.
  
  Revision  Changes    Path
  1.7       +17 -1     jakarta-commons-sandbox/attributes/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/build.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build.xml	24 Aug 2003 17:47:29 -0000	1.6
  +++ build.xml	19 Feb 2004 14:49:12 -0000	1.7
  @@ -1,10 +1,26 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
   <!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
  +<!--
   build.xml generated by maven from project.xml version 2.0alpha
   on date August 24 2003, time 1939
   -->
  -
   <project default="jar" name="commons-attributes-api" basedir=".">
       <property name="defaulttargetdir" value="target">
       </property>
  
  
  
  1.8       +17 -0     jakarta-commons-sandbox/attributes/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/maven.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- maven.xml	23 Aug 2003 21:07:11 -0000	1.7
  +++ maven.xml	19 Feb 2004 14:49:12 -0000	1.8
  @@ -1,3 +1,20 @@
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <project default="do-install" xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:util="jelly:util">
       
       <property file="${basedir}/../build.properties"/>
  
  
  
  1.10      +17 -1     jakarta-commons-sandbox/attributes/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	9 Oct 2003 19:23:30 -0000	1.9
  +++ project.xml	19 Feb 2004 14:49:12 -0000	1.10
  @@ -1,5 +1,21 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <project>
       
       <pomVersion>3</pomVersion>
  
  
  
  1.3       +17 -1     jakarta-commons-sandbox/attributes/api/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	22 Aug 2003 23:48:15 -0000	1.2
  +++ project.xml	19 Feb 2004 14:49:12 -0000	1.3
  @@ -1,5 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <project>
       <extend>${basedir}/../project.xml</extend>
       <id>commons-attributes-api</id>
  
  
  
  1.5       +17 -0     jakarta-commons-sandbox/attributes/api/src/java/overview.html
  
  Index: overview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/overview.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- overview.html	15 Jan 2004 21:04:13 -0000	1.4
  +++ overview.html	19 Feb 2004 14:49:12 -0000	1.5
  @@ -1,3 +1,20 @@
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <html>
       <body>
           <p>The Jakarta Commons Attributes projects enables developers to use C#-like attributes in their programs.</p>
  
  
  
  1.6       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/AttributeIndex.java
  
  Index: AttributeIndex.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/AttributeIndex.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AttributeIndex.java	26 Jan 2004 20:07:55 -0000	1.5
  +++ AttributeIndex.java	19 Feb 2004 14:49:12 -0000	1.6
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.6       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/AttributeRepositoryClass.java
  
  Index: AttributeRepositoryClass.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/AttributeRepositoryClass.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AttributeRepositoryClass.java	26 Jan 2004 20:07:55 -0000	1.5
  +++ AttributeRepositoryClass.java	19 Feb 2004 14:49:12 -0000	1.6
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.10      +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/Attributes.java
  
  Index: Attributes.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/Attributes.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Attributes.java	26 Jan 2004 20:07:56 -0000	1.9
  +++ Attributes.java	19 Feb 2004 14:49:12 -0000	1.10
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/AttributeUtil.java
  
  Index: AttributeUtil.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/AttributeUtil.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AttributeUtil.java	26 Jan 2004 20:07:56 -0000	1.4
  +++ AttributeUtil.java	19 Feb 2004 14:49:13 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.8       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/CachedRepository.java
  
  Index: CachedRepository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/CachedRepository.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- CachedRepository.java	26 Jan 2004 20:07:56 -0000	1.7
  +++ CachedRepository.java	19 Feb 2004 14:49:13 -0000	1.8
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/CircularDependencyError.java
  
  Index: CircularDependencyError.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/CircularDependencyError.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CircularDependencyError.java	26 Jan 2004 20:07:56 -0000	1.4
  +++ CircularDependencyError.java	19 Feb 2004 14:49:13 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.8       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/DefaultCachedRepository.java
  
  Index: DefaultCachedRepository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/DefaultCachedRepository.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- DefaultCachedRepository.java	26 Jan 2004 20:07:56 -0000	1.7
  +++ DefaultCachedRepository.java	19 Feb 2004 14:49:13 -0000	1.8
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/DefaultSealable.java
  
  Index: DefaultSealable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/DefaultSealable.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultSealable.java	26 Jan 2004 20:07:56 -0000	1.2
  +++ DefaultSealable.java	19 Feb 2004 14:49:13 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.7       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/EmptyCachedRepository.java
  
  Index: EmptyCachedRepository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/EmptyCachedRepository.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- EmptyCachedRepository.java	26 Jan 2004 20:07:56 -0000	1.6
  +++ EmptyCachedRepository.java	19 Feb 2004 14:49:13 -0000	1.7
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/Indexed.java
  
  Index: Indexed.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/Indexed.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Indexed.java	26 Jan 2004 20:07:56 -0000	1.4
  +++ Indexed.java	19 Feb 2004 14:49:13 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.6       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/Inheritable.java
  
  Index: Inheritable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/Inheritable.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Inheritable.java	26 Jan 2004 20:07:56 -0000	1.5
  +++ Inheritable.java	19 Feb 2004 14:49:13 -0000	1.6
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/MultipleAttributesError.java
  
  Index: MultipleAttributesError.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/MultipleAttributesError.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MultipleAttributesError.java	26 Jan 2004 20:07:56 -0000	1.2
  +++ MultipleAttributesError.java	19 Feb 2004 14:49:13 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +17 -0     jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	20 Aug 2003 23:16:15 -0000	1.1
  +++ package.html	19 Feb 2004 14:49:13 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <html>
       <body>
           <p>Provides an API for accessing attributes.
  
  
  
  1.5       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/RepositoryError.java
  
  Index: RepositoryError.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/RepositoryError.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RepositoryError.java	26 Jan 2004 20:07:56 -0000	1.4
  +++ RepositoryError.java	19 Feb 2004 14:49:13 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/RuntimeAttributeRepository.java
  
  Index: RuntimeAttributeRepository.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/RuntimeAttributeRepository.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- RuntimeAttributeRepository.java	26 Jan 2004 20:07:56 -0000	1.2
  +++ RuntimeAttributeRepository.java	19 Feb 2004 14:49:13 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/Sealable.java
  
  Index: Sealable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/Sealable.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Sealable.java	26 Jan 2004 20:07:56 -0000	1.2
  +++ Sealable.java	19 Feb 2004 14:49:13 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +1 -1      jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/Util.java
  
  Index: Util.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/org/apache/commons/attributes/Util.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Util.java	26 Jan 2004 20:07:56 -0000	1.4
  +++ Util.java	19 Feb 2004 14:49:13 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +17 -1     jakarta-commons-sandbox/attributes/compiler/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/compiler/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	18 Jan 2004 17:14:03 -0000	1.3
  +++ project.xml	19 Feb 2004 14:49:13 -0000	1.4
  @@ -1,5 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <project>
       <extend>${basedir}/../project.xml</extend>
       <id>commons-attributes-compiler</id>
  
  
  
  1.2       +15 -0     jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/anttasks.properties
  
  Index: anttasks.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/anttasks.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- anttasks.properties	20 Aug 2003 23:13:28 -0000	1.1
  +++ anttasks.properties	19 Feb 2004 14:49:13 -0000	1.2
  @@ -1,2 +1,17 @@
  +#
  +# Copyright 2003-2004 The Apache Software Foundation
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +# 
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +#
   attribute-compiler=org.apache.commons.attributes.compiler.AttributeCompiler
   attribute-indexer=org.apache.commons.attributes.compiler.AttributeIndexer
  
  
  
  1.13      +6 -4      jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java
  
  Index: AttributeCompiler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeCompiler.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- AttributeCompiler.java	29 Jan 2004 15:42:37 -0000	1.12
  +++ AttributeCompiler.java	19 Feb 2004 14:49:13 -0000	1.13
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  @@ -27,6 +27,7 @@
   import java.util.StringTokenizer;
   
   import org.apache.tools.ant.BuildException;
  +import org.apache.tools.ant.Project;
   import org.apache.tools.ant.Task;
   import org.apache.tools.ant.types.FileSet;
   import org.apache.tools.ant.types.Path;
  @@ -69,6 +70,7 @@
       private Path src;
       private File destDir;
       private int numGenerated;
  +    private int numIgnored;
       private String attributePackages = "";
       
       public AttributeCompiler () {
  @@ -248,7 +250,8 @@
           destFile = new File (destDir, name.replace ('.', '/') + "$__attributeRepository.java");
           
           if (xClass.isAnonymous ()) {
  -            log (xClass.getName () + " is anonymous - ignoring.");
  +            log (xClass.getName () + " is anonymous - ignoring.", Project.MSG_VERBOSE);
  +            numIgnored++;
               return;
           }
           
  @@ -458,14 +461,13 @@
           Iterator iter = doc.getSourceClasses ().iterator ();
           try {
               while (iter.hasNext ()) {
  -                
                   XClass xClass = (XClass) iter.next ();
                   generateClass (xClass);
               }
           } catch (Exception e) {
               throw new BuildException (e.toString (), e);
           }
  -        log ("Generated attribute information for " + numGenerated + " classes.");
  +        log ("Generated attribute information for " + numGenerated + " classes. Ignored " + numIgnored + " classes.");
       }
       
       /**
  
  
  
  1.5       +1 -1      jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeExpressionParser.java
  
  Index: AttributeExpressionParser.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeExpressionParser.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AttributeExpressionParser.java	26 Jan 2004 20:07:57 -0000	1.4
  +++ AttributeExpressionParser.java	19 Feb 2004 14:49:13 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.7       +1 -1      jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeIndexer.java
  
  Index: AttributeIndexer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/compiler/AttributeIndexer.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- AttributeIndexer.java	26 Jan 2004 20:07:57 -0000	1.6
  +++ AttributeIndexer.java	19 Feb 2004 14:49:13 -0000	1.7
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.2       +17 -0     jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/compiler/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/compiler/src/java/org/apache/commons/attributes/compiler/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	20 Aug 2003 23:16:15 -0000	1.1
  +++ package.html	19 Feb 2004 14:49:13 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <html>
       <body>
           <p>Provides an Ant task that preprocesses Java files. The resulting files
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/attributes/compiler/src/test/org/apache/commons/attributes/compiler/test/AttributeExpressionParserTestCase.java
  
  Index: AttributeExpressionParserTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/compiler/src/test/org/apache/commons/attributes/compiler/test/AttributeExpressionParserTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AttributeExpressionParserTestCase.java	26 Jan 2004 20:07:57 -0000	1.2
  +++ AttributeExpressionParserTestCase.java	19 Feb 2004 14:49:13 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +17 -1     jakarta-commons-sandbox/attributes/plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/plugin/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly	25 Aug 2003 18:17:59 -0000	1.4
  +++ plugin.jelly	19 Feb 2004 14:49:13 -0000	1.5
  @@ -1,5 +1,21 @@
   <?xml version="1.0"?>
  -
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <project xmlns:j="jelly:core"
     xmlns:define="jelly:define"
     xmlns:util="jelly:util"
  
  
  
  1.2       +15 -0     jakarta-commons-sandbox/attributes/plugin/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/plugin/plugin.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.properties	22 Aug 2003 23:46:40 -0000	1.1
  +++ plugin.properties	19 Feb 2004 14:49:13 -0000	1.2
  @@ -1,3 +1,18 @@
  +#
  +# Copyright 2003-2004 The Apache Software Foundation
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +# 
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +#
   # ------------------------------------------------------------------
   # P L U G I N  P R O P E R T I E S
   # -------------------------------------------------------------------
  
  
  
  1.2       +17 -1     jakarta-commons-sandbox/attributes/plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/plugin/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	22 Aug 2003 23:46:40 -0000	1.1
  +++ project.xml	19 Feb 2004 14:49:13 -0000	1.2
  @@ -1,5 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <project>
       <extend>${basedir}/../project.xml</extend>
       <pomVersion>3</pomVersion>
  
  
  
  1.2       +17 -0     jakarta-commons-sandbox/attributes/site/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	20 Aug 2003 23:16:15 -0000	1.1
  +++ maven.xml	19 Feb 2004 14:49:13 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <project default="site" xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:util="jelly:util">
   
     <property file="${basedir}/build.properties"/>
  
  
  
  1.3       +15 -1     jakarta-commons-sandbox/attributes/site/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	21 Aug 2003 23:28:01 -0000	1.2
  +++ project.properties	19 Feb 2004 14:49:13 -0000	1.3
  @@ -1,4 +1,18 @@
  -
  +#
  +# Copyright 2003-2004 The Apache Software Foundation
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +# 
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +#
   #
   # Banner background and foreground colors.
   #
  
  
  
  1.2       +17 -1     jakarta-commons-sandbox/attributes/site/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	20 Aug 2003 23:16:15 -0000	1.1
  +++ project.xml	19 Feb 2004 14:49:13 -0000	1.2
  @@ -1,5 +1,21 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <project>
       <extend>${basedir}/../project.xml</extend>
       <package>org.apache.commons.attributes</package>
  
  
  
  1.2       +17 -0     jakarta-commons-sandbox/attributes/site/etc/site.jsl
  
  Index: site.jsl
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/etc/site.jsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- site.jsl	20 Aug 2003 23:16:15 -0000	1.1
  +++ site.jsl	19 Feb 2004 14:49:14 -0000	1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0"?>
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <!-- stylesheet to be used -->
   <jsl:stylesheet select="$doc"
     xmlns:define="jelly:define"
  
  
  
  1.2       +15 -0     jakarta-commons-sandbox/attributes/site/etc/stylesheet.css
  
  Index: stylesheet.css
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/etc/stylesheet.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- stylesheet.css	20 Aug 2003 23:16:15 -0000	1.1
  +++ stylesheet.css	19 Feb 2004 14:49:14 -0000	1.2
  @@ -1,3 +1,18 @@
  +/*
  +* Copyright 2003-2004 The Apache Software Foundation
  +* 
  +* Licensed under the Apache License, Version 2.0 (the "License");
  +* you may not use this file except in compliance with the License.
  +* You may obtain a copy of the License at
  +* 
  +*     http://www.apache.org/licenses/LICENSE-2.0
  +* 
  +* Unless required by applicable law or agreed to in writing, software
  +* distributed under the License is distributed on an "AS IS" BASIS,
  +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +* See the License for the specific language governing permissions and
  +* limitations under the License.
  +*/
   /* Javadoc style sheet */
   
   /* Define colors, fonts and other style attributes here to override the defaults */
  
  
  
  1.8       +17 -1     jakarta-commons-sandbox/attributes/site/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/index.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.xml	15 Jan 2004 21:04:13 -0000	1.7
  +++ index.xml	19 Feb 2004 14:49:14 -0000	1.8
  @@ -1,5 +1,21 @@
   <?xml version="1.0"?>
  -
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <document>
   
       <properties>
  
  
  
  1.2       +17 -0     jakarta-commons-sandbox/attributes/site/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/site/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	20 Aug 2003 23:16:15 -0000	1.1
  +++ navigation.xml	19 Feb 2004 14:49:14 -0000	1.2
  @@ -1,4 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <project>
   
    <title>Jakarta Commons Attributes</title>
  
  
  
  1.5       +17 -0     jakarta-commons-sandbox/attributes/unittest/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml	24 Aug 2003 17:48:00 -0000	1.4
  +++ maven.xml	19 Feb 2004 14:49:14 -0000	1.5
  @@ -1,3 +1,20 @@
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <project default="do-install" xmlns:maven="jelly:maven" xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:util="jelly:util">
       
       <property file="${basedir}/../build.properties"/>
  
  
  
  1.3       +17 -1     jakarta-commons-sandbox/attributes/unittest/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	22 Aug 2003 23:47:45 -0000	1.2
  +++ project.xml	19 Feb 2004 14:49:14 -0000	1.3
  @@ -1,5 +1,21 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -
  +<!--
  +=
  += Copyright 2003-2004 The Apache Software Foundation
  += 
  += Licensed under the Apache License, Version 2.0 (the "License");
  += you may not use this file except in compliance with the License.
  += You may obtain a copy of the License at
  += 
  +=     http://www.apache.org/licenses/LICENSE-2.0
  += 
  += Unless required by applicable law or agreed to in writing, software
  += distributed under the License is distributed on an "AS IS" BASIS,
  += WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  += See the License for the specific language governing permissions and
  += limitations under the License.
  +=
  +-->
   <project>
       <extend>${basedir}/../project.xml</extend>
       <id>commons-attributes-unittest</id>
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/cl1/TestAttribute.java
  
  Index: TestAttribute.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/cl1/TestAttribute.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestAttribute.java	26 Jan 2004 20:07:57 -0000	1.2
  +++ TestAttribute.java	19 Feb 2004 14:49:14 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/cl1/TestClass.java
  
  Index: TestClass.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/cl1/TestClass.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestClass.java	26 Jan 2004 20:07:57 -0000	1.3
  +++ TestClass.java	19 Feb 2004 14:49:14 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/cl2/TestAttribute.java
  
  Index: TestAttribute.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/cl2/TestAttribute.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestAttribute.java	26 Jan 2004 20:07:57 -0000	1.3
  +++ TestAttribute.java	19 Feb 2004 14:49:14 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/cl2/TestClass.java
  
  Index: TestClass.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/cl2/TestClass.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestClass.java	26 Jan 2004 20:07:57 -0000	1.3
  +++ TestClass.java	19 Feb 2004 14:49:14 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.9       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/AttributesTestCase.java
  
  Index: AttributesTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/AttributesTestCase.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- AttributesTestCase.java	26 Jan 2004 20:07:57 -0000	1.8
  +++ AttributesTestCase.java	19 Feb 2004 14:49:15 -0000	1.9
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/BeanAttribute.java
  
  Index: BeanAttribute.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/BeanAttribute.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BeanAttribute.java	26 Jan 2004 20:07:57 -0000	1.4
  +++ BeanAttribute.java	19 Feb 2004 14:49:15 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/Dependency.java
  
  Index: Dependency.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/Dependency.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Dependency.java	26 Jan 2004 20:07:57 -0000	1.3
  +++ Dependency.java	19 Feb 2004 14:49:15 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/RuntimeSample.java
  
  Index: RuntimeSample.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/RuntimeSample.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RuntimeSample.java	26 Jan 2004 20:07:57 -0000	1.4
  +++ RuntimeSample.java	19 Feb 2004 14:49:15 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.6       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/Sample.java
  
  Index: Sample.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/Sample.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Sample.java	26 Jan 2004 20:07:57 -0000	1.5
  +++ Sample.java	19 Feb 2004 14:49:15 -0000	1.6
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/Sample2.java
  
  Index: Sample2.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/Sample2.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Sample2.java	26 Jan 2004 20:07:57 -0000	1.2
  +++ Sample2.java	19 Feb 2004 14:49:15 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/SampleIF1.java
  
  Index: SampleIF1.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/SampleIF1.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SampleIF1.java	26 Jan 2004 20:07:57 -0000	1.3
  +++ SampleIF1.java	19 Feb 2004 14:49:15 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/SampleIF2.java
  
  Index: SampleIF2.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/SampleIF2.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SampleIF2.java	26 Jan 2004 20:07:57 -0000	1.3
  +++ SampleIF2.java	19 Feb 2004 14:49:15 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/SampleIFJoin.java
  
  Index: SampleIFJoin.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/SampleIFJoin.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SampleIFJoin.java	26 Jan 2004 20:07:57 -0000	1.2
  +++ SampleIFJoin.java	19 Feb 2004 14:49:15 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/SampleService.java
  
  Index: SampleService.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/SampleService.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SampleService.java	26 Jan 2004 20:07:57 -0000	1.2
  +++ SampleService.java	19 Feb 2004 14:49:15 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/SuperSample.java
  
  Index: SuperSample.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/SuperSample.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SuperSample.java	26 Jan 2004 20:07:57 -0000	1.4
  +++ SuperSample.java	19 Feb 2004 14:49:15 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.3       +1 -1      jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/ThreadSafe.java
  
  Index: ThreadSafe.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/unittest/src/test/org/apache/commons/attributes/test/ThreadSafe.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ThreadSafe.java	26 Jan 2004 20:07:57 -0000	1.2
  +++ ThreadSafe.java	19 Feb 2004 14:49:15 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1997-2004 Apache Software Foundation
  + * Copyright 2003-2004 The Apache Software Foundation
    * 
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  

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