Changeset 92
- Timestamp:
- 07/10/08 06:27:07 (3 months ago)
- Location:
- branches/rakefile-work
- Files:
-
- 2 removed
- 2 modified
-
MANIFEST (deleted)
-
Rakefile (modified) (1 diff)
-
convertdb.rb (modified) (1 diff)
-
makedist.rb (deleted)
Legend:
- Unmodified
- Added
- Removed
-
branches/rakefile-work/Rakefile
r90 r92 60 60 SPEC_EXCLUDES = 'spec,/Library/Ruby,/var/lib,/usr/local/lib' 61 61 62 COVERAGE_MINIMUM = 83.0 62 63 63 64 RELEASE_FILES = FileList[ TEXT_FILES + SPEC_FILES + LIB_FILES + EXT_FILES ] -
branches/rakefile-work/convertdb.rb
r90 r92 100 100 # Open the database and check to be sure it's empty. Confirm overwrite if 101 101 # not. Checkpoint and set up logging proc if debugging. 102 if @builddir.exist? && @builddir.entries.include?( 'data' )102 if @builddir.exist? && ( @builddir + 'data' ).exist? 103 103 message ">>> Warning: Existing data in the Ruby-WordNet databases\n"\ 104 104 "will be overwritten.\n"
