You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2013/02/03 01:59:20 UTC

svn commit: r1441848 - in /pivot: branches/2.0.x/build.xml trunk/build.xml

Author: smartini
Date: Sun Feb  3 00:59:19 2013
New Revision: 1441848

URL: http://svn.apache.org/viewvc?rev=1441848&view=rev
Log:
additional flag for javadoc, like the addition from Roger last week ... because now it was missing in another place

Modified:
    pivot/branches/2.0.x/build.xml
    pivot/trunk/build.xml

Modified: pivot/branches/2.0.x/build.xml
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/build.xml?rev=1441848&r1=1441847&r2=1441848&view=diff
==============================================================================
--- pivot/branches/2.0.x/build.xml (original)
+++ pivot/branches/2.0.x/build.xml Sun Feb  3 00:59:19 2013
@@ -308,6 +308,7 @@ limitations under the License.
             <javadoc packagenames="@{package}"
                 destdir="${folder.doc}/@{jarFile}"
                 author="true" version="true" use="true"
+                package="true"
                 classpath="${java.class.path}">
                 <classpath>
                     <path refid="classpath.general"/>

Modified: pivot/trunk/build.xml
URL: http://svn.apache.org/viewvc/pivot/trunk/build.xml?rev=1441848&r1=1441847&r2=1441848&view=diff
==============================================================================
--- pivot/trunk/build.xml (original)
+++ pivot/trunk/build.xml Sun Feb  3 00:59:19 2013
@@ -308,6 +308,7 @@ limitations under the License.
             <javadoc packagenames="@{package}"
                 destdir="${folder.doc}/@{jarFile}"
                 author="true" version="true" use="true"
+				package="true"
                 classpath="${java.class.path}">
                 <classpath>
                     <path refid="classpath.general"/>