1 |
< |
<!-- build file for server --> |
1 |
> |
<!-- build file for i-scream DCMS server --> |
2 |
> |
<!-- $Id$ --> |
3 |
> |
|
4 |
|
<project name="iscream-server" default="usage"> |
5 |
|
|
6 |
|
<!-- |
45 |
|
|
46 |
|
clean - clean all generated files |
47 |
|
distclean - remove 'fetched' libraries + clean |
48 |
+ |
|
49 |
+ |
Recommend to run the following target order: |
50 |
+ |
|
51 |
+ |
fetch packageutil package javadoc install |
52 |
|
</echo> |
53 |
|
</target> |
54 |
|
|
63 |
|
--> |
64 |
|
|
65 |
|
<!-- this uses static names, which is messy --> |
66 |
< |
<!-- fullcleanup target has same problem --> |
66 |
> |
<!-- distclean target has same problem --> |
67 |
|
<target name="fetch" depends="config"> |
68 |
|
<get |
69 |
|
src="${LIBURL}/crimson.jar" |