Subversion Repository Public Repository

litesoft

Diff Revisions 670 vs 695 for /trunk/GWT_Sandbox/MultiModuleSingleSrc/main/Build.yaml

Diff revisions: vs.
  @@ -6,27 +6,27 @@
6 6 source: src|**.java
7 7 resources: $source$|**.xml
8 8
9 -
10 -
9 + dependencies:
10 + - $GWTphonegap$
11 11
12 12
13 13
14 14
15 15
16 16 dist:
17 - - warResources
18 - - war|**/web.xml|**.jar
17 + - war|**/web.xml|**.jar|*.ico|*.css|*.js|index.html
18 +
19 19
20 20 GWTat: $zGlobalAt$/GWT/gwt-2.4.0
21 - GWTstyle: DETAILED
22 - GWT: org.litesoft.sandbox.multimodule.client.Main
23 21 compileclasspath:
24 22 - $GWTat$/gwt-user.jar
25 23
24 + GWT: org.litesoft.sandbox.multimodule.client.Main
25 +
26 26 classpath:
27 27 - $LiteSoftJavaAt$/logger/LiteSoftLogger.jar
28 - - $LiteSoftJavaAt$/VersionedStaticContentFilter/VersionedStaticContentFilter.jar
29 28
29 + GWTphonegap: $DevRootAt$/litesoft/mobileGWT/gwt-phonegap
30 30 LiteSoftJavaAt: $DevRootAt$/litesoft/Java
31 31 zGlobalAt: $DevRootAt$/zGlobal
32 32 DevRootAt: ../../../..