You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2004/09/03 01:08:28 UTC

svn commit: rev 37438 - in incubator/beehive/trunk: controls wsm

Author: steveh
Date: Thu Sep  2 16:08:26 2004
New Revision: 37438

Modified:
   incubator/beehive/trunk/controls/build.xml
   incubator/beehive/trunk/wsm/build.xml
Log:
Updating the package lists in the Javadoc targets.

Modified: incubator/beehive/trunk/controls/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/build.xml	(original)
+++ incubator/beehive/trunk/controls/build.xml	Thu Sep  2 16:08:26 2004
@@ -245,6 +245,9 @@
         <packageset dir="${api.dir}" defaultexcludes="yes">
           <include name="org/apache/beehive/controls/**/*" />
         </packageset>
+        <packageset dir="${runtime.dir}" defaultexcludes="yes">
+          <include name="org/apache/beehive/controls/**/*" />
+        </packageset>
     </javadoc>
   </target>
 

Modified: incubator/beehive/trunk/wsm/build.xml
==============================================================================
--- incubator/beehive/trunk/wsm/build.xml	(original)
+++ incubator/beehive/trunk/wsm/build.xml	Thu Sep  2 16:08:26 2004
@@ -238,7 +238,8 @@
         classpathref="runtime.classpath"
         source="1.5">
         <packageset dir="${api.dir}" defaultexcludes="yes">
-          <include name="org/apache/beehive/wsm/**/*" />
+        </packageset>
+        <packageset dir="${runtime.dir}" defaultexcludes="yes">
         </packageset>
     </javadoc>
   </target>