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>

Reply via email to