13471 hg errors included in AppConstants.java
authorStephen Talley <stephen.talley@sun.com>
Thu, 17 Dec 2009 20:24:38 -0500
changeset 402 ab52b2d47c1d
parent 401 fc1223edbd8d
child 403 d1b4f74e3a3c
13471 hg errors included in AppConstants.java
usr/src/java/vpanels/env-vpanels.xml
--- a/usr/src/java/vpanels/env-vpanels.xml	Wed Dec 16 19:06:12 2009 -0800
+++ b/usr/src/java/vpanels/env-vpanels.xml	Thu Dec 17 20:24:38 2009 -0500
@@ -24,7 +24,8 @@
 -->
 
 <project name="vpanelsenv">
-	<exec outputproperty="app.version" executable='/usr/bin/hg'>
+	<exec outputproperty="app.version" executable='/usr/bin/hg'
+            error='/dev/null'>
 		<arg value='tip'/>
 		<arg value='--template'/>
 		<arg value='0.{rev}\n'/>