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/03 17:33:59 UTC

svn commit: r351981 - in /struts/tiles/trunk: project.properties project.xml xdocs/pdf-navigation.xml

Author: wsmoak
Date: Sat Dec  3 08:33:53 2005
New Revision: 351981

URL: http://svn.apache.org/viewcvs?rev=351981&view=rev
Log:
Added configuration for PDF generation.  Currently, version 2.5-SNAPSHOT of the PDF plugin must be built from source before 'maven pdf' will work.

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

Modified: struts/tiles/trunk/project.properties
URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/project.properties?rev=351981&r1=351980&r2=351981&view=diff
==============================================================================
--- struts/tiles/trunk/project.properties (original)
+++ struts/tiles/trunk/project.properties Sat Dec  3 08:33:53 2005
@@ -1,2 +1,5 @@
 
 maven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository,http://maven-taglib.sourceforge.net/maven
+
+maven.pdf.navigationFile=pdf-navigation.xml
+

Modified: struts/tiles/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/project.xml?rev=351981&r1=351980&r2=351981&view=diff
==============================================================================
--- struts/tiles/trunk/project.xml (original)
+++ struts/tiles/trunk/project.xml Sat Dec  3 08:33:53 2005
@@ -35,6 +35,8 @@
     <shortDescription>Tiles library for defining view components.</shortDescription>
     <description>Tiles can be used to simply define reusable layout components for multiple Servlet "view"
     technologies.  This library has been extracted from the Struts core.</description>
+    <siteAddress>people.apache.org</siteAddress>
+    <siteDirectory>/www/struts.apache.org/struts-tiles</siteDirectory>
     <repository>
         <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/tiles/trunk</connection>
         <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/tiles/trunk</developerConnection>
@@ -57,6 +59,13 @@
             <type>plugin</type>
             <url>http://maven-taglib.sourceforge.net</url>
         </dependency>
+        <!--dependency>
+            <groupId>maven</groupId>
+            <artifactId>maven-pdf-plugin</artifactId>
+            <version>2.5-SNAPSHOT</version>
+            <type>plugin</type>
+            <url>http://maven.apache.org/maven-1.x/reference/plugins/pdf</url>
+        </dependency-->
     </dependencies>
     <build>
         <sourceDirectory>src/java</sourceDirectory>

Added: struts/tiles/trunk/xdocs/pdf-navigation.xml
URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/xdocs/pdf-navigation.xml?rev=351981&view=auto
==============================================================================
--- struts/tiles/trunk/xdocs/pdf-navigation.xml (added)
+++ struts/tiles/trunk/xdocs/pdf-navigation.xml Sat Dec  3 08:33:53 2005
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Struts Tiles"
+         href="http://struts.apache.org/"
+        image="images/struts.gif">
+
+  <title>Apache Struts - Struts Tiles</title>
+  <body>
+
+    <menu name="Struts Tiles">
+        <item href="index.html" name="Welcome"/>
+        <item href="installation.html" name="Installation"/>
+        <item href="userGuide.html" name="User Guide"/>
+        <item href="examples.html" name="Examples"/>
+        <item href="faq.html" name="FAQs"/>
+    </menu>
+    <menu name="Taglib Reference">
+        <item name="Struts Tiles" href="tagreference-struts-tiles.html"/>    
+    </menu>
+  </body>
+</project>
+
+
+
+
+
+

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

Propchange: struts/tiles/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