Subversion Repository Public Repository

litesoft

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

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