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

michi at wyona.com michi at wyona.com
Tue May 29 11:33:44 CEST 2007


Author: michi
Date: 2007-05-29 11:33:44 +0200 (Tue, 29 May 2007)
New Revision: 24696

Modified:
   public/yanel/trunk/src/build/build.xml
Log:
deploy targets added and TODO re global properties added

Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml	2007-05-29 09:33:08 UTC (rev 24695)
+++ public/yanel/trunk/src/build/build.xml	2007-05-29 09:33:44 UTC (rev 24696)
@@ -480,6 +480,8 @@
     <antcall target="generate-javadoc"/>
 
     <ant antfile="${yanel.home.dir}/build/build-resource-types.xml" target="copy-resources-dependencies"/>
+
+    <antcall target="deploy-libs-of-realms"/>
   </target>
 
   <target name="war" description="Build war file" depends="init, webapp">
@@ -856,6 +858,7 @@
 
   <target name="deploy-resources" description="Deploy resources" depends="generate-resources-build">
   
+    <!-- TODO: Seems to copy global i18n files, but has nothing to do with resources. -->
     <copy todir="${build.dir}/webapps/${servlet.context.prefix}/WEB-INF/classes/">
       <fileset dir="." casesensitive="yes">
         <include name="global_*.properties"/>
@@ -865,6 +868,10 @@
     <ant antfile="${yanel.home.dir}/build/build-resource-types.xml" target="deploy-resources"/>
   </target>
 
+  <target name="deploy-libs-of-realms" description="Deploy libraries of realms" depends="generate-realms-build">
+    <ant antfile="${yanel.home.dir}/build/build-realms.xml" target="deploy-realms"/>
+  </target>
+
   <target name="clean-resources" description="Clean resources" depends="generate-resources-build">
     <ant antfile="${yanel.home.dir}/build/build-resource-types.xml" target="clean-resources"/>
   </target>




More information about the Yanel-commits mailing list