Subversion Repository Public Repository

litesoft

Diff Revisions 546 vs 547 for /trunk/Java/DATT/Build.yaml

Diff revisions: vs.
  @@ -3,19 +3,22 @@
3 3 resources: $source$|**.xml
4 4 jar: ./DATT
5 5 dependencies:
6 - - ../core/Anywhere
7 - - ../core/Server
8 - - ../GWT/Client
9 - - ../GWT/Dev
10 - - ../GWT/Server
6 + - $LiteSoftJavaAt$/core/Anywhere
7 + - $LiteSoftJavaAt$/core/Server
8 + - $LiteSoftJavaAt$/GWT/Client
9 + - $LiteSoftJavaAt$/GWT/Dev
10 + - $LiteSoftJavaAt$/GWT/Server
11 11 dist:
12 12 - warResources
13 13 - war|**/web.xml|**.jar
14 - GWTat: ../../../zGlobal/GWT/gwt-2.4.0
14 + GWTat: $zGlobalAt$/zGlobal/GWT/gwt-2.4.0
15 15 GWTstyle: DETAILED
16 16 xGWT: org.litesoft.datt.DATT
17 17 xwar: DATT.war
18 18 compileclasspath:
19 19 - $GWTat$/gwt-user.jar
20 20 classpath:
21 - - ../VersionedStaticContentFilter/VersionedStaticContentFilter.jar
21 + - $LiteSoftJavaAt$/VersionedStaticContentFilter/VersionedStaticContentFilter.jar
22 + zGlobalAt: $DevRoot$/zGlobal
23 + LiteSoftJavaAt: $DevRoot$/litesoft/Java
24 + DevRootAt: ../..