Author: hboutemy
Date: Sun Nov  2 06:03:04 2008
New Revision: 709884

URL: http://svn.apache.org/viewvc?rev=709884&view=rev
Log:
added site descriptor on every module, with parent/sub-modules references

Added:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml  
 (with props)
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/
    maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml   
(with props)
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml   
(with props)
Modified:
    maven/doxia/doxia-sitetools/trunk/src/site/site.xml

Added: 
maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml?rev=709884&view=auto
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml 
(added)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/site/site.xml 
Sun Nov  2 06:03: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-sitetools/trunk/doxia-decoration-model/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml?rev=709884&view=auto
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml 
(added)
+++ maven/doxia/doxia-sitetools/trunk/doxia-doc-renderer/src/site/site.xml Sun 
Nov  2 06:03: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-sitetools/trunk/doxia-doc-renderer/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml?rev=709884&view=auto
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml 
(added)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/src/site/site.xml Sun 
Nov  2 06:03: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-sitetools/trunk/doxia-site-renderer/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: maven/doxia/doxia-sitetools/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/src/site/site.xml?rev=709884&r1=709883&r2=709884&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/src/site/site.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/src/site/site.xml Sun Nov  2 06:03: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/"/>


Reply via email to