Subversion Repositories eFlore/Applications.coel

Compare Revisions

No changes between revisions

Ignore whitespace Rev 1645 → Rev 1647

/trunk/src/org/tela_botanica/Coel-dev.gwt.xml
1,9 → 1,5
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://google-web-toolkit.googlecode.com/svn/trunk/distro-source/core/src/gwt-module.dtd">
<module>
<!-- I18n -->
<inherits name="com.google.gwt.i18n.I18N"/>
<extend-property name="locale" values="fr"/>
<module rename-to="coel">
<inherits name="org.tela_botanica.Coel"/>
<!-- Log -->
<inherits name="com.google.gwt.logging.Logging"/>
22,4 → 18,5
<!-- Permet d'accélérer le temps de compilation en compilant que pour Firefox > à 1.5 -->
<!-- Bien mettre gecko1_8 (et pas gecko) sinon ne marche pas dans Firefox > à 1.5 -->
<set-property name="user.agent" value="gecko1_8"/>
</module>
<set-property name="locale" value="default"/>
</module>
/trunk/src/org/tela_botanica/public/gxt
New file
0,0 → 1,0
link /home/raphael/gxt/gxt-2.2.5/resources
Property changes:
Added: svn:special
+*
\ No newline at end of property
/trunk/src/org/tela_botanica/Coel.gwt.xml
15,9 → 15,6
<!-- <inherits name="com.google.gwt.junit.JUnit"/> -->
<extend-property name="locale" values="fr, en"/>
<!-- Paramétrage de l'application en fonction du mode. -->
<inherits name="org.tela_botanica.Coel-dev"/>
<!-- Specify the app entry point class. -->
<entry-point class="org.tela_botanica.client.Coel"/>
</module>
</module>