

litesoft
@ 407
litesoft / trunk / GWT_Sandbox / Prioritizer / Build.yaml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
name: Prioritizer source: src|**.java resources: $source$|**.xml jar: ./Prioritizer dependencies: - ../../java/core/Anywhere - ../../java/core/Server - ../../java/GWT/Client - ../../java/GWT/Dev - ../../java/GWT/Server dist: - warResources - war|**/web.xml|**.jar GWTat: ../../../zGlobal/GWT/gwt-2.2.0 GWTstyle: DETAILED GWT: org.litesoft.prioritizer.Prioritizer war: Prioritizer.war compileclasspath: - $GWTat$/gwt-user.jar classpath: - ../../Java/VersionedStaticContentFilter/VersionedStaticContentFilter.jar |