Author: ltheussl
Date: Tue Mar 3 10:56:35 2009
New Revision: 749578
URL: http://svn.apache.org/viewvc?rev=749578&view=rev
Log:
Put pdf in site target dir and add a pdf descriptor
Added:
maven/doxia/site/src/site/pdf.xml (with props)
Modified:
maven/doxia/site/pom.xml
Modified: maven/doxia/site/pom.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=749578&r1=749577&r2=749578&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Tue Mar 3 10:56:35 2009
@@ -215,6 +215,9 @@
<goals>
<goal>pdf</goal>
</goals>
+ <configuration>
+
<outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
+ </configuration>
</execution>
</executions>
</plugin>
Added: maven/doxia/site/src/site/pdf.xml
URL:
http://svn.apache.org/viewvc/maven/doxia/site/src/site/pdf.xml?rev=749578&view=auto
==============================================================================
--- maven/doxia/site/src/site/pdf.xml (added)
+++ maven/doxia/site/src/site/pdf.xml Tue Mar 3 10:56:35 2009
@@ -0,0 +1,48 @@
+<?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.
+ */
+ -->
+<document outputName="Doxia">
+
+ <meta>
+ <title>Doxia</title>
+ <author>The Apache Maven Project</author>
+ </meta>
+
+ <toc name="Table of Contents">
+ <item name="What is Doxia?" ref="index.html"/>
+ <item name="Overview" ref="overview.html"/>
+ <item name="FAQ" ref="faq.html"/>
+ <item name="What's new in 1.1" ref="whatsnew-1.1.html"/>
+ <item name="References" ref="references/index.html"/>
+ <item name="Apt Format" ref="references/apt-format.html"/>
+ <item name="Doxia Apt Enhancements" ref="references/doxia-apt.html"/>
+ <item name="FML Format" ref="references/fml-format.html"/>
+ <item name="Xdoc Format" ref="references/xdoc-format.html"/>
+ <item name="Doxia Modules Guide" ref="modules/index.html"/>
+ <item name="Doxia Macros Guide" ref="macros/index.html"/>
+ <item name="Writing Books" ref="book/index.html"/>
+ <item name="Developer Centre" ref="developers/index.html"/>
+ <item name="Integration With Maven"
ref="developers/maven-integration.html"/>
+ <item name="External Resources" ref="resources.html"/>
+ </toc>
+
+</document>
Propchange: maven/doxia/site/src/site/pdf.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/doxia/site/src/site/pdf.xml
------------------------------------------------------------------------------
svn:keywords = "Author Date Id Revision"