View | Details | Raw Unified
Collapse All | Expand All

(-) build.xml.orig (-16 / +4 lines)
 Lines 172-187    Link Here 
  </fileset>
  </fileset>
  <path id="libs-build-classpath">
  <path id="libs-build-classpath">
    <fileset dir="lib">
    <fileset dir="lib" includes="**/*.jar"/>
      <include name="xalan*.jar"/>
      <include name="xerces*.jar"/>
      <include name="xml-apis.jar"/>
      <include name="avalon-framework*.jar"/>
      <include name="batik*.jar"/>
      <include name="jimi*.jar"/>
      <include name="jai*.jar"/>
      <include name="jce*.jar"/>
    </fileset>
  </path>
  </path>
  
  
  <!-- =================================================================== -->
  <!-- =================================================================== -->
 Lines 293-303    Link Here 
  </target>
  </target>
  <target name="init-avail">
  <target name="init-avail">
    <available property="jimi.present" classname="com.sun.jimi.core.Jimi" classpathref="libs-build-classpath"/>
    <property name="trax.present" value="true"/>
    <available property="jai.present" classname="javax.media.jai.JAI" classpathref="libs-build-classpath"/>
    <property name="jdk14.present" value="true"/>
    <available property="trax.present" classname="javax.xml.transform.Transformer" classpathref="libs-build-classpath"/>
    <property name="jce.present" value="true"/>
    <available property="jdk14.present" classname="java.lang.CharSequence"/>
    <available property="jce.present" classname="javax.crypto.Cipher" classpathref="libs-build-classpath"/>
  </target>
  </target>
  <target name="init-filters-jdk13" depends="init-avail" unless="jdk14.present">
  <target name="init-filters-jdk13" depends="init-avail" unless="jdk14.present">
 Lines 588-594    Link Here 
         includes="org/**,conf/**,hyph/**">
         includes="org/**,conf/**,hyph/**">
    <manifest>
    <manifest>
        <attribute name="Main-Class" value="${main.class}"/>
        <attribute name="Main-Class" value="${main.class}"/>
        <attribute name="Class-Path" value="${runtime.classpath}"/>
        <attribute name="Implementation-Title" value="${Name}"/>
        <attribute name="Implementation-Title" value="${Name}"/>
        <attribute name="Implementation-Version" value="${version}"/>
        <attribute name="Implementation-Version" value="${version}"/>
        <attribute name="Implementation-Vendor" value="Apache Software Foundation (http://xml.apache.org/fop/)"/>
        <attribute name="Implementation-Vendor" value="Apache Software Foundation (http://xml.apache.org/fop/)"/>