[Yanel-commits] rev 24267 - public/yanel/trunk/src/build/targets

michi at wyona.com michi at wyona.com
Tue May 8 15:21:55 CEST 2007


Author: michi
Date: 2007-05-08 15:21:54 +0200 (Tue, 08 May 2007)
New Revision: 24267

Modified:
   public/yanel/trunk/src/build/targets/check-conf-version.xml
Log:
WARNING added

Modified: public/yanel/trunk/src/build/targets/check-conf-version.xml
===================================================================
--- public/yanel/trunk/src/build/targets/check-conf-version.xml	2007-05-08 12:07:04 UTC (rev 24266)
+++ public/yanel/trunk/src/build/targets/check-conf-version.xml	2007-05-08 13:21:54 UTC (rev 24267)
@@ -38,7 +38,7 @@
     <condition property="local.realms.properties.in.sync">
       <equals arg1="${defaultconf.realms.version}" arg2="${localconf.realms.version}"/>
     </condition>
-    <fail unless="local.realms.properties.in.sync" message="It seems that your local.realms.xml is out of date. Please compare your local.realms.xml with the default configuration conf/realms.xml and update accordingly."/>
+    <fail unless="local.realms.properties.in.sync" message="WARNING: It seems that your local.realms.xml is out of date. Please compare your local.realms.xml with the default configuration conf/realms.xml and update accordingly."/>
   </target>
 
   <target name="check-config-version-resource-types-xml" if="local.resource-types.config.exists">




More information about the Yanel-commits mailing list