Author: ekoneil
Date: Sat Apr 30 11:12:03 2005
New Revision: 165411

URL: http://svn.apache.org/viewcvs?rev=165411&view=rev
Log:
Fix distribution build break introduced by SVN 165349.  This change deleted the 
wsm/src/api directory which was required during the Javadoc build.

BB: self
DRT: none


Modified:
    incubator/beehive/trunk/wsm/build.xml

Modified: incubator/beehive/trunk/wsm/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/wsm/build.xml?rev=165411&r1=165410&r2=165411&view=diff
==============================================================================
--- incubator/beehive/trunk/wsm/build.xml (original)
+++ incubator/beehive/trunk/wsm/build.xml Sat Apr 30 11:12:03 2005
@@ -374,7 +374,6 @@
     <!-- ==================================================================== 
-->
     <target name="docs">
         <javadoc destdir="${docs.dir}/apidocs/classref_wsm" maxmemory="256M" 
windowtitle="WSM Documentation" doctitle="Web Services Metadata" version="true" 
author="false" use="true" additionalparam="-breakiterator -noqualifier all 
-notimestamp " useexternalfile="true" classpathref="axis.classpath">
-            <packageset dir="${api.dir}" defaultexcludes="yes"/>
             <packageset dir="${runtime.dir}" defaultexcludes="yes"/>
         </javadoc>
         <fixcrlf srcDir="${docs.dir}/apidocs/classref_wsm" 
includes="**/*.html"/>
@@ -388,4 +387,4 @@
         <ant dir="drt" target="drt" inheritAll="false"/>
     </target>
 
-</project>
\ No newline at end of file
+</project>


Reply via email to