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

Collapse All | Expand All

(-)stringtemplate-3.1/build.xml (+3 lines)
Lines 134-139 Link Here
134
    <jar jarfile="${build.jar}"
134
    <jar jarfile="${build.jar}"
135
      basedir="${build.classes}"
135
      basedir="${build.classes}"
136
      includes="**/*.class">
136
      includes="**/*.class">
137
      <manifest>
138
        <attribute name="Class-Path" value="antlr.jar"/>
139
      </manifest>
137
    </jar>
140
    </jar>
138
  </target>
141
  </target>
139
142

Return to bug 916571