buildframework/helium/build-jar.ant.xml
branchfix
changeset 402 c6b5bb43133d
parent 217 0f5e3a7fb6af
--- a/buildframework/helium/build-jar.ant.xml	Thu Mar 25 15:34:29 2010 +0000
+++ b/buildframework/helium/build-jar.ant.xml	Thu Mar 25 16:35:29 2010 +0000
@@ -25,11 +25,25 @@
     Called by hlm-jar.bat to build helium java code
     </description>
 
+    <!-- @property env
+    Load all environment variables. -->
     <property environment="env" />
 
+    <!-- @type string
+    @scope private
+    -->
     <property name="build.temp.dir" location="${env.TEMP}/helium/java" />
+    <!-- @type string
+    @scope private
+    -->
     <property name="src.dir" location="${helium.dir}/tools/common/java/src" />
+    <!-- @type string
+    @scope private
+    -->
     <property name="ext.java.lib.dir" location="${helium.dir}/external/antlibs" />
+    <!-- @type string
+    @scope private
+    -->
     <property name="helium.java.lib.dir" location="${helium.dir}/tools/common/java/lib" />