You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/12/05 01:06:29 UTC

svn commit: r353942 - in /struts/shale/trunk: build/project.properties xdocs/pdf-navigation.xml

Author: wsmoak
Date: Sun Dec  4 16:06:13 2005
New Revision: 353942

URL: http://svn.apache.org/viewcvs?rev=353942&view=rev
Log:
Added config for PDF generation.  (Currently requires building the PDF plugin v2.5-SNAPSHOT from source.)

Added:
    struts/shale/trunk/xdocs/pdf-navigation.xml   (with props)
Modified:
    struts/shale/trunk/build/project.properties

Modified: struts/shale/trunk/build/project.properties
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/build/project.properties?rev=353942&r1=353941&r2=353942&view=diff
==============================================================================
--- struts/shale/trunk/build/project.properties (original)
+++ struts/shale/trunk/build/project.properties Sun Dec  4 16:06:13 2005
@@ -12,7 +12,10 @@
 maven.multiproject.includes = */project.xml
 maven.multiproject.aggregateDir = 
 
-maven.docs.src=../xdocs
+maven.docs.src=${basedir}/../xdocs
+
+maven.pdf.navigationFile=../xdocs/pdf-navigation.xml
+maven.pdf.pdfName=struts-shale.pdf
 
 maven.shale.jsf.impl.default=myfaces
 

Added: struts/shale/trunk/xdocs/pdf-navigation.xml
URL: http://svn.apache.org/viewcvs/struts/shale/trunk/xdocs/pdf-navigation.xml?rev=353942&view=auto
==============================================================================
--- struts/shale/trunk/xdocs/pdf-navigation.xml (added)
+++ struts/shale/trunk/xdocs/pdf-navigation.xml Sun Dec  4 16:06:13 2005
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Struts Framework"
+         href="http://struts.apache.org"
+        image="images/struts.gif">
+
+    <title>Shale Framework</title>
+  <body>
+
+    <menu name="Shale">
+        <item name="Background"         href="/index.html"/>
+        <item name="Using Shale"        href="/using.html"/>
+        <item name="Building Shale"     href="/building.html"/>
+        <item name="API Stability"      href="/api-stability.html"/>
+    </menu>
+
+    <menu name="Features">
+        <item name="View Controller"    href="/features-view-controller.html"/>
+        <item name="Dialog Manager"     href="/features-dialog-manager.html"/>
+        <item name="Application Manager" href="/features-application-manager.html"/>
+        <item name="Validation"         href="/features-commons-validator.html"/>
+        <item name="Remoting"           href="/features-remoting.html"/>
+        <item name="JNDI Integration"   href="/features-jndi-integration.html"/>
+        <item name="Spring Integration" href="/features-spring-integration.html"/>
+        <item name="Tiles Integration"  href="/features-tiles-integration.html"/>
+        <item name="Reusable Views"     href="/features-reusable-views.html"/>
+        <item name="Test Framework"     href="/features-test-framework.html"/>
+    </menu>
+
+    <menu name="Tag Reference">
+        <item name="Core Tags"       href="/shale-core/tagreference-taglib.html"/>
+        <item name="Clay Tags"       href="/clay-plugin/tagreference-shale-clay.html"/>
+    </menu>
+
+  </body>
+</project>
+
+
+
+
+
+

Propchange: struts/shale/trunk/xdocs/pdf-navigation.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: struts/shale/trunk/xdocs/pdf-navigation.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org