summaryrefslogtreecommitdiff
blob: db1f02ce69ed1ce010624ed5ce8f1627a1a540af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Index: ant-definitions.xml
===================================================================
--- ant-definitions.xml	(revision 511)
+++ ant-definitions.xml	(working copy)
@@ -12,13 +12,9 @@
         excludes="@{excldir}"
         destdir="${build}"
         debug="on"
+	classpath="${xmltoolsjar}"
         deprecation="@{deprecation}">
         <compilerarg line="@{xlint}"/>
-	<classpath>
-	  <fileset dir="${libs}">
-	    <include name="**/*.jar"/>
-	  </fileset>
-	</classpath>
       </javac>
     </sequential>
   </macrodef>
@@ -78,14 +74,10 @@
         version="true"
         verbose="false"
         protected="true"
+	classpath="${xmltoolsjar}"
         bottom="${javadoc-copyright}">
         <link offline="true" href="http://java.sun.com/j2se/1.5.0/docs/api/"
           packagelistLoc="package-list"/>
-	<classpath>
-	  <fileset dir="${libs}">
-	    <include name="**/*.jar"/>
-	  </fileset>
-	</classpath>
       </javadoc>
     </sequential>
   </macrodef>