Changeset 99

Show
Ignore:
Timestamp:
09/05/08 12:54:06 (4 months ago)
Author:
deveiant
Message:

Updated build system.

Location:
branches/rakefile-work
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/rakefile-work

    • Property svn:ignore
      •  

        old new  
        66*.tmproj 
        77commit-msg.txt 
         8release.ann 
         9release.notes 
  • branches/rakefile-work/Rakefile

    r98 r99  
    11#!rake 
    22# 
    3 # WordNet rakefile 
     3# Ruby-WordNet rakefile 
    44# 
    55# Based on various other Rakefiles, especially one by Ben Bleything 
     
    4141PKGDIR        = BASEDIR + 'pkg' 
    4242 
    43 PROJECT_NAME  = 'WordNet' 
     43PROJECT_NAME  = 'Ruby-WordNet' 
    4444PKG_NAME      = PROJECT_NAME.downcase 
    4545PKG_SUMMARY   = 'a Ruby interface to the WordNet Lexical Database' 
     
    138138 
    139139# Rubyforge stuff 
    140 RUBYFORGE_GROUP = 'deveiate' 
    141 RUBYFORGE_PROJECT = 'wordnet' 
     140RUBYFORGE_GROUP = 'wordnet' 
     141RUBYFORGE_PROJECT = 'deveiate' 
    142142 
    143143# Gem dependencies: gemname => version 
  • branches/rakefile-work/project.yml

    r98 r99  
    11---  
    2 rubyforge_project: deveiate 
     2rubyforge_project: wordnet 
    33project_requirements:  
    44  bdb: ">= 0.6.5" 
     
    66  A Ruby implementation of the WordNet lexical dictionary an online lexical reference system whose 
    77  design is inspired by current psycholinguistic theories of human lexical memory. 
    8 rubyforge_group: wordnet 
     8rubyforge_group: deveiate 
    99author_name: Michael Granger 
    1010project_homepage: http://deveiate.org/projects/Ruby-WordNet