You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ev...@apache.org on 2004/03/04 19:38:45 UTC

cvs commit: maven-plugins/scm/xdocs/releases/v1.0 changes.xml goals.xml index.xml navigation.xml properties.xml

evenisse    2004/03/04 10:38:45

  Modified:    pmd      plugin.jelly plugin.properties project.properties
                        project.xml
               pmd/src/plugin-resources/rulesets basic.xml braces.xml
                        codesize.xml controversial.xml coupling.xml
                        design.xml experimental.xml favorites.xml
                        imports.xml junit.xml naming.xml newrules.xml
                        strings.xml unusedcode.xml
               pmd/xdocs changes.xml how-to.xml index.xml navigation.xml
                        properties.xml tasks.xml
               pom      plugin.jelly plugin.properties project.properties
                        project.xml
               pom/xdocs changes.xml goals.xml index.xml navigation.xml
                        properties.xml
               release  plugin.jelly project.properties project.xml
                        releaseplan.xml
               release/src/test-data test-pom-no-versions.xml
                        test-pom-versions-correct.xml
                        test-pom-versions-multiple.xml
                        test-pom-versions-overwrite.xml
                        test-pom-versions-tag-match-only.xml
                        test-pom-versions-wrong-order.xml
                        test-pom-versions.xml test-pom.xml
               release/xdocs changes.xml goals.xml index.xml navigation.xml
                        properties.xml
               repository plugin.jelly plugin.properties project.properties
                        project.xml
               repository/src/plugin-resources pom-template.jelly
                        repository-audit.xml
               repository/xdocs changes.xml goals.xml index.xml
                        navigation.xml properties.xml tasks.xml
               scm      plugin.jelly plugin.properties project.properties
                        project.xml
               scm/xdocs changes.xml goals.xml index.xml navigation.xml
                        properties.xml
               scm/xdocs/releases/v1.0 changes.xml goals.xml index.xml
                        navigation.xml properties.xml
  Log:
  Update to ASL v.2
  
  Revision  Changes    Path
  1.12      +18 -0     maven-plugins/pmd/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/plugin.jelly,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.jelly	1 Mar 2004 01:50:22 -0000	1.11
  +++ plugin.jelly	4 Mar 2004 18:38:43 -0000	1.12
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <!--
     =============================================================================
  
  
  
  1.6       +16 -0     maven-plugins/pmd/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/plugin.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.properties	1 Mar 2004 01:50:22 -0000	1.5
  +++ plugin.properties	4 Mar 2004 18:38:43 -0000	1.6
  @@ -1,4 +1,20 @@
   # -------------------------------------------------------------------
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +#  
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # P L U G I N  P R O P E R I E S
   # -------------------------------------------------------------------
   # PMD plugin.
  
  
  
  1.5       +16 -0     maven-plugins/pmd/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	6 Jan 2004 19:07:38 -0000	1.4
  +++ project.properties	4 Mar 2004 18:38:43 -0000	1.5
  @@ -1,4 +1,20 @@
   # -------------------------------------------------------------------
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +#  
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   maven.xdoc.date=left
  
  
  
  1.17      +18 -0     maven-plugins/pmd/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml	10 Nov 2003 14:16:40 -0000	1.16
  +++ project.xml	4 Mar 2004 18:38:43 -0000	1.17
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project>
     <extend>../project.xml</extend>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/basic.xml
  
  Index: basic.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/basic.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- basic.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ basic.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="Basic Rules">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/braces.xml
  
  Index: braces.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/braces.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- braces.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ braces.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="Braces Rules">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/codesize.xml
  
  Index: codesize.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/codesize.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- codesize.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ codesize.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="Code Size Rules">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/controversial.xml
  
  Index: controversial.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/controversial.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- controversial.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ controversial.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="Controversial Rules">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/coupling.xml
  
  Index: coupling.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/coupling.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- coupling.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ coupling.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="coupling">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/design.xml
  
  Index: design.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/design.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- design.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ design.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="Design Rules">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/experimental.xml
  
  Index: experimental.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/experimental.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- experimental.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ experimental.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="experimental">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/favorites.xml
  
  Index: favorites.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/favorites.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- favorites.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ favorites.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="Favorites">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/imports.xml
  
  Index: imports.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/imports.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- imports.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ imports.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="Import Rules">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/junit.xml
  
  Index: junit.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/junit.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- junit.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ junit.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="JUnit Rules">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/naming.xml
  
  Index: naming.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/naming.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- naming.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ naming.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="Naming Rules">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/newrules.xml
  
  Index: newrules.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/newrules.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- newrules.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ newrules.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="newrules">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/strings.xml
  
  Index: strings.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/strings.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- strings.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ strings.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="Strings Rules">
     <description>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/src/plugin-resources/rulesets/unusedcode.xml
  
  Index: unusedcode.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/src/plugin-resources/rulesets/unusedcode.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- unusedcode.xml	4 Apr 2003 11:06:42 -0000	1.1
  +++ unusedcode.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <ruleset name="Unused Code Rules">
     <description>
  
  
  
  1.17      +18 -0     maven-plugins/pmd/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/xdocs/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml	1 Mar 2004 01:50:22 -0000	1.16
  +++ changes.xml	4 Mar 2004 18:38:43 -0000	1.17
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
     <properties>
       <title>Changes</title>
  
  
  
  1.3       +18 -0     maven-plugins/pmd/xdocs/how-to.xml
  
  Index: how-to.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/xdocs/how-to.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- how-to.xml	22 Jul 2003 16:13:27 -0000	1.2
  +++ how-to.xml	4 Mar 2004 18:38:43 -0000	1.3
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  
  1.2       +18 -0     maven-plugins/pmd/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	3 Apr 2003 18:58:12 -0000	1.1
  +++ index.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <document>
   
  
  
  
  1.4       +18 -0     maven-plugins/pmd/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml	20 Sep 2003 16:53:38 -0000	1.3
  +++ navigation.xml	4 Mar 2004 18:38:43 -0000	1.4
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project name="Maven PMD Plugin">
   
  
  
  
  1.4       +18 -0     maven-plugins/pmd/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/xdocs/properties.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- properties.xml	1 Mar 2004 01:50:22 -0000	1.3
  +++ properties.xml	4 Mar 2004 18:38:43 -0000	1.4
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  
  1.3       +18 -0     maven-plugins/pmd/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pmd/xdocs/tasks.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tasks.xml	8 Apr 2003 22:34:21 -0000	1.2
  +++ tasks.xml	4 Mar 2004 18:38:43 -0000	1.3
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  
  1.13      +18 -0     maven-plugins/pom/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/plugin.jelly,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.jelly	13 Nov 2003 20:45:07 -0000	1.12
  +++ plugin.jelly	4 Mar 2004 18:38:43 -0000	1.13
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project 
     xmlns:j="jelly:core"
  
  
  
  1.2       +16 -0     maven-plugins/pom/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/plugin.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.properties	24 Jan 2003 03:44:33 -0000	1.1
  +++ plugin.properties	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,20 @@
   # -------------------------------------------------------------------
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +#  
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # P L U G I N  P R O P E R I E S
   # -------------------------------------------------------------------
   # POM plugin.
  
  
  
  1.7       +16 -0     maven-plugins/pom/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/project.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.properties	6 Jan 2004 19:07:38 -0000	1.6
  +++ project.properties	4 Mar 2004 18:38:43 -0000	1.7
  @@ -1,4 +1,20 @@
   # -------------------------------------------------------------------
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +#  
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   maven.xdoc.date=left
  
  
  
  1.33      +18 -0     maven-plugins/pom/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/project.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- project.xml	23 Feb 2004 22:39:21 -0000	1.32
  +++ project.xml	4 Mar 2004 18:38:43 -0000	1.33
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project>
     <extend>../project.xml</extend>
  
  
  
  1.9       +18 -0     maven-plugins/pom/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/xdocs/changes.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changes.xml	13 Nov 2003 20:45:07 -0000	1.8
  +++ changes.xml	4 Mar 2004 18:38:43 -0000	1.9
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
     <properties>
       <title>Changes</title>
  
  
  
  1.3       +18 -0     maven-plugins/pom/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/xdocs/goals.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- goals.xml	9 Feb 2003 13:39:11 -0000	1.2
  +++ goals.xml	4 Mar 2004 18:38:43 -0000	1.3
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  
  1.3       +18 -0     maven-plugins/pom/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	20 Apr 2003 05:04:36 -0000	1.2
  +++ index.xml	4 Mar 2004 18:38:43 -0000	1.3
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  
  1.3       +18 -0     maven-plugins/pom/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	19 Mar 2003 05:54:15 -0000	1.2
  +++ navigation.xml	4 Mar 2004 18:38:43 -0000	1.3
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project name="Maven pom Plugin">
     <title>Maven pom Plugin</title>
  
  
  
  1.2       +18 -0     maven-plugins/pom/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pom/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	24 Jan 2003 03:44:33 -0000	1.1
  +++ properties.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  
  1.21      +18 -0     maven-plugins/release/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/plugin.jelly,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- plugin.jelly	25 Feb 2004 22:34:46 -0000	1.20
  +++ plugin.jelly	4 Mar 2004 18:38:43 -0000	1.21
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project
     xmlns:ant="jelly:ant"
  
  
  
  1.6       +16 -0     maven-plugins/release/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties	6 Jan 2004 19:07:38 -0000	1.5
  +++ project.properties	4 Mar 2004 18:38:43 -0000	1.6
  @@ -1,4 +1,20 @@
   # -------------------------------------------------------------------
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +#  
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   maven.xdoc.date=left
  
  
  
  1.25      +18 -0     maven-plugins/release/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml	29 Dec 2003 04:38:06 -0000	1.24
  +++ project.xml	4 Mar 2004 18:38:43 -0000	1.25
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project>
     <extend>../project.xml</extend>
  
  
  
  1.4       +18 -0     maven-plugins/release/releaseplan.xml
  
  Index: releaseplan.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/releaseplan.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- releaseplan.xml	19 Mar 2003 15:10:13 -0000	1.3
  +++ releaseplan.xml	4 Mar 2004 18:38:43 -0000	1.4
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <!--
      | Release plan
      | The idea is to let all releases dev, beta, rc, final release be driven by an release-plan (defined in xml)
  
  
  
  1.2       +17 -0     maven-plugins/release/src/test-data/test-pom-no-versions.xml
  
  Index: test-pom-no-versions.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/src/test-data/test-pom-no-versions.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test-pom-no-versions.xml	25 Feb 2004 22:34:46 -0000	1.1
  +++ test-pom-no-versions.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
   <project>
   
     <currentVersion>1.2-SNAPSHOT</currentVersion>
  
  
  
  1.2       +17 -0     maven-plugins/release/src/test-data/test-pom-versions-correct.xml
  
  Index: test-pom-versions-correct.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/src/test-data/test-pom-versions-correct.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test-pom-versions-correct.xml	25 Feb 2004 22:34:46 -0000	1.1
  +++ test-pom-versions-correct.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
   <project>
   
     <currentVersion>1.2</currentVersion>
  
  
  
  1.2       +17 -0     maven-plugins/release/src/test-data/test-pom-versions-multiple.xml
  
  Index: test-pom-versions-multiple.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/src/test-data/test-pom-versions-multiple.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test-pom-versions-multiple.xml	25 Feb 2004 22:34:46 -0000	1.1
  +++ test-pom-versions-multiple.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
   <project>
   
     <currentVersion>1.2-SNAPSHOT</currentVersion>
  
  
  
  1.2       +17 -0     maven-plugins/release/src/test-data/test-pom-versions-overwrite.xml
  
  Index: test-pom-versions-overwrite.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/src/test-data/test-pom-versions-overwrite.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test-pom-versions-overwrite.xml	25 Feb 2004 22:34:46 -0000	1.1
  +++ test-pom-versions-overwrite.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
   <project>
   
     <currentVersion>1.2-SNAPSHOT</currentVersion>
  
  
  
  1.2       +17 -0     maven-plugins/release/src/test-data/test-pom-versions-tag-match-only.xml
  
  Index: test-pom-versions-tag-match-only.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/src/test-data/test-pom-versions-tag-match-only.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test-pom-versions-tag-match-only.xml	25 Feb 2004 22:34:46 -0000	1.1
  +++ test-pom-versions-tag-match-only.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
   <project>
   
     <currentVersion>1.2-SNAPSHOT</currentVersion>
  
  
  
  1.2       +17 -0     maven-plugins/release/src/test-data/test-pom-versions-wrong-order.xml
  
  Index: test-pom-versions-wrong-order.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/src/test-data/test-pom-versions-wrong-order.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test-pom-versions-wrong-order.xml	25 Feb 2004 22:34:46 -0000	1.1
  +++ test-pom-versions-wrong-order.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
   <project>
   
     <currentVersion>1.2-SNAPSHOT</currentVersion>
  
  
  
  1.2       +17 -0     maven-plugins/release/src/test-data/test-pom-versions.xml
  
  Index: test-pom-versions.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/src/test-data/test-pom-versions.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test-pom-versions.xml	25 Feb 2004 22:34:46 -0000	1.1
  +++ test-pom-versions.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
   <project>
   
     <currentVersion>1.2-SNAPSHOT</currentVersion>
  
  
  
  1.2       +17 -0     maven-plugins/release/src/test-data/test-pom.xml
  
  Index: test-pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/src/test-data/test-pom.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- test-pom.xml	9 Feb 2003 17:02:35 -0000	1.1
  +++ test-pom.xml	4 Mar 2004 18:38:43 -0000	1.2
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
   <project>
   
     <dependencies>
  
  
  
  1.6       +18 -0     maven-plugins/release/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml	25 Feb 2004 22:34:46 -0000	1.5
  +++ changes.xml	4 Mar 2004 18:38:44 -0000	1.6
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
     <properties>
       <title>Changes</title>
  
  
  
  1.3       +18 -0     maven-plugins/release/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/xdocs/goals.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- goals.xml	17 Oct 2003 22:21:41 -0000	1.2
  +++ goals.xml	4 Mar 2004 18:38:44 -0000	1.3
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  
  1.2       +18 -0     maven-plugins/release/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	25 Jul 2003 06:00:33 -0000	1.1
  +++ index.xml	4 Mar 2004 18:38:44 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  
  1.2       +18 -0     maven-plugins/release/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/xdocs/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	25 Jul 2003 06:00:33 -0000	1.1
  +++ navigation.xml	4 Mar 2004 18:38:44 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project name="Maven Release Plug-in">
     <title>Maven Release Plug-in</title>
  
  
  
  1.3       +18 -0     maven-plugins/release/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/release/xdocs/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml	17 Oct 2003 22:21:41 -0000	1.2
  +++ properties.xml	4 Mar 2004 18:38:44 -0000	1.3
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  
  1.24      +18 -0     maven-plugins/repository/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/plugin.jelly,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- plugin.jelly	7 Jan 2004 03:24:12 -0000	1.23
  +++ plugin.jelly	4 Mar 2004 18:38:44 -0000	1.24
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project
     xmlns:ant="jelly:ant"
  
  
  
  1.3       +16 -0     maven-plugins/repository/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/plugin.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.properties	12 Mar 2003 16:47:02 -0000	1.2
  +++ plugin.properties	4 Mar 2004 18:38:44 -0000	1.3
  @@ -1,4 +1,20 @@
   # -------------------------------------------------------------------
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +#  
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # P L U G I N  P R O P E R I E S
   # -------------------------------------------------------------------
   maven.repository.group=maven
  
  
  
  1.4       +16 -0     maven-plugins/repository/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	6 Jan 2004 19:07:38 -0000	1.3
  +++ project.properties	4 Mar 2004 18:38:44 -0000	1.4
  @@ -1,4 +1,20 @@
   # -------------------------------------------------------------------
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +#  
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   maven.xdoc.date=left
  
  
  
  1.14      +18 -0     maven-plugins/repository/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/project.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- project.xml	2 Mar 2004 15:35:15 -0000	1.13
  +++ project.xml	4 Mar 2004 18:38:44 -0000	1.14
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project>
     <extend>../project.xml</extend>
  
  
  
  1.3       +17 -0     maven-plugins/repository/src/plugin-resources/pom-template.jelly
  
  Index: pom-template.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/src/plugin-resources/pom-template.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pom-template.jelly	27 Mar 2003 22:48:39 -0000	1.2
  +++ pom-template.jelly	4 Mar 2004 18:38:44 -0000	1.3
  @@ -1,3 +1,20 @@
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
   <j:jelly xmlns:j="jelly:core" xmlns="dummy">
     <project>
       <pomVersion>3</pomVersion>
  
  
  
  1.37      +18 -0     maven-plugins/repository/src/plugin-resources/repository-audit.xml
  
  Index: repository-audit.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/src/plugin-resources/repository-audit.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- repository-audit.xml	4 Feb 2004 01:47:04 -0000	1.36
  +++ repository-audit.xml	4 Mar 2004 18:38:44 -0000	1.37
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <!--
          
   Template:     
  
  
  
  1.5       +18 -0     maven-plugins/repository/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/xdocs/changes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- changes.xml	29 Sep 2003 06:27:58 -0000	1.4
  +++ changes.xml	4 Mar 2004 18:38:44 -0000	1.5
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
     <properties>
       <title>Changes</title>
  
  
  
  1.3       +18 -0     maven-plugins/repository/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/xdocs/goals.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- goals.xml	8 Nov 2003 08:49:06 -0000	1.2
  +++ goals.xml	4 Mar 2004 18:38:44 -0000	1.3
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  
  1.2       +18 -0     maven-plugins/repository/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	25 Feb 2003 02:46:34 -0000	1.1
  +++ index.xml	4 Mar 2004 18:38:44 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  
  1.4       +18 -0     maven-plugins/repository/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml	19 Mar 2003 05:54:19 -0000	1.3
  +++ navigation.xml	4 Mar 2004 18:38:44 -0000	1.4
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project name="Maven Repository Plug-in">
     <title>Maven Repository Plug-in</title>
  
  
  
  1.2       +18 -0     maven-plugins/repository/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	25 Feb 2003 02:46:34 -0000	1.1
  +++ properties.xml	4 Mar 2004 18:38:44 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  
  1.6       +18 -0     maven-plugins/repository/xdocs/tasks.xml
  
  Index: tasks.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/repository/xdocs/tasks.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- tasks.xml	18 Mar 2003 05:19:31 -0000	1.5
  +++ tasks.xml	4 Mar 2004 18:38:44 -0000	1.6
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  
  1.9       +18 -0     maven-plugins/scm/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/plugin.jelly,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.jelly	2 Mar 2004 00:17:58 -0000	1.8
  +++ plugin.jelly	4 Mar 2004 18:38:45 -0000	1.9
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project
     xmlns:j="jelly:core"
  
  
  
  1.5       +16 -0     maven-plugins/scm/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/plugin.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.properties	26 Feb 2004 15:08:18 -0000	1.4
  +++ plugin.properties	4 Mar 2004 18:38:45 -0000	1.5
  @@ -1,3 +1,19 @@
  +# -------------------------------------------------------------------
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +#  
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# -------------------------------------------------------------------
  +
   # Available settings currently only CVS
   maven.scm.method=
   # Directory to checkout to
  
  
  
  1.4       +16 -0     maven-plugins/scm/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties	6 Jan 2004 19:07:38 -0000	1.3
  +++ project.properties	4 Mar 2004 18:38:45 -0000	1.4
  @@ -1,4 +1,20 @@
   # -------------------------------------------------------------------
  +# Copyright 2001-2004 The Apache Software Foundation.
  +# 
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +# 
  +#      http://www.apache.org/licenses/LICENSE-2.0
  +#  
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +# -------------------------------------------------------------------
  +
  +# -------------------------------------------------------------------
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   maven.xdoc.date=left
  
  
  
  1.10      +18 -0     maven-plugins/scm/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml	25 Feb 2004 22:38:16 -0000	1.9
  +++ project.xml	4 Mar 2004 18:38:45 -0000	1.10
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project>
     <extend>../project.xml</extend>
  
  
  
  1.7       +18 -0     maven-plugins/scm/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml	26 Feb 2004 15:08:18 -0000	1.6
  +++ changes.xml	4 Mar 2004 18:38:45 -0000	1.7
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
     <properties>
       <title>Changes</title>
  
  
  
  1.2       +18 -0     maven-plugins/scm/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml	31 Aug 2003 07:00:23 -0000	1.1
  +++ goals.xml	4 Mar 2004 18:38:45 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  
  1.2       +18 -0     maven-plugins/scm/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	11 Sep 2003 06:27:22 -0000	1.1
  +++ index.xml	4 Mar 2004 18:38:45 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  
  1.3       +18 -0     maven-plugins/scm/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/navigation.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- navigation.xml	17 Sep 2003 23:01:36 -0000	1.2
  +++ navigation.xml	4 Mar 2004 18:38:45 -0000	1.3
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project name="Maven Source Control Management Plug-in">
     <title>Maven Source Control Management Plug-in</title>
  
  
  
  1.2       +18 -0     maven-plugins/scm/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	31 Aug 2003 07:00:23 -0000	1.1
  +++ properties.xml	4 Mar 2004 18:38:45 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  
  1.2       +18 -0     maven-plugins/scm/xdocs/releases/v1.0/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/releases/v1.0/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	31 Aug 2003 07:00:23 -0000	1.1
  +++ changes.xml	4 Mar 2004 18:38:45 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
     <properties>
       <title>Changes</title>
  
  
  
  1.2       +18 -0     maven-plugins/scm/xdocs/releases/v1.0/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/releases/v1.0/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml	31 Aug 2003 07:00:23 -0000	1.1
  +++ goals.xml	4 Mar 2004 18:38:45 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  
  1.2       +18 -0     maven-plugins/scm/xdocs/releases/v1.0/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/releases/v1.0/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	11 Sep 2003 06:27:22 -0000	1.1
  +++ index.xml	4 Mar 2004 18:38:45 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   <document>
   
     <properties>
  
  
  
  1.2       +18 -0     maven-plugins/scm/xdocs/releases/v1.0/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/releases/v1.0/navigation.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- navigation.xml	31 Aug 2003 07:00:23 -0000	1.1
  +++ navigation.xml	4 Mar 2004 18:38:45 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <project name="Maven Source Control Management Plug-in">
     <title>Maven Source Control Management Plug-in</title>
  
  
  
  1.2       +18 -0     maven-plugins/scm/xdocs/releases/v1.0/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/scm/xdocs/releases/v1.0/properties.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- properties.xml	31 Aug 2003 07:00:23 -0000	1.1
  +++ properties.xml	4 Mar 2004 18:38:45 -0000	1.2
  @@ -1,4 +1,22 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!-- 
  +/*
  + * Copyright 2001-2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      http://www.apache.org/licenses/LICENSE-2.0
  + * 
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  + */
  + -->
  +
   
   <document>
     <properties>
  
  
  

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