You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2014/05/03 16:34:53 UTC

svn commit: r1592214 - in /db/derby/code/trunk: build.xml tools/javadoc/publishedapi.ant

Author: rhillegas
Date: Sat May  3 14:34:52 2014
New Revision: 1592214

URL: http://svn.apache.org/r1592214
Log:
DERBY-590: Add LuceneUtils to the public api; commit derby-590-27-aa-publicAPILuceneUtils.diff.

Modified:
    db/derby/code/trunk/build.xml
    db/derby/code/trunk/tools/javadoc/publishedapi.ant

Modified: db/derby/code/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/build.xml?rev=1592214&r1=1592213&r2=1592214&view=diff
==============================================================================
--- db/derby/code/trunk/build.xml (original)
+++ db/derby/code/trunk/build.xml Sat May  3 14:34:52 2014
@@ -1093,6 +1093,8 @@
                includesfile="${javadoc.inclusions}"/>
       <fileset dir="${derby.tools.src.dir}"
                includesfile="${javadoc.inclusions}"/>
+      <fileset dir="${derby.optional.src.dir}"
+               includesfile="${javadoc.inclusions}"/>
       <arg value="${xarg.doclint}"/>
     </javadoc>
 

Modified: db/derby/code/trunk/tools/javadoc/publishedapi.ant
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/tools/javadoc/publishedapi.ant?rev=1592214&r1=1592213&r2=1592214&view=diff
==============================================================================
--- db/derby/code/trunk/tools/javadoc/publishedapi.ant (original)
+++ db/derby/code/trunk/tools/javadoc/publishedapi.ant Sat May  3 14:34:52 2014
@@ -77,4 +77,7 @@ org/apache/derby/mbeans/drda/*.java
 
 org/apache/derby/security/SystemPermission.java
 
+# package: org.apache.derby.optional.api
+
+org/apache/derby/optional/api/LuceneUtils.java