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

michi at wyona.com michi at wyona.com
Wed Feb 4 12:27:54 CET 2009


Author: michi
Date: 2009-02-04 12:27:54 +0100 (Wed, 04 Feb 2009)
New Revision: 41337

Modified:
   public/yanel/trunk/src/build/targets/webapp/webapp.xml
Log:
check yanel config only, because realms and resources have already been checked

Modified: public/yanel/trunk/src/build/targets/webapp/webapp.xml
===================================================================
--- public/yanel/trunk/src/build/targets/webapp/webapp.xml	2009-02-04 11:27:11 UTC (rev 41336)
+++ public/yanel/trunk/src/build/targets/webapp/webapp.xml	2009-02-04 11:27:54 UTC (rev 41337)
@@ -67,7 +67,10 @@
     </condition>
     <antcall target="generate-resource-types-registry"/>
 
-    <antcall target="check-config-version"/>
+    <condition property="local.yanel.config.exists">
+      <available file="${yanel.source.home}/${local.config.dir}/local.yanel.xml" type="file"/>
+    </condition>
+    <antcall target="check-config-version-yanel-xml"/>
 
     <!-- Overwrite default by local properties -->
     <!-- TODO: Make the patching selectable within the build.properties of the build ... -->



More information about the Yanel-commits mailing list