Mercurial > public > develkit
comparison README @ 9:ae7d512164d0
TL-32: Add groovy and and allow scripts to "required" a script to be imported separately.
author | smith@nwoca.org |
---|---|
date | Sat, 18 Dec 2010 19:41:10 -0500 |
parents | 1183f345b6e1 |
children |
comparison
equal
deleted
inserted
replaced
8:26a4d8410fdf | 9:ae7d512164d0 |
---|---|
1 | 1 |
2 SSDT Development tools. | 2 SSDT Development tools. |
3 ======================= | |
3 | 4 |
4 Contains scripts and utilities to bootstrap development and build envirnoment. | 5 Contains scripts and utilities to bootstrap development and build environment. |
6 | |
7 All scripts should be placed in ${user.home}/.ssdt | |
8 | |
9 Scripts will be downloaded from SSDT web server if the server is available | |
10 and when new versions are available. | |
11 | |
12 bootstrap.xml -- initial script to include base scripts and provide tasks | |
13 to download other scripts. | |
14 | |
15 antcontrib.xml -- Makes Ant Contrib tasks available to all builds | |
16 | |
17 groovy-ant.xml -- FOr Groovy based projects, customizes NetBeans builds. | |
18 | |
19 ivy-ant.xml -- Common Ivy routines to customize how IvyBeans handles builds. | |
20 | |
21 ssdt-common-build.xml | |
22 -- Common project targets and targets for deploying to SSDT | |
23 devel servers. | |
24 | |
25 ssdt.default.ivy.settings.xml | |
26 -- Standard ivysetting.xml |