Subversion Repository Public Repository

litesoft

Diff Revisions 538 vs 616 for /trunk/Java/GWT/Client/Build.yaml

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