Changeset 1715

Show
Ignore:
Timestamp:
07/20/08 15:28:58 (1 month ago)
Author:
schst
Message:

Fixed setup script

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • framework/trunk/src/main/resources/phing/stubbles.sh

    r1641 r1715  
    1111fi 
    1212case $STUBCOMMAND in 
    13    "setup-project") phing -f build-stubbles.xml setup;; 
     13   "setup") phing -f build-stubbles.xml setup;; 
    1414   "setup-examples") phing -f build-stubbles.xml setup-examples;; 
    1515   "clean-dist") phing -f build-stubbles.xml clean-dist;;