You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jl...@apache.org on 2007/06/26 09:57:46 UTC

svn commit: r550722 - /activemq/camel/trunk/tooling/camel-book/pom.xml

Author: jlim
Date: Tue Jun 26 00:57:45 2007
New Revision: 550722

URL: http://svn.apache.org/viewvc?view=rev&rev=550722
Log:
https://issues.apache.org/activemq/browse/CAMEL-51

Modified:
    activemq/camel/trunk/tooling/camel-book/pom.xml

Modified: activemq/camel/trunk/tooling/camel-book/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/camel-book/pom.xml?view=diff&rev=550722&r1=550721&r2=550722
==============================================================================
--- activemq/camel/trunk/tooling/camel-book/pom.xml (original)
+++ activemq/camel/trunk/tooling/camel-book/pom.xml Tue Jun 26 00:57:45 2007
@@ -86,13 +86,36 @@
         <version>2.0.3-SNAPSHOT</version>
         <executions>
           <execution>
+			<id>execution1</id>
             <goals>
-              <goal>generate-pdf</goal>
               <goal>generate-html</goal>
-              <goal>generate-manpages</goal>
             </goals>
             <phase>site</phase>
+            <configuration>
+               <targetDirectory>${basedir}/target/site/book/html</targetDirectory>
+            </configuration>			
           </execution>
+          <execution>
+			<id>execution2</id>
+            <goals>
+              <goal>generate-pdf</goal>
+              <!--goal>generate-manpages</goal-->
+            </goals>
+            <phase>site</phase>
+            <configuration>
+               <targetDirectory>${basedir}/target/site/book/pdf</targetDirectory>
+            </configuration>				
+          </execution>		
+          <execution>
+			<id>execution3</id>
+            <goals>
+              <goal>generate-manpages</goal>
+            </goals>
+            <phase>site</phase>
+            <configuration>
+               <targetDirectory>${basedir}/target/site/book/manpage</targetDirectory>
+            </configuration>				
+          </execution>			    
         </executions>
         <dependencies>
           <dependency>
@@ -121,13 +144,8 @@
 
           
           <sourceDirectory>${basedir}/target/docbkx/docbkx-source</sourceDirectory>
-          <!--
           
-          <preProcess>
-            <ant target="generate-manual" inheritAll="true"/>
-          </preProcess>
-          -->
-          <!--<htmlStylesheet>http://agilejava.com/downloads/kubrick-docbkx.css</htmlStylesheet>-->
+
           <headerRule>0</headerRule>
           <footerRule>0</footerRule>
           <draftMode>0</draftMode>