File jakarta-commons-net-crosslink.patch of Package jakarta-commons-net.openSUSE_11.4_Update

--- build.xml.sav	2005-12-03 17:05:48.000000000 +0100
+++ build.xml	2007-02-11 20:46:58.000000000 +0100
@@ -58,7 +58,7 @@
       </fileset>
     </copy>
   </target>
-  <target name="jar" description="o Create the jar" depends="compile,test">
+  <target name="jar" description="o Create the jar" depends="compile">
     <jar jarfile="${defaulttargetdir}/${final.name}.jar">
 	    <fileset dir="${classesdir}">
 		    <exclude name="**/examples/**"/>
@@ -71,7 +71,7 @@
     <delete dir="${distdir}">
     </delete>
   </target>
-  <target name="dist" description="o Create a distribution" depends="jar, javadoc">
+  <target name="dist" description="o Create a distribution" depends="jar, test, javadoc">
     <mkdir dir="dist">
     </mkdir>
     <copy todir="dist">
@@ -152,6 +152,7 @@
         <path refid="build.classpath">
         </path>
       </classpath>
+      <link href="${j2se.api}"/>
     </javadoc>
   </target>
   <target name="get-deps" unless="noget" depends="init">
openSUSE Build Service is sponsored by