Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536450
en ru br
ALT Linux repos
S:1.2.10-alt1_13jpp11
5.0: 1.2-alt1_0.b2.4jpp5
4.1: 1.0-alt3_6jpp1.7
4.0: 1.0-alt3_6jpp1.7

Group :: Development/Java
RPM: xom

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: xom-1.2.6-crosslink.patch
Download


--- build.xml.orig	2010-10-04 19:04:20.000000000 -0400
+++ build.xml	2010-10-04 19:06:47.688408666 -0400
@@ -443,11 +443,12 @@
              windowtitle="${Name} ${version}  API"
              docencoding="UTF-8"
              charset="UTF-8"
-             link="http://www.junit.org/junit/javadoc/3.8.1"
              doctitle="${Name} ${version}"
              bottom="Copyright 2002-${year} <a href='http://www.elharo.com/'>Elliotte Rusty Harold</a>
 			 <br /> <a href='mailto:elharo%40ibiblio%2Eorg?Subject=XOM'>elharo@ibiblio.org</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" />
@@ -496,12 +497,13 @@
              docencoding="UTF-8"
              charset="UTF-8"
              noqualifier="java.lang:java.io"
-             link="http://www.junit.org/junit/javadoc/3.8.1"
              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%40ibiblio%2Eorg?Subject=XOM'&gt;elharo&#64;ibiblio&#46;org&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>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin