~statik/ubuntu/maverick/protobuf/A

« back to all changes in this revision

Viewing changes to debian/java-build.xml

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2009-11-16 10:41:33 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091116104133-ykhy3deg5l4975tw
Tags: 2.1.0-1ubuntu1
* Merge from Debian testing.
* Remaining Ubuntu changes:
  - Disable the death tests on IA64, now as a quilt patch.
  - Don't use python2.4, also as a quilt patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    </target>
29
29
 
30
30
    <target name="jar" depends="compile">
31
 
        <jar destfile="${targetdir}/protobuf-2.0.3.jar" basedir="${classesdir}" />
 
31
        <jar destfile="${targetdir}/protobuf-2.1.0.jar" basedir="${classesdir}" />
32
32
    </target>
33
33
</project>