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?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to