Author: ekoneil
Date: Thu May 12 14:11:43 2005
New Revision: 169888
URL: http://svn.apache.org/viewcvs?rev=169888&view=rev
Log:
Add commons-discovery to the runtime.classpath for controls so that these
classes can be picked up during a Javadoc build.
BB: self
DRT: Controls pass
Modified:
incubator/beehive/trunk/controls/build.xml
Modified: incubator/beehive/trunk/controls/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/build.xml?rev=169888&r1=169887&r2=169888&view=diff
==============================================================================
--- incubator/beehive/trunk/controls/build.xml (original)
+++ incubator/beehive/trunk/controls/build.xml Thu May 12 14:11:43 2005
@@ -43,9 +43,10 @@
<path refid="servlet.dependency.path"/>
<path refid="velocity.dependency.path"/>
<path refid="tools.dependency.path"/>
+ <path refid="api.classpath"/>
<pathelement location="${api.classes}"/>
- <path id="${api.classpath}"/>
</path>
+
<condition property="controls.os" value="windows">
<os family="windows"/>
</condition>