Subversion Repository Public Repository

litesoft

Diff Revisions 656 vs 664 for /trunk/GWT_Sandbox/SampleHello/Build.yaml

Diff revisions: vs.
  @@ -4,10 +4,7 @@
4 4
5 5
6 6 source: src|**.java
7 - resources: $source$|**.xml
8 -
9 -
10 -
7 + resources: $source$|**.xml|**.jpeg
11 8
12 9
13 10
  @@ -17,7 +14,7 @@
17 14 - war|**/web.xml|**.jar|*.ico|Hello.html
18 15
19 16
20 - GWTat: ../../../zGlobal/GWT/gwt-2.4.0
17 + GWTat: $zGlobalAt$/GWT/gwt-2.4.0
21 18
22 19 GWT: org.litesoft.hello.Hello
23 20 compileclasspath:
  @@ -25,7 +22,5 @@
25 22
26 23
27 24
28 -
29 -
30 25 zGlobalAt: $DevRootAt$/zGlobal
31 26 DevRootAt: ../../..