Changeset 5969
- Timestamp:
- 01/17/07 04:56:23 (2 years ago)
- Files:
-
- spinoffs/prototype/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/Rakefile
r5496 r5969 6 6 PROTOTYPE_DIST_DIR = File.join(PROTOTYPE_ROOT, 'dist') 7 7 PROTOTYPE_PKG_DIR = File.join(PROTOTYPE_ROOT, 'pkg') 8 PROTOTYPE_VERSION = '1.5.0 _rc2'8 PROTOTYPE_VERSION = '1.5.0' 9 9 10 10 task :default => [:dist, :package, :clean_package_source]