Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,9 +1,11 @@
1 1 name: ServerGWT
2 - source: src|**.java
3 2
4 3
5 4 jar: ./LiteSoftServerGWT
6 5
6 + source: src|**.java
7 +
8 +
7 9 dependencies:
8 10 - $LiteSoftJavaAt$/core/Anywhere
9 11 - $LiteSoftJavaAt$/core/Server
  @@ -11,7 +13,6 @@
11 13 - $LiteSoftJavaAt$/GWT/Dev
12 14
13 15 GWTat: $zGlobalAt$/GWT/gwt-2.4.0
14 -
15 16 compileclasspath:
16 17 - $GWTat$/gwt-user.jar
17 18
  @@ -20,6 +21,6 @@
20 21 - $LiteSoftJavaAt$/libs/LiteSoftDeprecated.jar
21 22 - $zGlobalAt$/JUnit/junit-4.4.jar
22 23
23 - DevRootAt: ../../../..
24 24 LiteSoftJavaAt: $DevRootAt$/litesoft/Java
25 25 zGlobalAt: $DevRootAt$/zGlobal
26 + DevRootAt: ../../../..