buildENV_template.xml
<!-- properties -->
<!-- These properties are collected from the systems environment -->
<property environment="env" />
<property name="openwingsHome" value="${env.OW_HOME}" />
<property name="javaHome" value="${env.JAVA_HOME}" />
<!-- -->
<!-- openwings directory -->
<property name="openwingsDir" value="openwings-0.9" />
<!-- buildRoot is the developing component filepath -->
<property name="buildRoot" value="${openwingsHome}" />
<!-- -->
<!-- xercesHome is the filepath of xerces -->
<property name="xercesHome" value="${openwingsHome}/xerces-xml" />
<!-- sunXmlHome is the filepath of sunXml-->
<property name="sunXmlHome" value="${openwingsHome}/sun-xml" />
<!-- -->
<!-- libDir is the filepath of executable jar files -->
<property name="libDir" value="${buildRoot}/${openwingsDir}/lib" />
|