~ubuntu-branches/ubuntu/vivid/commons-httpclient/vivid

« back to all changes in this revision

Viewing changes to debian/ant.properties

  • Committer: Bazaar Package Importer
  • Author(s): Onkar Shinde, Damien Raude-Morvan, Onkar Shinde
  • Date: 2009-11-05 09:50:19 UTC
  • mfrom: (4.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091105095019-wfyesqg7tgks1nhb
Tags: 3.1-8
[Damien Raude-Morvan]
* Fix debian/watch: use http://www.apache.org/dist/

[Onkar Shinde]
* debian/patches/04_fix_classpath.patch
  - Add appropriate jar files in classpath using manifest attribute.
    (LP: #459251)
* debian/ant.properties
  - Add properties to set target JVM version 1.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# JSSE stub classes required for build
2
2
lib.dir=/usr/share/java
3
3
#jsse.jar=/usr/share/java/jsse.jar
 
4
ant.build.javac.source=1.4
 
5
ant.build.javac.target=1.4