

litesoft
@ 887
litesoft / trunk / mobileGWT / mgwt.showcase / 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 |
war: ShowCase jar: ShowCase source: src/main/java|**.java resources: $source$|**.xml|**.css dist: - war|**/web.xml|**.jar|*.ico|**.gif|**.css|*.js|index*.html GWTmx: 1024m GWTat: $zGlobalAt$/GWT/gwt-2.5.0 compileclasspath: - $GWTat$/gwt-user.jar GWT: com.googlecode.mgwt.examples.showcase.ShowCase classpath: - ../mgwt/mgwt.jar zGlobalAt: $DevRootAt$/zGlobal DevRootAt: ../../.. |