[Yanel-commits] rev 47300 - public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor

michi at wyona.com michi at wyona.com
Thu Jan 28 10:49:31 CET 2010


Author: michi
Date: 2010-01-28 10:49:31 +0100 (Thu, 28 Jan 2010)
New Revision: 47300

Modified:
   public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/AccessPolicyEditor.gwt.xml
Log:
comment added re browser configuration

Modified: public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/AccessPolicyEditor.gwt.xml
===================================================================
--- public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/AccessPolicyEditor.gwt.xml	2010-01-28 09:36:08 UTC (rev 47299)
+++ public/yanel/contributions/ajax-components/src/access-policy-editor/java/org/wyona/security/gwt/accesspolicyeditor/AccessPolicyEditor.gwt.xml	2010-01-28 09:49:31 UTC (rev 47300)
@@ -23,4 +23,12 @@
   <inherits name="org.wyona.yanel.gwt.YanelCore" />
 
   <entry-point class="org.wyona.security.gwt.accesspolicyeditor.client.AccessPolicyEditor"/>
+
+<!-- Uncomment one of the below in order to speed up development, because otherwise the javascript code will be generated for all browsers known to GWT, which is a good thing in production, but slows down development -->
+<!--
+  <set-property name="user.agent" value="gecko1_8"/>
+-->
+<!--
+  <set-property name="user.agent" value="ie6, gecko1_8, safari"/>
+-->
 </module>



More information about the Yanel-commits mailing list