~ubuntu-branches/ubuntu/utopic/libjlatexmath-java/utopic

« back to all changes in this revision

Viewing changes to build.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-27 14:24:03 UTC
  • mfrom: (4.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20130527142403-etv7j7excnzoa71l
Tags: 1.0.2-1
* Upload to unstable
* Standards-Version updated to 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
    <copy file="COPYING" todir="${project.bin.dir}/META-INF" />
147
147
    <delete dir="${project.bin.dir}/META-INF/services"/>
148
148
    <jar jarfile="${package.dir}/jlatexmath-minimal-${version}.jar" basedir="${project.bin.dir}" manifest="MANIFEST.MF" excludes="cyrillic/** greek/** **/greek/** **/cyrillic/** **/fop/** **/services/**"/>
149
 
    <zip destfile="${package.dir}/jlatexmath-minimal.zip">
 
149
    <zip destfile="${package.dir}/jlatexmath-minimal-${version}.zip">
150
150
      <fileset dir="${package.dir}" includes="jlm_greek.jar"/>
151
151
      <fileset dir="${package.dir}" includes="jlm_cyrillic.jar"/>
152
152
      <fileset dir="${package.dir}" includes="jlatexmath-minimal-${version}.jar"/>
236
236
             >
237
237
    </javadoc>
238
238
  </target>
239
 
</project>
 
 
b'\\ No newline at end of file'
 
239
</project>