# HG changeset patch # User smith@nwoca.org # Date 1292719270 18000 # Node ID ae7d512164d084b6a3035a931d82034c0afd17ad # Parent 26a4d8410fdf7033f973ea508e69e99316405a5a TL-32: Add groovy and and allow scripts to "required" a script to be imported separately. diff -r 26a4d8410fdf -r ae7d512164d0 README --- a/README Sat Dec 18 14:20:32 2010 -0500 +++ b/README Sat Dec 18 19:41:10 2010 -0500 @@ -1,4 +1,26 @@ - SSDT Development tools. +SSDT Development tools. +======================= + +Contains scripts and utilities to bootstrap development and build environment. + +All scripts should be placed in ${user.home}/.ssdt + +Scripts will be downloaded from SSDT web server if the server is available +and when new versions are available. + + bootstrap.xml -- initial script to include base scripts and provide tasks + to download other scripts. - Contains scripts and utilities to bootstrap development and build envirnoment. + antcontrib.xml -- Makes Ant Contrib tasks available to all builds + + groovy-ant.xml -- FOr Groovy based projects, customizes NetBeans builds. + + ivy-ant.xml -- Common Ivy routines to customize how IvyBeans handles builds. + + ssdt-common-build.xml + -- Common project targets and targets for deploying to SSDT + devel servers. + + ssdt.default.ivy.settings.xml + -- Standard ivysetting.xml diff -r 26a4d8410fdf -r ae7d512164d0 bootstrap.xml --- a/bootstrap.xml Sat Dec 18 14:20:32 2010 -0500 +++ b/bootstrap.xml Sat Dec 18 19:41:10 2010 -0500 @@ -13,12 +13,19 @@ + + + + + + + + - - + diff -r 26a4d8410fdf -r ae7d512164d0 groovy-ant.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/groovy-ant.xml Sat Dec 18 19:41:10 2010 -0500 @@ -0,0 +1,108 @@ + + + + Ant tasks shared by Groovy based NetBeans projects. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +