Subversion Repository Public Repository

litesoft

Diff Revisions 617 vs 618 for /trunk/Java/GWT/Client/Build.yaml

Diff revisions: vs.
  @@ -1,17 +1,22 @@
1 1 name: ClientGWT
2 - source: src|**.java
3 - resources: $source$|**.xml
2 +
4 3
5 4 jar: ./LiteSoftClientGWT
6 5
6 + source: src|**.java
7 + resources: $source$|**.xml
8 +
7 9 dependencies:
8 10 - $LiteSoftJavaAt$/core/Anywhere
9 11
12 +
13 +
14 +
15 +
10 16 dist:
11 17 - warResources
12 18
13 19 GWTat: $zGlobalAt$/GWT/gwt-2.4.0
14 -
15 20 compileclasspath:
16 21 - $GWTat$/gwt-user.jar
17 22
  @@ -19,6 +24,6 @@
19 24 - $LiteSoftJavaAt$/logger/LiteSoftLogger.jar
20 25 - $LiteSoftJavaAt$/libs/LiteSoftDeprecated.jar
21 26
22 - DevRootAt: ../../../..
23 27 LiteSoftJavaAt: $DevRootAt$/litesoft/Java
24 28 zGlobalAt: $DevRootAt$/zGlobal
29 + DevRootAt: ../../../..