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

Collapse All | Expand All

(-)build.xml.orig (-16 / +4 lines)
Lines 172-187 Link Here
172
  </fileset>
172
  </fileset>
173
173
174
  <path id="libs-build-classpath">
174
  <path id="libs-build-classpath">
175
    <fileset dir="lib">
175
    <fileset dir="lib" includes="**/*.jar"/>
176
      <include name="xalan*.jar"/>
177
      <include name="xerces*.jar"/>
178
      <include name="xml-apis.jar"/>
179
      <include name="avalon-framework*.jar"/>
180
      <include name="batik*.jar"/>
181
      <include name="jimi*.jar"/>
182
      <include name="jai*.jar"/>
183
      <include name="jce*.jar"/>
184
    </fileset>
185
  </path>
176
  </path>
186
  
177
  
187
  <!-- =================================================================== -->
178
  <!-- =================================================================== -->
Lines 293-303 Link Here
293
  </target>
284
  </target>
294
285
295
  <target name="init-avail">
286
  <target name="init-avail">
296
    <available property="jimi.present" classname="com.sun.jimi.core.Jimi" classpathref="libs-build-classpath"/>
287
    <property name="trax.present" value="true"/>
297
    <available property="jai.present" classname="javax.media.jai.JAI" classpathref="libs-build-classpath"/>
288
    <property name="jdk14.present" value="true"/>
298
    <available property="trax.present" classname="javax.xml.transform.Transformer" classpathref="libs-build-classpath"/>
289
    <property name="jce.present" value="true"/>
299
    <available property="jdk14.present" classname="java.lang.CharSequence"/>
300
    <available property="jce.present" classname="javax.crypto.Cipher" classpathref="libs-build-classpath"/>
301
  </target>
290
  </target>
302
291
303
  <target name="init-filters-jdk13" depends="init-avail" unless="jdk14.present">
292
  <target name="init-filters-jdk13" depends="init-avail" unless="jdk14.present">
Lines 588-594 Link Here
588
         includes="org/**,conf/**,hyph/**">
577
         includes="org/**,conf/**,hyph/**">
589
    <manifest>
578
    <manifest>
590
        <attribute name="Main-Class" value="${main.class}"/>
579
        <attribute name="Main-Class" value="${main.class}"/>
591
        <attribute name="Class-Path" value="${runtime.classpath}"/>
592
        <attribute name="Implementation-Title" value="${Name}"/>
580
        <attribute name="Implementation-Title" value="${Name}"/>
593
        <attribute name="Implementation-Version" value="${version}"/>
581
        <attribute name="Implementation-Version" value="${version}"/>
594
        <attribute name="Implementation-Vendor" value="Apache Software Foundation (http://xml.apache.org/fop/)"/>
582
        <attribute name="Implementation-Vendor" value="Apache Software Foundation (http://xml.apache.org/fop/)"/>

Return to bug 145568