Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144649 | Differences between
and this patch

Collapse All | Expand All

(-)build.xml.orig (-8 / +2 lines)
Lines 38-49 Link Here
38
            <include name="**/package.html"/>
38
            <include name="**/package.html"/>
39
         </fileset>
39
         </fileset>
40
      </copy>
40
      </copy>
41
      <copy todir="${build.dir}/junit">
42
         <fileset dir="${basedir}/junit">
43
            <include name="**/*.java"/>
44
            <include name="**/package.html"/>
45
         </fileset>
46
      </copy>
47
   </target>
41
   </target>
48
42
49
   <!-- =================================================================== -->
43
   <!-- =================================================================== -->
Lines 64-71 Link Here
64
   <!-- =================================================================== -->
58
   <!-- =================================================================== -->
65
   <!-- Makes the jar                                                       -->
59
   <!-- Makes the jar                                                       -->
66
   <!-- =================================================================== -->
60
   <!-- =================================================================== -->
67
   <target name="jar" depends="junit">
61
   <target name="jar" depends="compile">
68
      <jar jarfile="${jardir}/xjavadoc-${version}.jar">
62
      <jar jarfile="${jardir}/xjavadoc.jar">
69
         <fileset dir="${build.dir}/classes">
63
         <fileset dir="${build.dir}/classes">
70
            <exclude name="**/*Test.class"/>
64
            <exclude name="**/*Test.class"/>
71
         </fileset>
65
         </fileset>

Return to bug 144649