You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2007/04/21 22:06:20 UTC

svn commit: r531100 - /incubator/openjpa/trunk/openjpa-project/pom.xml

Author: mprudhom
Date: Sat Apr 21 13:06:19 2007
New Revision: 531100

URL: http://svn.apache.org/viewvc?view=rev&rev=531100
Log:
Output multi-page manual as well as single manual page.

Modified:
    incubator/openjpa/trunk/openjpa-project/pom.xml

Modified: incubator/openjpa/trunk/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-project/pom.xml?view=diff&rev=531100&r1=531099&r2=531100
==============================================================================
--- incubator/openjpa/trunk/openjpa-project/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-project/pom.xml Sat Apr 21 13:06:19 2007
@@ -185,25 +185,24 @@
                                         force="true"
                                         basedir="${docsrcdir}"
                                         destdir="${docdir}"
-                                        style="manual-xhtml.xsl"
+                                        style="manual-xhtml-chunk.xsl"
                                         classpathref="maven.runtime.classpath">
                                         <factory name="org.apache.xalan.processor.TransformerFactoryImpl">
                                             <attribute name="http://xml.apache.org/xalan/features/optimize" value="true"/>
                                         </factory>
                                     </style>
 
-                                    <!--
                                     <style includes="**/manual.xml"
                                         force="true"
                                         basedir="${docsrcdir}"
                                         destdir="${docdir}"
-                                        style="manual-xhtml-chunk.xsl"
+                                        style="manual-xhtml.xsl"
                                         classpathref="maven.runtime.classpath">
                                         <factory name="org.apache.xalan.processor.TransformerFactoryImpl">
                                             <attribute name="http://xml.apache.org/xalan/features/optimize" value="true"/>
                                         </factory>
                                     </style>
-                                    -->
+
                                     </tasks>
                                 </configuration>
                                 <goals>