Bug#466833: Please re-add Class-Path attribute to the MANIFEST file

Florian Weimer fw at deneb.enyo.de
Thu Feb 21 11:12:15 UTC 2008


Package: libstringtemplate-java
Version: 3.1-1

The old build.xml specified a dependency on ANTLR:

  <!-- =================================================================== -->
  <!-- Creates the jar archive                                             -->
  <!-- =================================================================== -->
  <target name="jar" depends="init,compile" description="Builds the library (.jar).">
    <jar jarfile="${build.jar}"
      basedir="${build.classes}"
      includes="**/*.class">
      <manifest>
        <attribute name="Class-Path" value="antlr.jar"/>
      </manifest>
    </jar>
  </target>

Could you please add it again?





More information about the pkg-java-maintainers mailing list