diff properties.xml @ 25:cbd67b1100d8

Initial commit of the first prototype.
author Raimund Renkert <rrenkert@intevation.de>
date Fri, 08 Apr 2011 11:47:59 +0200
parents
children 50a6d2d63885
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/properties.xml	Fri Apr 08 11:47:59 2011 +0200
@@ -0,0 +1,30 @@
+<!-- ========================================= -->
+<!-- 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="build"/>
+<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"/>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)