Subversion Repository Public Repository

litesoft

Diff Revisions 538 vs 547 for /trunk/GWT_Sandbox/MultiModule/groupBack/Build.yaml

Diff revisions: vs.
  @@ -1,16 +1,18 @@
1 - name: CS_IDEA
1 + jar: groupBack
2 +
2 3 source: src|**.java
3 4 resources: $source$|**.xml
4 - jar: CS_IDEA
5 - dist:
6 - - warResources
7 - - war|**/web.xml|**.jar
8 - GWTat: ../../../zGlobal/GWT/gwt-2.4.0
9 - GWTstyle: DETAILED
10 - GWT: org.litesoft.sandbox.multimodulemodule.CSapp
11 - war: CSidea.war
5 +
6 + dependencies:
7 + - ../foundation
8 +
9 + GWTat: $zGlobalAt$/GWT/gwt-2.4.0
12 10 compileclasspath:
13 11 - $GWTat$/gwt-user.jar
12 +
14 13 classpath:
15 - - ../../Java/VersionedStaticContentFilter/VersionedStaticContentFilter.jar
14 + - $LiteSoftJavaAt$/logger/LiteSoftLogger.jar
16 15
16 + zGlobalAt: $DevRootAt$/zGlobal
17 + LiteSoftJavaAt: $DevRootAt$/litesoft/Java
18 + DevRootAt: ../../../..