java-xom/java-xom-1.2.1-crosslinks.patch

35 lines
1.7 KiB
Diff
Raw Normal View History

--- 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} &lt;a href='http://www.elharo.com/'&gt;Elliotte Rusty Harold&lt;/a&gt;
&lt;br/&gt; &lt;a href='mailto:elharo@metalab.unc.edu?Subject=XOM'&gt;elharo@metalab.unc.edu&lt;/a&gt;">
<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>