Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html><head><title>Scar(plus) YAML</title></head>
<body>
<center>
<h1>Scar(plus) YAML</h1>
</center>
<p>
UIdesign:<br>
<pre>
name: UIdesign
source: src|**.java
resources: $source$|**.xml
jar: ./UIdesign
dependencies:
- ../../Java/GWT/Client
- ../../Java/core/Anywhere
dist:
- warResources
- war|**/web.xml|**.jar
GWTat: ../../../zGlobal/GWT/gwt-2.2.0
GWTstyle: DETAILED
GWT: com.test.uidesign.UIdesign
war: UIdesign.war
compileclasspath:
- $GWTat$/gwt-user.jar
classpath:
- ../../Java/VersionedStaticContentFilter/VersionedStaticContentFilter.jar
</pre>
<p>
<p>
Java/GWT/Client (ClientGWT):<br>
<pre>
name: ClientGWT
source: src|**.java
resources: $source$|**.xml
jar: ./LiteSoftClientGWT
dependencies:
- ../../core/Anywhere
dist:
- warResources
GWTat: ../../../../zGlobal/GWT/gwt-2.2.0
compileclasspath:
- $GWTat$/gwt-user.jar
classpath:
- ../../logger/LiteSoftLogger.jar
- ../../libs/LiteSoftDeprecated.jar
</pre>
<p>
<p>
core/Anywhere:<br>
<pre>
source: src|**.java
resources: $source$|**.MF
jar: ./LiteSoftAnywhere
classpath:
- ../../logger/LiteSoftLogger.jar
- ../../libs/LiteSoftDeprecated.jar
</pre>
<p>
</body>
</html>

Commits for litesoft/trunk/Documents/ScarVersioningCaching/03.html

Diff revisions: vs.
Revision Author Commited Message
412 GeorgeS picture GeorgeS Thu 18 Aug, 2011 00:29:35 +0000