35 lines
1.7 KiB
Diff
35 lines
1.7 KiB
Diff
|
--- build.xml 2011-03-24 10:55:16.000000000 +0100
|
||
|
+++ build.xml-gil 2011-03-24 10:58:35.000000000 +0100
|
||
|
@@ -394,13 +394,13 @@
|
||
|
windowtitle="${Name} ${version} API"
|
||
|
docencoding="UTF-8"
|
||
|
charset="UTF-8"
|
||
|
- link="http://www.junit.org/junit/javadoc/3.8.1"
|
||
|
linkoffline="http://www.junit.org/junit/javadoc/3.8.1 org.junit"
|
||
|
doctitle="${Name} ${version}"
|
||
|
bottom="Copyright 2002-${year} <a href='http://www.elharo.com/'>Elliotte Rusty Harold</a>
|
||
|
<br /> <a href='mailto:elharo%40metalab%2Eunc%2Eedu?Subject=XOM'>elharo@metalab.unc.edu</a>">
|
||
|
<classpath refid="test.class.path"/>
|
||
|
-
|
||
|
+ <link href="${j2se.api}"/>
|
||
|
+ <link href="${junit.api}"/>
|
||
|
<fileset dir="${build.src}" defaultexcludes="yes">
|
||
|
<include name="nu/xom/tests/XOMTestCase.java" />
|
||
|
</fileset>
|
||
|
@@ -448,13 +448,13 @@
|
||
|
docencoding="UTF-8"
|
||
|
charset="UTF-8"
|
||
|
noqualifier="java.lang:java.io"
|
||
|
- link="http://www.junit.org/junit/javadoc/3.8.1"
|
||
|
linkoffline="http://www.junit.org/junit/javadoc/3.8.1 org.junit"
|
||
|
doctitle="${Name} ${version}"
|
||
|
bottom="Copyright 2002-${year} <a href='http://www.elharo.com/'>Elliotte Rusty Harold</a>
|
||
|
<br/> <a href='mailto:elharo@metalab.unc.edu?Subject=XOM'>elharo@metalab.unc.edu</a>">
|
||
|
<classpath refid="test.class.path"/>
|
||
|
-
|
||
|
+ <link href="${j2se.api}"/>
|
||
|
+ <link href="${junit.api}"/>
|
||
|
<fileset dir="${build.src}" defaultexcludes="yes">
|
||
|
<include name="nu/xom/tests/XOMTestCase.java" />
|
||
|
</fileset>
|