MINOR Removed ecommerce and payment from "make getallmodules" (from r100559)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112191 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sminnee 2010-10-13 04:23:28 +00:00
parent e3360ab241
commit 34fa1f06bf

View File

@ -9,8 +9,6 @@ test:
$(MAKE) QUERYSTRING="$(QUERYSTRING)" -C sapphire test
getallmodules:
if [ -d ecommerce ]; then svn update ecommerce; else svn co http://svn.silverstripe.com/open/modules/ecommerce/trunk ecommerce; fi
if [ -d payment ]; then svn update payment; else svn co http://svn.silverstripe.com/open/modules/payment/trunk payment; fi
if [ -d subsites ]; then svn update subsites; else svn co http://svn.silverstripe.com/open/modules/subsites/trunk subsites; fi
if [ -d genericdataadmin ]; then svn update genericdataadmin; else svn co http://svn.silverstripe.com/open/modules/genericdataadmin/trunk genericdataadmin; fi
if [ -d forum ]; then svn update forum; else svn co http://svn.silverstripe.com/open/modules/forum/trunk forum; fi