Subversion Repository Public Repository

litesoft

Diff Revisions 322 vs 612 for /trunk/Java/GWT/Dev/Build.yaml

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