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

Collapse All | Expand All

(-)/tmp/portage/dom4j-1.4-r2/work/dom4j-1.4/build.xml (-2 / +12 lines)
Lines 74-79 Link Here
74
        <include name="*.jar"/>
74
        <include name="*.jar"/>
75
      </fileset>
75
      </fileset>
76
    </path>
76
    </path>
77
    <path id="jars.classpath">
78
      <fileset dir="${lib.dir}">
79
        <include name="*.jar"/>
80
      </fileset>
81
    </path>
82
    <path id="compiled.classpath">
83
      <fileset dir="${build.dest}"/>
84
    </path>
77
  
85
  
78
    <taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop">
86
    <taskdef name="fop" classname="org.apache.fop.tools.anttasks.Fop">
79
    	<classpath refid="fop.classpath"/>
87
    	<classpath refid="fop.classpath"/>
Lines 177-183 Link Here
177
           destdir="${build.dest}"
185
           destdir="${build.dest}"
178
           debug="${debug}"
186
           debug="${debug}"
179
           optimize="${optimize}"
187
           optimize="${optimize}"
180
           deprecation="${deprecation}"/>
188
           deprecation="${deprecation}">
189
	   <classpath refid="jars.classpath"/>
190
     </javac>
181
  </target>
191
  </target>
182
192
183
  <!-- =================================================================== -->
193
  <!-- =================================================================== -->
Lines 574-580 Link Here
574
  <!-- =================================================================== -->
584
  <!-- =================================================================== -->
575
  <!-- Helper targets                                                      -->
585
  <!-- Helper targets                                                      -->
576
  <!-- =================================================================== -->
586
  <!-- =================================================================== -->
577
  <target name="all" depends="clean,package,doc,javadoc">
587
  <target name="all" depends="package,doc,javadoc">
578
  </target>
588
  </target>
579
589
580
  <!-- =================================================================== -->
590
  <!-- =================================================================== -->

Return to bug 63268