Author: hboutemy
Date: Sun Nov 2 05:57:04 2008
New Revision: 709883
URL: http://svn.apache.org/viewvc?rev=709883&view=rev
Log:
added site descriptor on every module, with parent/sub-modules references
Added:
maven/doxia/doxia/trunk/doxia-core/src/site/
maven/doxia/doxia/trunk/doxia-core/src/site/site.xml (with props)
maven/doxia/doxia/trunk/doxia-logging-api/src/site/
maven/doxia/doxia/trunk/doxia-logging-api/src/site/site.xml (with props)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/site.xml
(with props)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/site.xml
(with props)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/site.xml
(with props)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml
(with props)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/site.xml
(with props)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/site.xml
(with props)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/site.xml
(with props)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/site.xml
(with props)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml
(with props)
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/site.xml
(with props)
maven/doxia/doxia/trunk/doxia-modules/src/
maven/doxia/doxia/trunk/doxia-modules/src/site/
maven/doxia/doxia/trunk/doxia-modules/src/site/site.xml (with props)
maven/doxia/doxia/trunk/doxia-sink-api/src/site/
maven/doxia/doxia/trunk/doxia-sink-api/src/site/site.xml (with props)
Modified:
maven/doxia/doxia/trunk/doxia-book/src/site/site.xml
maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/site.xml
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml
maven/doxia/doxia/trunk/src/site/site.xml
Modified: maven/doxia/doxia/trunk/doxia-book/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-book/src/site/site.xml?rev=709883&r1=709882&r2=709883&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-book/src/site/site.xml (original)
+++ maven/doxia/doxia/trunk/doxia-book/src/site/site.xml Sun Nov 2 05:57:04
2008
@@ -21,36 +21,11 @@
*/
-->
-<project name="Doxia">
-
- <bannerLeft>
- <name>Doxia</name>
- <src>images/apache-maven-project-2.png</src>
- </bannerLeft>
-
- <bannerRight>
- <src>images/maven-logo-2.gif</src>
- </bannerRight>
-
- <publishDate format="dd MMM yyyy" position="right" />
-
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.0.1</version>
- </skin>
+<project>
<body>
- <links>
- <item name="Apache" href="http://www.apache.org/"/>
- <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
- <item name="Maven 2.x" href="http://maven.apache.org/"/>
- <item name="SCM" href="http://maven.apache.org/scm"/>
- <item name="Wagon" href="http://maven.apache.org/wagon"/>
- <item name="JXR" href="http://maven.apache.org/jxr"/>
- <item name="Doxia" href="http://maven.apache.org/doxia"/>
- </links>
+ <menu ref="parent"/>
<menu name="About Doxia :: Book Components">
<item name="Introduction" href="index.html"/>
Added: maven/doxia/doxia/trunk/doxia-core/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-core/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-core/src/site/site.xml (added)
+++ maven/doxia/doxia/trunk/doxia-core/src/site/site.xml Sun Nov 2 05:57:04
2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange: maven/doxia/doxia/trunk/doxia-core/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: maven/doxia/doxia/trunk/doxia-logging-api/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-logging-api/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-logging-api/src/site/site.xml (added)
+++ maven/doxia/doxia/trunk/doxia-logging-api/src/site/site.xml Sun Nov 2
05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange: maven/doxia/doxia/trunk/doxia-logging-api/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified: maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/site.xml?rev=709883&r1=709882&r2=709883&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/site.xml (original)
+++ maven/doxia/doxia/trunk/doxia-maven-plugin/src/site/site.xml Sun Nov 2
05:57:04 2008
@@ -22,7 +22,11 @@
-->
<project name="Doxia">
+
<body>
+
+ <menu ref="parent"/>
+
<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Goals" href="plugin-info.html"/>
@@ -33,4 +37,5 @@
<menu ref="reports"/>
</body>
+
</project>
Added: maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/site.xml
(added)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/site.xml
Sun Nov 2 05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-apt/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/site.xml?rev=709883&view=auto
==============================================================================
---
maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/site.xml
(added)
+++
maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/site.xml
Sun Nov 2 05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-confluence/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/site.xml?rev=709883&view=auto
==============================================================================
---
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/site.xml
(added)
+++
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/site.xml
Sun Nov 2 05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-docbook-simple/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml
(added)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml
Sun Nov 2 05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fml/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml?rev=709883&r1=709882&r2=709883&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml
(original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/site.xml Sun
Nov 2 05:57:04 2008
@@ -27,24 +27,10 @@
<src>http://maven.apache.org/images/apache-maven-project-2.png</src>
<href>http://maven.apache.org/doxia/</href>
</bannerLeft>
- <bannerRight>
- <src>http://maven.apache.org/images/maven-logo-2.gif</src>
- </bannerRight>
- <publishDate format="dd MMM yyyy" />
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- </skin>
+
<body>
- <links>
- <item name="Apache" href="http://www.apache.org/"/>
- <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
- <item name="Maven 2.x" href="http://maven.apache.org/"/>
- <item name="SCM" href="http://maven.apache.org/scm"/>
- <item name="Wagon" href="http://maven.apache.org/wagon"/>
- <item name="JXR" href="http://maven.apache.org/jxr"/>
- <item name="Doxia" href="http://maven.apache.org/doxia"/>
- </links>
+
+ <menu ref="parent"/>
<menu name="Doxia :: FO Module">
<item name="Overview" href="index.html"/>
@@ -52,7 +38,7 @@
<item name="Links" href="links.html"/>
</menu>
- ${reports}
+ <menu ref="reports"/>
</body>
</project>
Added:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/site.xml
(added)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/site.xml
Sun Nov 2 05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-itext/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/site.xml
(added)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/site.xml
Sun Nov 2 05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-latex/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/site.xml
(added)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/site.xml
Sun Nov 2 05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-rtf/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/site.xml
(added)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/site.xml
Sun Nov 2 05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-twiki/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml
(added)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml
Sun Nov 2 05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xdoc/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/site.xml
(added)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/site.xml
Sun Nov 2 05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange:
maven/doxia/doxia/trunk/doxia-modules/doxia-module-xhtml/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: maven/doxia/doxia/trunk/doxia-modules/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/src/site/site.xml (added)
+++ maven/doxia/doxia/trunk/doxia-modules/src/site/site.xml Sun Nov 2 05:57:04
2008
@@ -0,0 +1,36 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="modules"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange: maven/doxia/doxia/trunk/doxia-modules/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: maven/doxia/doxia/trunk/doxia-sink-api/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-sink-api/src/site/site.xml?rev=709883&view=auto
==============================================================================
--- maven/doxia/doxia/trunk/doxia-sink-api/src/site/site.xml (added)
+++ maven/doxia/doxia/trunk/doxia-sink-api/src/site/site.xml Sun Nov 2
05:57:04 2008
@@ -0,0 +1,34 @@
+<?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>
+
+ <body>
+
+ <menu ref="parent"/>
+
+ <menu ref="reports"/>
+
+ </body>
+
+</project>
\ No newline at end of file
Propchange: maven/doxia/doxia/trunk/doxia-sink-api/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified: maven/doxia/doxia/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/src/site/site.xml?rev=709883&r1=709882&r2=709883&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/src/site/site.xml (original)
+++ maven/doxia/doxia/trunk/src/site/site.xml Sun Nov 2 05:57:04 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
@@ -35,6 +35,7 @@
<artifactId>maven-stylus-skin</artifactId>
<version>1.0.1</version>
</skin>
+
<body>
<links>
<item name="Apache" href="http://www.apache.org/"/>
@@ -58,5 +59,6 @@
<menu ref="modules"/>
<menu ref="reports"/>
+
</body>
</project>