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/22 22:11:12 UTC

svn commit: r531262 - /incubator/openjpa/trunk/pom.xml

Author: mprudhom
Date: Sun Apr 22 13:11:11 2007
New Revision: 531262

URL: http://svn.apache.org/viewvc?view=rev&rev=531262
Log:
Added the ability to use the YDoc UML doclet by enabling the "ydoc-profile" when bulding docs.

Modified:
    incubator/openjpa/trunk/pom.xml

Modified: incubator/openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/pom.xml?view=diff&rev=531262&r1=531261&r2=531262
==============================================================================
--- incubator/openjpa/trunk/pom.xml (original)
+++ incubator/openjpa/trunk/pom.xml Sun Apr 22 13:11:11 2007
@@ -156,6 +156,7 @@
                     -filterpath ${ydoc.home}/lib/ydoc.jar
                     -doclet ydoc.doclets.YStandard
                     -docletpath ${ydoc.home}/lib/ydoc.jar${path.separator}${ydoc.home}/lib/class2svg.jar${path.separator}${ydoc.home}/resources
+                    ${ydoc.params}
                 </javadoc.additionalparam>
             </properties>
         </profile>