You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/24 12:04:15 UTC

svn commit: r1150316 - in /maven/wagon/trunk: src/site/ src/site/apt/ wagon-provider-api/src/site/ wagon-provider-test/src/site/ wagon-providers/src/site/ wagon-providers/wagon-file/src/site/ wagon-providers/wagon-ftp/src/site/ wagon-providers/wagon-ht...

Author: hboutemy
Date: Sun Jul 24 10:04:12 2011
New Revision: 1150316

URL: http://svn.apache.org/viewvc?rev=1150316&view=rev
Log:
o fixed relative links interpreted as anchors
o added XML schema and license header to site.xml

Modified:
    maven/wagon/trunk/src/site/apt/index.apt
    maven/wagon/trunk/src/site/site.xml
    maven/wagon/trunk/wagon-provider-api/src/site/site.xml
    maven/wagon/trunk/wagon-provider-test/src/site/site.xml
    maven/wagon/trunk/wagon-providers/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-file/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-ftp/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-http-shared/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-http-shared4/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-http/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-scm/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-ssh-common-test/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-ssh-common/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-ssh-external/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/apt/index.apt
    maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/site.xml
    maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/xdoc/configuration.xml
    maven/wagon/trunk/wagon-providers/wagon-webdav-jackrabbit/src/site/site.xml

Modified: maven/wagon/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/src/site/apt/index.apt?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/src/site/apt/index.apt (original)
+++ maven/wagon/trunk/src/site/apt/index.apt Sun Jul 24 10:04:12 2011
@@ -11,16 +11,16 @@ Maven Wagon
  Maven Wagon is a transport abstraction that is used in Maven's artifact and
  repository handling code. Currently wagon has the following providers:
  
- * {{{wagon-providers/wagon-file/}File}}
+ * {{{./wagon-providers/wagon-file/}File}}
  
- * {{{wagon-providers/wagon-http/}HTTP}}
+ * {{{./wagon-providers/wagon-http/}HTTP}}
  
- * {{{wagon-providers/wagon-http-lightweight/}HTTP lightweight}}
+ * {{{./wagon-providers/wagon-http-lightweight/}HTTP lightweight}}
  
- * {{{wagon-providers/wagon-ftp/}FTP}}
+ * {{{./wagon-providers/wagon-ftp/}FTP}}
  
- * {{{wagon-providers/wagon-ssh/}SSH/SCP}}
+ * {{{./wagon-providers/wagon-ssh/}SSH/SCP}}
  
- * {{{wagon-providers/wagon-webdav-jackrabbit/}WebDAV}}
+ * {{{./wagon-providers/wagon-webdav-jackrabbit/}WebDAV}}
 
- * {{{wagon-providers/wagon-scm/}SCM}} (in progress)
+ * {{{./wagon-providers/wagon-scm/}SCM}} (in progress)

Modified: maven/wagon/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/src/site/site.xml (original)
+++ maven/wagon/trunk/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -19,7 +19,9 @@ specific language governing permissions 
 under the License.
 -->
 
-<project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <version position="right" />
   <body>
     <menu ref="modules" />

Modified: maven/wagon/trunk/wagon-provider-api/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-provider-api/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-provider-api/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-provider-api/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-provider-test/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-provider-test/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-provider-test/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-provider-test/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-providers/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="modules"/>

Modified: maven/wagon/trunk/wagon-providers/wagon-file/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-file/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-file/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-file/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-providers/wagon-ftp/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-ftp/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-ftp/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-ftp/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-http-lightweight/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-providers/wagon-http-shared/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-http-shared/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-http-shared/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-http-shared/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-providers/wagon-http-shared4/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-http-shared4/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-http-shared4/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-http-shared4/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-providers/wagon-http/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-http/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-http/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-http/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-providers/wagon-scm/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-scm/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-scm/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-scm/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,5 +1,27 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu name="Overview">

Modified: maven/wagon/trunk/wagon-providers/wagon-ssh-common-test/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-ssh-common-test/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-ssh-common-test/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-ssh-common-test/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-providers/wagon-ssh-common/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-ssh-common/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-ssh-common/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-ssh-common/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-providers/wagon-ssh-external/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-ssh-external/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-ssh-external/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-ssh-external/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/apt/index.apt?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/apt/index.apt (original)
+++ maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/apt/index.apt Sun Jul 24 10:04:12 2011
@@ -1,5 +1,5 @@
  ------
- Maven Wagon HTTP
+ Maven Wagon SSH
  ------
  Carlos Sanchez
  ------

Modified: maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>

Modified: maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/xdoc/configuration.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/xdoc/configuration.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/xdoc/configuration.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-ssh/src/site/xdoc/configuration.xml Sun Jul 24 10:04:12 2011
@@ -52,29 +52,27 @@
                   <li>
                     <a
                         href="apidocs/org/apache/maven/wagon/providers/ssh/knownhost/NullKnownHostsProvider.html">
-                      NullKnownHostProvider</a>
-                    : Don't provide anything
+                      NullKnownHostProvider</a>:
+                    Don't provide anything
                   </li>
                   <li>
                     <a
                         href="apidocs/org/apache/maven/wagon/providers/ssh/knownhost/SingleKnownHostsProvider.html">
-                      SingleKnownHostProvider</a>
-                    : One host key can be setuped
+                      SingleKnownHostProvider</a>:
+                    One host key can be setuped
                   </li>
                   <li>
                     <a
                         href="apidocs/org/apache/maven/wagon/providers/ssh/knownhost/FileKnownHostsProvider.html">
-                      FileKnownHostProvider</a>
-                    :
-                    Load known hosts keys from a openssh's ~/.ssh/known_hosts
+                      FileKnownHostProvider</a>:
+                    Load known hosts keys from a openssh's <code>~/.ssh/known_hosts</code>
                     like stream
                   </li>
                   <li>
                     <a
                         href="apidocs/org/apache/maven/wagon/providers/ssh/knownhost/StreamKnownHostsProvider.html">
-                      StreamKnownHostProvider</a>
-                    :
-                    Load known hosts keys from ~/.ssh/known_hosts (you can
+                      StreamKnownHostProvider</a>:
+                    Load known hosts keys from <code>~/.ssh/known_hosts</code> (you can
                     set another location)
                   </li>
 
@@ -171,11 +169,11 @@
 		       href="apidocs/org/apache/maven/wagon/providers/ssh/knownhost/SingleKnownHostsProvider.html">SingleKnownHostProvider</a>: One host key can be setuped</li>
 		       <li> <a
 		       href="apidocs/org/apache/maven/wagon/providers/ssh/knownhost/FileKnownHostsProvider.html">FileKnownHostProvider</a>:
-		       Load known hosts keys from a openssh's ~/.ssh/known_hosts
+		       Load known hosts keys from a openssh's <code>~/.ssh/known_hosts</code>
 		       like stream</li>
 		       <li> <a
 		       href="apidocs/org/apache/maven/wagon/providers/ssh/knownhost/StreamKnownHostsProvider.html">StreamKnownHostProvider</a>:
-		       Load known hosts keys from ~/.ssh/known_hosts (you can
+		       Load known hosts keys from <code>~/.ssh/known_hosts</code> (you can
 		       set another location)</li>
 
 		     </ul>

Modified: maven/wagon/trunk/wagon-providers/wagon-webdav-jackrabbit/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/wagon-providers/wagon-webdav-jackrabbit/src/site/site.xml?rev=1150316&r1=1150315&r2=1150316&view=diff
==============================================================================
--- maven/wagon/trunk/wagon-providers/wagon-webdav-jackrabbit/src/site/site.xml (original)
+++ maven/wagon/trunk/wagon-providers/wagon-webdav-jackrabbit/src/site/site.xml Sun Jul 24 10:04:12 2011
@@ -1,4 +1,27 @@
-<project>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you 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="http://maven.apache.org/DECORATION/1.0.0"
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu ref="parent"/>
     <menu ref="reports"/>