

litesoft
@ HEAD
litesoft / trunk / GWT_Sandbox / gwtUITrimmed / Build.yaml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
name: gwtUITrimmed war: gwtUITrimmed.war source: src|**.java resources: $source$|**.xml dist: - war|**/web.xml|**.jar|*.css|index.html GWTat: ../../../zGlobal/GWT/gwt-2.5.0 GWT: com.gwtmobile.ui.kitchensink.gwtmobile_ui_kitchensink compileclasspath: - $GWTat$/gwt-user.jar classpath: - jars/gwtmobile-phonegap-1.1.jar - jars/gwtmobile-ui-1.1.jar zGlobalAt: $DevRootAt$/zGlobal DevRootAt: ../../.. |