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

michi at wyona.com michi at wyona.com
Tue Mar 13 16:01:24 CET 2007


Author: michi
Date: 2007-03-13 16:01:23 +0100 (Tue, 13 Mar 2007)
New Revision: 23245

Modified:
   public/yanel/trunk/src/build/targets/check-conf-version.xml
Log:
check local versions fixed

Modified: public/yanel/trunk/src/build/targets/check-conf-version.xml
===================================================================
--- public/yanel/trunk/src/build/targets/check-conf-version.xml	2007-03-13 14:38:12 UTC (rev 23244)
+++ public/yanel/trunk/src/build/targets/check-conf-version.xml	2007-03-13 15:01:23 UTC (rev 23245)
@@ -15,7 +15,7 @@
 
     <condition property="local.resource-types.config.exists">
       <available file="${yanel.home.dir}/${local.config.dir}/local.resource-types.xml" type="file"/>
-    </condition> 
+    </condition>
     <antcall target="check-config-version-resource-types-xml"/>
   </target>
 
@@ -32,7 +32,7 @@
   </target>
 
   <target name="check-config-version-realms-xml" if="local.realms.config.exists">
-    <!-- check realms.xml -->
+    <echo>Check version of local.realms.xml ...</echo>
     <xmlproperty file="${yanel.home.dir}/conf/realms.xml" prefix="defaultconf" semanticAttributes="true"/>
     <xmlproperty file="${yanel.home.dir}/conf/local/local.realms.xml" prefix="localconf" semanticAttributes="true"/>
     <condition property="local.realms.properties.in.sync">
@@ -42,7 +42,7 @@
   </target>
 
   <target name="check-config-version-resource-types-xml" if="local.resource-types.config.exists">
-    <!-- check resource-types.xml -->
+    <echo>Check version of local.resource-types.xml ...</echo>
     <xmlproperty file="${yanel.home.dir}/conf/resource-types.xml" prefix="defaultconf" semanticAttributes="true"/>
     <xmlproperty file="${yanel.home.dir}/conf/local/local.resource-types.xml" prefix="localconf" semanticAttributes="true"/>
     <condition property="local.resource-types.properties.in.sync">




More information about the Yanel-commits mailing list