blob: ed39dc34891e863a5668ca1f9d947e6bc3bb0475 [file] [log] [blame]
Richard S. Hall85bafab2009-07-13 13:25:46 +00001# http://sigil.codecauldron.org
2
3This example is based on the Ivy Tutorial multi-project example:
4http://ant.apache.org/ivy/history/latest-milestone/tutorial/multiproject.html
5
6Dependencies are resolved using an OBR index for the Spring repository,
7hosted at sigil.codecauldron.org.
8
9projects/sigil-defaults.properties specifies default package version ranges,
10which are inherited by the -imports in sigil.properties.
11
121. set ivy.jar location in common/build.properties
13
142. test build order (determined automatically from the dependencies)
15$ ant order
16
173. build
18$ ant publish
19