buildframework/helium/external/helium-antlib/scm/demo/build.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
--- a/buildframework/helium/external/helium-antlib/scm/demo/build.xml	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/external/helium-antlib/scm/demo/build.xml	Wed Dec 23 19:29:07 2009 +0200
@@ -398,4 +398,12 @@
         </hlm:scm>
     </target>
     
+    
+    <target name="demo-init" depends="setup">
+        <property name="temp.dir" location="${ant.file.demo}/../temp" />
+        <hlm:scm verbose="true" scmUrl="scm:hg:${temp.dir}/new">
+            <hlm:init />
+        </hlm:scm>
+    </target>
+
 </project>