Changeset 1778 for trunk/bin/create_quickstart.sh
- Timestamp:
- 08/23/06 17:07:47 (2 years ago)
- Files:
-
- trunk/bin/create_quickstart.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bin/create_quickstart.sh
r1769 r1778 44 44 ./symfony.sh init-app ${APP_NAME} 45 45 46 # schema.xml47 48 echo ">>> rename schema.xml"49 mv config/schema.xml.sample config/schema.xml50 51 46 # license 52 47