[Yanel-commits] rev 44387 - public/yanel/trunk/src/realms/welcome-admin

michi at wyona.com michi at wyona.com
Wed Aug 26 08:22:04 CEST 2009


Author: michi
Date: 2009-08-26 08:22:03 +0200 (Wed, 26 Aug 2009)
New Revision: 44387

Modified:
   public/yanel/trunk/src/realms/welcome-admin/resource-types.xml
Log:
copy-dir-name added as long as we have not cleaned up the build

Modified: public/yanel/trunk/src/realms/welcome-admin/resource-types.xml
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/resource-types.xml	2009-08-25 21:56:08 UTC (rev 44386)
+++ public/yanel/trunk/src/realms/welcome-admin/resource-types.xml	2009-08-26 06:22:03 UTC (rev 44387)
@@ -4,6 +4,6 @@
 
   <!-- HEADSUP: Make sure to add the trailing slash (/) in the @src attribute! -->
 
-  <resource-type src="@REALM_SRC_DIR@/yanel/resources/show-realms/" compile="true"/>
-  <resource-type src="@REALM_SRC_DIR@/yanel/resources/update-webapp/" compile="true"/>
+  <resource-type src="@REALM_SRC_DIR@/yanel/resources/show-realms/" compile="true" copy-dir-name="wr-show-realms"/>
+  <resource-type src="@REALM_SRC_DIR@/yanel/resources/update-webapp/" compile="true" copy-dir-name="wr-update-webapp"/>
 </resource-types>



More information about the Yanel-commits mailing list