source: trunk/src/anaToMia/GDL_TopicMaps_Model/src/us/isidor/gdl/anaToMia/TopicMaps/GDL_TopicMaps_Model.gwt.xml

Last change on this file was 503, checked in by lgiessmann, 14 years ago

fixed some svn problems II

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<module rename-to='gdl_topicmaps_model'>
3  <!-- Inherit the core Web Toolkit stuff.                        -->
4  <inherits name='com.google.gwt.user.User'/>
5
6  <!-- Inherit the default GWT style sheet.  You can change       -->
7  <!-- the theme of your GWT application by uncommenting          -->
8  <!-- any one of the following lines.                            -->
9  <!--<inherits name='com.google.gwt.user.theme.clean.Clean'/>-->
10  <!-- <inherits name='com.google.gwt.user.theme.standard.Standard'/> -->
11  <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
12  <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/>     -->
13
14  <!-- Other module inherits                                      -->
15
16  <!-- Specify the app entry point class.                         -->
17  <!--<entry-point class='us.isidor.gdl.anaToMia.TopicMaps.client.GDL_TopicMaps_Model'/>-->
18
19  <!-- Specify the paths for translatable code                    -->
20  <source path='TmEngineModel'/>
21  <source path='TopicMapsModel'/>
22
23        <!-- Reference the javascript file that is necessary for tmjs -->
24        <script src="lib/tm.min.js" />
25</module>
Note: See TracBrowser for help on using the repository browser.