Mercurial > mxd2map
view properties.xml @ 188:43f1cbdcd597
Modified and beautified the documentation:
* INSTALL.txt, doku/Makefile, doku/source/conf.py,
doku/source/functionality.txt, doku/source/index.txt,
doku/source/restrictions.txt, website/favicon.png, LICENCE.txt:
added more details to the content of the documentation. some more
configurations.
* doku/source/LICENCE.txt: New. Added a licence-text (symlinking
into the documentation).
* doku/source/_static/favicon.png,
doku/source/_static/logo_wide.png,
doku/source/_templates/indexsidebar.html,
doku/source/_templates/layout.html: Optic-cosmetics.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Wed, 20 Jul 2011 15:53:01 +0200 |
parents | 609c234e8e23 |
children | 4dc2b9aa3c57 |
line wrap: on
line source
<!-- ========================================= --> <!-- load environment variables --> <!-- ========================================= --> <property environment="env"/> <condition property="runtime.home" value="${env.AGSENGINEJAVA}"> <available file="arcobjects.jar" filepath="${env.AGSENGINEJAVA}/java/lib" /> </condition> <condition property="runtime.home" value="${env.AGSDESKTOPJAVA}"> <not> <isset property="runtime.home"/> </not> </condition> <property name="devkit.home" value="${env.AGSDEVKITJAVA}" /> <property name="ant.home" value="${devkit.home}/java/tools/ant"/> <!-- ========================================= --> <!-- directory mappings --> <!-- ========================================= --> <property name="root.dir" location="${basedir}"/> <basename property="sample.dir" file="${basedir}" /> <property name="src.dir" location="src"/> <property name="build.dir" location="c:\tmp\build_sh"/> <property name="class.dir" location="${build.dir}/classes"/> <property name="dist.dir" location="${build.dir}/dist"/> <property name="libs.dir" location="lib"/> <!-- ========================================= --> <!-- jar file mapping --> <!-- ========================================= --> <property name="arcobjects.jar" location="${runtime.home}/java/lib/arcobjects.jar"/>