Home | History | Annotate | Download | only in Tukaani
      1 #
      2 # build.properties
      3 #
      4 # Author: Lasse Collin <lasse.collin (at] tukaani.org>
      5 #
      6 # This file has been put into the public domain.
      7 # You can do whatever you want with this file.
      8 #
      9 
     10 title = XZ data compression
     11 homepage = http://tukaani.org/xz/java.html
     12 version = 1.5
     13 
     14 debug = false
     15 sourcever = 1.4
     16 src_dir = src
     17 
     18 build_dir = build
     19 dist_dir = ${build_dir}/dist
     20 dist_file = ${dist_dir}/xz-java-${version}.zip
     21 classes_dir = ${build_dir}/classes
     22 jar_dir = ${build_dir}/jar
     23 doc_dir = ${build_dir}/doc
     24 
     25 extdoc_url = http://docs.oracle.com/javase/7/docs/api
     26 extdoc_dir = extdoc
     27 
     28 pom_template = maven/pom_template.xml
     29 maven_dir = ${build_dir}/maven
     30