PageRenderTime 131ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/example/src/main/java/example/Example.gwt.xml

https://code.google.com/p/gwtrpccommlayer/
XML | 37 lines | 8 code | 5 blank | 24 comment | 0 complexity | 7ede0b735d9a79eea0aa22588c490bdf MD5 | raw file
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /*
  4. * Copyright 2010 Jeff McHugh (Segue Development LLC)
  5. *
  6. * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
  7. * in compliance with the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software distributed under the License
  12. * is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
  13. * or implied. See the License for the specific language governing permissions and limitations under
  14. * the License.
  15. */
  16. -->
  17. <module rename-to='example'>
  18. <!-- Inherit the core Web Toolkit stuff. -->
  19. <inherits name='com.google.gwt.user.User'/>
  20. <!-- Inherit the default GWT style sheet. You can change -->
  21. <!-- the theme of your GWT application by un-commenting -->
  22. <!-- any one of the following lines. -->
  23. <inherits name='com.google.gwt.user.theme.standard.Standard'/>
  24. <!-- <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> -->
  25. <!-- <inherits name='com.google.gwt.user.theme.dark.Dark'/> -->
  26. <!-- Other module inherits -->
  27. <!-- Specify the app entry point class. -->
  28. <entry-point class='example.client.ExampleEntryPoint'/>
  29. <!-- Specify the paths for translatable code -->
  30. <source path='client'/>
  31. <source path='shared'/>
  32. </module>