Sophie

Sophie

distrib > Fedora > 16 > i386 > media > os-src > by-pkgid > c406a0299a2e024a42033223ed3c5290 > files > 2

xom-1.0-6.6.fc15.src.rpm

--- build.xml.orig	2007-02-14 17:22:32.000000000 -0500
+++ build.xml	2007-02-14 17:22:36.000000000 -0500
@@ -368,7 +368,11 @@
            encoding="UTF-8"
            includes="nu/xom/tools/*">
       <classpath>
-        <pathelement path="${compile.class.path}"/>
+        <pathelement location="${xml-apis.jar}"/>
+        <pathelement location="${parser.jar}"/>
+        <pathelement location="${normalizer.jar}"/>
+        <pathelement location="${junit.jar}"/>
+        <pathelement location="${servlet.jar}"/>
         <pathelement path="${tagsoup.jar}"/> 
       </classpath>
     </javac>