--- a/build.xml
+++ b/build.xml
@@ -133,16 +133,6 @@
     <pathelement location="${commons-digester.jar}"/>
     <pathelement location="${commons-logging.jar}"/>
     <pathelement location="${oro.jar}"/>
-    <path refid="downloaded.lib.classpath"/>
-  </path>
-
-  <!-- Construct compile classpath -->
-  <path id="downloaded.lib.classpath">
-    <pathelement location="${download.lib.dir}/commons-beanutils.jar"/>
-    <pathelement location="${download.lib.dir}/commons-digester.jar"/>
-    <pathelement location="${download.lib.dir}/commons-logging.jar"/>
-    <pathelement location="${download.lib.dir}/oro.jar"/>
-    <pathelement location="${download.lib.dir}/junit.jar"/>
   </path>
 
 <!-- ========== Test Execution Defaults =================================== -->
@@ -158,7 +148,6 @@
     <pathelement location="${oro.jar}"/>
     <pathelement location="${junit.jar}"/>
     <pathelement location="${xerces.jar}"/>
-    <path refid="downloaded.lib.classpath"/>
   </path>
 
   <!-- Should all tests fail if one does? -->
@@ -262,7 +251,7 @@
    description="Initializes Javadoc directories">
     <mkdir      dir="${dist.home}"/>
     <mkdir      dir="${dist.home}/docs"/>
-    <mkdir      dir="${dist.home}/docs/apidocs"/>
+    <mkdir      dir="${dist.home}/docs/api"/>
     <mkdir      dir="${dist.home}/docs/javascript"/>
     <mkdir      dir="${dist.home}/docs/javascript/org/apache/commons/validator/javascript/doc-files"/>
   </target>  
@@ -293,7 +282,7 @@
   <target name="javadoc" depends="compile, javadoc.js"
    description="Create component Javadoc documentation">
     <javadoc sourcepath="${source.home}"
-                destdir="${dist.home}/docs/apidocs"
+                destdir="${dist.home}/docs/api"
            packagenames="org.apache.commons.*"
                  author="true"
                 private="true"
