You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2004/02/28 15:10:18 UTC

cvs commit: avalon/util project.xml

leosutic    2004/02/28 06:10:18

  Modified:    .        project.xml
               buildsystem project-common.xml
               buildsystem/xml-forrest/src/resources/maven-plugin
                        project.xml
               fortress/container maven.xml
               fortress/new project.xml
               framework project.xml
               logging  project.xml
               merlin   project.xml
               meta     project.xml
               repository project.xml
               util     project.xml
  Log:
  Fixed license.
  
  Revision  Changes    Path
  1.4       +16 -1     avalon/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	3 Dec 2003 04:59:32 -0000	1.3
  +++ project.xml	28 Feb 2004 14:10:18 -0000	1.4
  @@ -1,5 +1,20 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +Copyright 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>
  @@ -7,7 +22,7 @@
     <name>Avalon POM</name>
   
     <organization>
  -    <name>Apache Software Foundation</name>
  +    <name>The Apache Software Foundation</name>
       <url>http://avalon.apache.org/</url>
       <logo>http://avalon.apache.org/images/apache-avalon-logo.png</logo>
     </organization>
  
  
  
  1.2       +16 -1     avalon/buildsystem/project-common.xml
  
  Index: project-common.xml
  ===================================================================
  RCS file: /home/cvs/avalon/buildsystem/project-common.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project-common.xml	9 Jun 2003 15:26:24 -0000	1.1
  +++ project-common.xml	28 Feb 2004 14:10:18 -0000	1.2
  @@ -1,10 +1,25 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +Copyright 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>
   
       <organization>
  -        <name>Apache Software Foundation</name>
  +        <name>The Apache Software Foundation</name>
           <url>http://www.apache.org/</url>
       </organization>
       <inceptionYear>1997</inceptionYear>
  
  
  
  1.4       +16 -1     avalon/buildsystem/xml-forrest/src/resources/maven-plugin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/buildsystem/xml-forrest/src/resources/maven-plugin/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml	17 Jun 2003 18:36:35 -0000	1.3
  +++ project.xml	28 Feb 2004 14:10:18 -0000	1.4
  @@ -1,5 +1,20 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +Copyright 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>
       <id>maven-forrest-plugin</id>
  @@ -28,7 +43,7 @@
       </developers>
   
       <organization>
  -        <name>Apache Software Foundation</name>
  +        <name>The Apache Software Foundation</name>
           <url>http://www.apache.org/</url>
           <logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
       </organization>
  
  
  
  1.8       +4 -4      avalon/fortress/container/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/avalon/fortress/container/maven.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- maven.xml	17 Jun 2003 17:28:37 -0000	1.7
  +++ maven.xml	28 Feb 2004 14:10:18 -0000	1.8
  @@ -57,7 +57,7 @@
           </ant:copy>
       </postGoal>
   
  -    <postGoal name="java:jar">
  +    <postGoal name="jar:jar">
           <!-- build big jar -->
           <ant:mkdir dir="${maven.build.dir}/libs"/>
           <deploy:copy-deps
  @@ -67,14 +67,14 @@
           <ant:jar destfile="${maven.build.dir}/${pom.artifactId}-complete-${pom.currentVersion}.jar" duplicate="preserve">
               <ant:manifest>
                   <ant:attribute name="Extension-Name" value="${pom.aritfactId}-complete"/>
  -                <ant:attribute name="Specification-Vendor" value="Apache Software Foundation"/>
  +                <ant:attribute name="Specification-Vendor" value="The Apache Software Foundation"/>
                   <ant:attribute name="Specification-Version" value="${pom.currentVersion}"/>
  -                <ant:attribute name="Implementation-Vendor" value="Apache Software Foundation"/>
  +                <ant:attribute name="Implementation-Vendor" value="The Apache Software Foundation"/>
                   <ant:attribute name="Implementation-Version" value="${pom.currentVersion}"/>
               </ant:manifest>
   
               <ant:zipfileset src="${maven.build.dir}/${maven.final.name}.jar"/>
  -            <ant:zipgroupfileset dir="${maven.build.dir}/libs" includes="*.zip"/>
  +            <ant:zipgroupfileset dir="${maven.build.dir}/libs" includes="*.jar"/>
           </ant:jar>
       </postGoal>
   
  
  
  
  1.2       +16 -1     avalon/fortress/new/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/fortress/new/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml	29 Oct 2003 13:42:49 -0000	1.1
  +++ project.xml	28 Feb 2004 14:10:18 -0000	1.2
  @@ -1,9 +1,24 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +Copyright 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>
   
     <organization>
  -    <name>Apache Software Foundation</name>
  +    <name>The Apache Software Foundation</name>
       <url>http://avalon.apache.org/</url>
       <logo>http://avalon.apache.org/images/apache-avalon-logo.png</logo>
     </organization>
  
  
  
  1.7       +16 -1     avalon/framework/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/framework/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	30 Oct 2003 00:40:05 -0000	1.6
  +++ project.xml	28 Feb 2004 14:10:18 -0000	1.7
  @@ -1,5 +1,20 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +Copyright 2004 The Apache Software Foundation
  +Licensed  under the  Apache License,  Version 2.0  (the "License");
  +you may not use  this file  except in  compliance with the License.
  +You may obtain a copy of the License at 
   
  +http://www.apache.org/licenses/LICENSE-2.0
  +
  +Unless required by applicable law or agreed to in writing, software
  +distributed  under the  License is distributed on an "AS IS" BASIS,
  +WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
  +implied.
  +
  +See the License for the specific language governing permissions and
  +limitations under the License.
  +-->
   <project>
   
     <name>Avalon Framework</name>
  @@ -9,7 +24,7 @@
     <inceptionYear>2000</inceptionYear>
   
     <organization>
  -    <name>Apache Software Foundation</name>
  +    <name>The Apache Software Foundation</name>
       <url>http://avalon.apache.org/</url>
       <logo>http://avalon.apache.org/images/apache-avalon-logo.png</logo>
     </organization>
  
  
  
  1.5       +16 -1     avalon/logging/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/logging/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml	25 Feb 2004 12:00:23 -0000	1.4
  +++ project.xml	28 Feb 2004 14:10:18 -0000	1.5
  @@ -1,5 +1,20 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +Copyright 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>
  @@ -9,7 +24,7 @@
     <currentVersion>1.0</currentVersion>
   
     <organization>
  -    <name>Apache Software Foundation</name>
  +    <name>The Apache Software Foundation</name>
       <url>http://avalon.apache.org/</url>
       <logo>http://avalon.apache.org/images/apache-avalon-logo.png</logo>
     </organization>
  
  
  
  1.28      +16 -1     avalon/merlin/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/merlin/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml	22 Feb 2004 18:47:32 -0000	1.27
  +++ project.xml	28 Feb 2004 14:10:18 -0000	1.28
  @@ -1,5 +1,20 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +Copyright 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>
  @@ -9,7 +24,7 @@
     <currentVersion>3.3</currentVersion>
   
     <organization>
  -    <name>Apache Software Foundation</name>
  +    <name>The Apache Software Foundation</name>
       <url>http://avalon.apache.org/</url>
       <logo>http://avalon.apache.org/images/apache-avalon-logo.png</logo>
     </organization>
  
  
  
  1.13      +16 -1     avalon/meta/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/meta/project.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- project.xml	10 Feb 2004 16:30:15 -0000	1.12
  +++ project.xml	28 Feb 2004 14:10:18 -0000	1.13
  @@ -1,5 +1,20 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +Copyright 2004 The Apache Software Foundation
  +Licensed  under the  Apache License,  Version 2.0  (the "License");
  +you may not use  this file  except in  compliance with the License.
  +You may obtain a copy of the License at 
   
  +http://www.apache.org/licenses/LICENSE-2.0
  +
  +Unless required by applicable law or agreed to in writing, software
  +distributed  under the  License is distributed on an "AS IS" BASIS,
  +WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
  +implied.
  +
  +See the License for the specific language governing permissions and
  +limitations under the License.
  +-->
   <project>
   
     <name>Avalon Meta</name>
  @@ -9,7 +24,7 @@
     <inceptionYear>2000</inceptionYear>
   
     <organization>
  -    <name>Apache Software Foundation</name>
  +    <name>The Apache Software Foundation</name>
       <url>http://avalon.apache.org/</url>
       <logo>http://avalon.apache.org/images/apache-avalon-logo.png</logo>
     </organization>
  
  
  
  1.16      +16 -1     avalon/repository/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/repository/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml	22 Feb 2004 19:10:35 -0000	1.15
  +++ project.xml	28 Feb 2004 14:10:18 -0000	1.16
  @@ -1,5 +1,20 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +Copyright 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>
  @@ -9,7 +24,7 @@
     <currentVersion>2.0-SNAPSHOT</currentVersion>
   
     <organization>
  -    <name>Apache Software Foundation</name>
  +    <name>The Apache Software Foundation</name>
       <url>http://avalon.apache.org/</url>
       <logo>http://avalon.apache.org/images/apache-avalon-logo.png</logo>
     </organization>
  
  
  
  1.11      +16 -1     avalon/util/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/avalon/util/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml	31 Jan 2004 12:25:00 -0000	1.10
  +++ project.xml	28 Feb 2004 14:10:18 -0000	1.11
  @@ -1,5 +1,20 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +Copyright 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>
     <groupId>avalon</groupId>
  @@ -10,7 +25,7 @@
     <currentVersion>1.1</currentVersion>
   
     <organization>
  -    <name>Apache Software Foundation</name>
  +    <name>The Apache Software Foundation</name>
       <url>http://avalon.apache.org/</url>
       <logo>http://avalon.apache.org/images/apache-avalon-logo.png</logo>
     </organization>
  
  
  

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