Fixed stray curly bracket
authorDario Sestito <darios@symbian.org>
Wed, 15 Jul 2009 18:18:39 +0100
changeset 26 4f2349a6289f
parent 25 234b5eb2dcfe
child 27 d12bf27e4e0e
Fixed stray curly bracket
bootstrap.xml
--- a/bootstrap.xml	Wed Jul 15 18:16:13 2009 +0100
+++ b/bootstrap.xml	Wed Jul 15 18:18:39 2009 +0100
@@ -48,7 +48,7 @@
         <hlm:scm verbose="true" scmUrl="scm:hg:${sf.config.repo}">
           <hlm:checkout basedir="${sf.target.dir}/sf-config"/>
           <hlm:update basedir="${sf.target.dir}/sf-config">
-            <hlm:tag name="${{sf.config.rev}"/>
+            <hlm:tag name="${sf.config.rev}"/>
           </hlm:update>
         </hlm:scm>
       </else>