Author: dennisl
Date: Sat Sep 8 06:43:09 2007
New Revision: 573838
URL: http://svn.apache.org/viewvc?rev=573838&view=rev
Log:
o Tie together the main doxia site with the dev sites of doxia and
doxia-sitetools.
Modified:
maven/doxia/doxia-sitetools/trunk/pom.xml
maven/doxia/doxia/trunk/pom.xml
maven/doxia/site/src/site/site.xml
Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=573838&r1=573837&r2=573838&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sat Sep 8 06:43:09 2007
@@ -184,4 +184,11 @@
<module>doxia-doc-renderer</module>
<module>doxia-site-renderer</module>
</modules>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+
<url>scp://people.apache.org/www/maven.apache.org/doxia/doxia-sitetools</url>
+ </site>
+ </distributionManagement>
</project>
Modified: maven/doxia/doxia/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=573838&r1=573837&r2=573838&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Sat Sep 8 06:43:09 2007
@@ -235,4 +235,11 @@
<module>doxia-book</module>
<module>doxia-maven-plugin</module>
</modules>
+
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <url>scp://people.apache.org/www/maven.apache.org/doxia/doxia</url>
+ </site>
+ </distributionManagement>
</project>
Modified: maven/doxia/site/src/site/site.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/site.xml?rev=573838&r1=573837&r2=573838&view=diff
==============================================================================
--- maven/doxia/site/src/site/site.xml (original)
+++ maven/doxia/site/src/site/site.xml Sat Sep 8 06:43:09 2007
@@ -75,6 +75,11 @@
<item name="External Resources" href="resources.html"/>
</menu>
+ <menu name="Developer docs">
+ <item name="Doxia" href="doxia/index.html"/>
+ <item name="Doxia Sitetools" href="doxia-sitetools/index.html"/>
+ </menu>
+
<menu ref="reports"/>
</body>
</project>