Skip to content

Commit 250d723

Browse files
committed
Fixes #118 - eclipse target uses correct Jaxen jar (and all jars are now variables)
1 parent ebf1c57 commit 250d723

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -477,13 +477,13 @@ For instructions on how to build JDOM, please view the README.txt file.
477477
<classpathentry kind="src" path="contrib/samples"/>
478478
<classpathentry kind="src" path="contrib/src/java/org/jdom2/contrib/ids/doc-files"/>
479479
<classpathentry kind="src" path="contrib/src/java/org/jdom2/contrib/input/scanner/doc-files"/>
480-
<classpathentry kind="lib" path="lib/junit-4.8.2.jar"/>
481-
<classpathentry kind="lib" path="lib/xercesImpl.jar"/>
482-
<classpathentry kind="lib" path="lib/xml-apis.jar"/>
483-
<classpathentry kind="lib" path="lib/jaxen-1.1.4.jar"/>
484-
<classpathentry kind="lib" path="contrib/lib/isorelax.jar"/>
485-
<classpathentry kind="lib" path="lib/xalan/serializer-2.7.1.jar"/>
486-
<classpathentry kind="lib" path="lib/xalan/xalan-2.7.1.jar"/>
480+
<classpathentry kind="lib" path="${junit.jar}"/>
481+
<classpathentry kind="lib" path="${parser.jar}"/>
482+
<classpathentry kind="lib" path="${xmlapi.jar}"/>
483+
<classpathentry kind="lib" path="${jaxen.jar}"/>
484+
<classpathentry kind="lib" path="${isorelax.jar}"/>
485+
<classpathentry kind="lib" path="${xalanser.jar}"/>
486+
<classpathentry kind="lib" path="${xalan.jar}"/>
487487
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
488488
<classpathentry kind="output" path="ebuild"/>
489489
</classpath>

0 commit comments

Comments
 (0)