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:13:56 UTC

cvs commit: maven-plugins/html2xdoc/xdocs changes.xml goals.xml index.xml navigation.xml properties.xml

evenisse    2004/03/04 10:13:56

  Modified:    html2xdoc maven.xml plugin.jelly plugin.properties
                        project.properties project.xml
               html2xdoc/src/plugin-test maven.xml project.properties
                        project.xml
               html2xdoc/src/test/org/apache/maven/html2xdoc codeinpara.xml
                        comment.xml h1h2.xml link.xml linkInHeading.xml
                        missingParaBug.xml output1.xml
               html2xdoc/xdocs changes.xml goals.xml index.xml
                        navigation.xml properties.xml
  Log:
  Update to ASL v.2
  
  Revision  Changes    Path
  1.2       +17 -0     maven-plugins/html2xdoc/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	6 Mar 2003 19:15:11 -0000	1.1
  +++ maven.xml	4 Mar 2004 18:13:56 -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 default="plugin:install">
   
     <!-- copies unit testing stuff: don't know why we need this! -->
  
  
  
  1.11      +18 -0     maven-plugins/html2xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/plugin.jelly,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- plugin.jelly	1 Oct 2003 12:42:15 -0000	1.10
  +++ plugin.jelly	4 Mar 2004 18:13:56 -0000	1.11
  @@ -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.4       +16 -0     maven-plugins/html2xdoc/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/plugin.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.properties	19 Sep 2003 07:35:23 -0000	1.3
  +++ plugin.properties	4 Mar 2004 18:13:56 -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 L U G I N  P R O P E R I E S
   # -------------------------------------------------------------------
   # Html2XDoc log plugin.
  
  
  
  1.5       +16 -0     maven-plugins/html2xdoc/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/project.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.properties	6 Jan 2004 19:07:37 -0000	1.4
  +++ project.properties	4 Mar 2004 18:13:56 -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.22      +18 -0     maven-plugins/html2xdoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml	2 Mar 2004 15:04:01 -0000	1.21
  +++ project.xml	4 Mar 2004 18:13:56 -0000	1.22
  @@ -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       +17 -0     maven-plugins/html2xdoc/src/plugin-test/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/src/plugin-test/maven.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- maven.xml	22 Sep 2003 01:21:48 -0000	1.1
  +++ maven.xml	4 Mar 2004 18:13:56 -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 xmlns:util="jelly:util"
            xmlns:j="jelly:core">
            
  
  
  
  1.2       +16 -0     maven-plugins/html2xdoc/src/plugin-test/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/src/plugin-test/project.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.properties	22 Sep 2003 01:21:48 -0000	1.1
  +++ project.properties	4 Mar 2004 18:13:56 -0000	1.2
  @@ -1,2 +1,18 @@
  +# -------------------------------------------------------------------
  +# 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.
  +# -------------------------------------------------------------------
  +
   # enable html transformation
   maven.html2xdoc.enabled=true
  
  
  
  1.3       +18 -0     maven-plugins/html2xdoc/src/plugin-test/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/src/plugin-test/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml	10 Oct 2003 19:21:00 -0000	1.2
  +++ project.xml	4 Mar 2004 18:13:56 -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>
     <pomVersion>3</pomVersion>
  
  
  
  1.2       +17 -0     maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/codeinpara.xml
  
  Index: codeinpara.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/codeinpara.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- codeinpara.xml	1 Oct 2003 10:43:03 -0000	1.1
  +++ codeinpara.xml	4 Mar 2004 18:13:56 -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.
  + */
  + -->
   <document>
     <properties>
       <title>A title</title>
  
  
  
  1.2       +17 -0     maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/comment.xml
  
  Index: comment.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/comment.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- comment.xml	4 Aug 2003 14:12:58 -0000	1.1
  +++ comment.xml	4 Mar 2004 18:13:56 -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.
  + */
  + -->
   <document>
     <properties>
       <title>A title</title>
  
  
  
  1.2       +17 -0     maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/h1h2.xml
  
  Index: h1h2.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/h1h2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- h1h2.xml	4 Aug 2003 14:12:58 -0000	1.1
  +++ h1h2.xml	4 Mar 2004 18:13:56 -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.
  + */
  + -->
   <document>
     <properties>
       <title>A title</title>
  
  
  
  1.2       +17 -0     maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/link.xml
  
  Index: link.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/link.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- link.xml	4 Aug 2003 14:12:58 -0000	1.1
  +++ link.xml	4 Mar 2004 18:13:56 -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.
  + */
  + -->
   <document>
     <properties>
       <title>A title</title>
  
  
  
  1.2       +17 -0     maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/linkInHeading.xml
  
  Index: linkInHeading.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/linkInHeading.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- linkInHeading.xml	1 Oct 2003 10:56:30 -0000	1.1
  +++ linkInHeading.xml	4 Mar 2004 18:13:56 -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.
  + */
  + -->
   <document>
     <properties>
       <title>A title</title>
  
  
  
  1.2       +17 -0     maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/missingParaBug.xml
  
  Index: missingParaBug.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/missingParaBug.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- missingParaBug.xml	1 Oct 2003 13:20:58 -0000	1.1
  +++ missingParaBug.xml	4 Mar 2004 18:13:56 -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.
  + */
  + -->
   <document>
     <properties>
       <title>A title</title>
  
  
  
  1.2       +17 -0     maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/output1.xml
  
  Index: output1.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/src/test/org/apache/maven/html2xdoc/output1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- output1.xml	6 Mar 2003 19:15:10 -0000	1.1
  +++ output1.xml	4 Mar 2004 18:13:56 -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.
  + */
  + -->
   <document>
     <properties>
       <title>A title</title>
  
  
  
  1.8       +18 -0     maven-plugins/html2xdoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/xdocs/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml	1 Oct 2003 13:20:59 -0000	1.7
  +++ changes.xml	4 Mar 2004 18:13:56 -0000	1.8
  @@ -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/html2xdoc/xdocs/goals.xml
  
  Index: goals.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/xdocs/goals.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- goals.xml	6 Mar 2003 19:15:10 -0000	1.1
  +++ goals.xml	4 Mar 2004 18:13:56 -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>
   
     <properties>
  
  
  
  1.2       +18 -0     maven-plugins/html2xdoc/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	6 Mar 2003 19:15:10 -0000	1.1
  +++ index.xml	4 Mar 2004 18:13:56 -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/html2xdoc/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/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:17 -0000	1.2
  +++ navigation.xml	4 Mar 2004 18:13:56 -0000	1.3
  @@ -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 Html2XDoc Plugin">
   
     <title>Maven Html2XDoc Plugin</title>
  
  
  
  1.3       +18 -0     maven-plugins/html2xdoc/xdocs/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/xdocs/properties.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- properties.xml	19 Sep 2003 07:35:23 -0000	1.2
  +++ properties.xml	4 Mar 2004 18:13:56 -0000	1.3
  @@ -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>
  
  
  

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