diff build.xml @ 5:8e6ade135483

first version of build.xml
author Pavel.Sher
date Mon, 14 Jul 2008 20:09:42 +0400
parents
children c05869fe20af
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/build.xml	Mon Jul 14 20:09:42 2008 +0400
@@ -0,0 +1,8 @@
+<project name="Mercurial VCS Support" default="dist">
+  <property file="mercurial.properties"/>
+  <import file="mercurial.xml"/>
+
+  <target name="dist" depends="clean, init, compile.module.mercurial">
+
+  </target>
+</project>
\ No newline at end of file