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

michi at wyona.com michi at wyona.com
Thu May 31 16:31:38 CEST 2007


Author: michi
Date: 2007-05-31 16:31:38 +0200 (Thu, 31 May 2007)
New Revision: 24821

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

Modified: public/yanel/trunk/src/build/targets/check-conf-version.xml
===================================================================
--- public/yanel/trunk/src/build/targets/check-conf-version.xml	2007-05-31 14:01:15 UTC (rev 24820)
+++ public/yanel/trunk/src/build/targets/check-conf-version.xml	2007-05-31 14:31:38 UTC (rev 24821)
@@ -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="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."/>
+    <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 (see changes within 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