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

josias at wyona.com josias at wyona.com
Thu May 31 12:02:51 CEST 2007


Author: josias
Date: 2007-05-31 12:02:50 +0200 (Thu, 31 May 2007)
New Revision: 24800

Modified:
   public/yanel/trunk/src/build/build.xml
Log:
build webapp before building the realms because some realms depend on the webapp

Modified: public/yanel/trunk/src/build/build.xml
===================================================================
--- public/yanel/trunk/src/build/build.xml	2007-05-31 09:56:05 UTC (rev 24799)
+++ public/yanel/trunk/src/build/build.xml	2007-05-31 10:02:50 UTC (rev 24800)
@@ -383,7 +383,7 @@
   </target>
 
   <!-- TODO: Invoice depends on impl ...! -->
-  <target name="webapp" description="Build webapp" depends="init, compile-core, compile-impl, build-resources, build-realms, compile-webapp">
+  <target name="webapp" description="Build webapp" depends="init, compile-core, compile-impl, compile-webapp, build-resources, build-realms">
 <!--
   <target name="webapp" description="Build webapp" depends="init, compile-webapp">
 -->




More information about the Yanel-commits mailing list