Skip to content

Commit

Permalink
v1.6.9
Browse files Browse the repository at this point in the history
git-svn-id: http://prometheus-srv.uni-koeln.de/svn/lingo/trunk@91 65a00323-044e-4092-b5f7-804f0b922b11
  • Loading branch information
blackwinter committed Aug 13, 2009
1 parent 60861b3 commit 5d16bff
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require 'rake/packagetask'
require 'rake/rdoctask'

PACKAGE_NAME = 'lingo'
LINGO_VERSION = '1.6.8'
LINGO_VERSION = '1.6.9'
PACKAGE_PATH = 'pkg/'+PACKAGE_NAME+'-'+LINGO_VERSION+'.zip'

# => CLEAN-FILES
Expand Down Expand Up @@ -36,7 +36,6 @@ TEST_DATA = FileList.new( '??/test_*.txt', 'test/lir*.txt', 'test/mul.txt', 'tes

RELEASE = FileList.new( 'README', 'ChangeLog', 'COPYING', 'Rakefile', 'TODO' )
LIR_FILES = FileList.new( 'lir.cfg', 'txt/lir.txt' )
LP_FILES = FileList.new( 'lingo-lp.cfg', 'lir-lp.cfg' )
PORTER_FILES = FileList.new( 'porter/*' )


Expand Down Expand Up @@ -68,15 +67,6 @@ Rake::PackageTask.new( PACKAGE_NAME, LINGO_VERSION ) do |pkg|
end


desc 'Packettierung von Lingo-LP'
Rake::PackageTask.new( PACKAGE_NAME + '-lp', LINGO_VERSION ) do |pkg|
pkg.need_zip = true
pkg.package_files.include( LINGO_CORE, LINGO_CONF, LINGO_DOCU )
pkg.package_files.include( LANG_DE, LANG_EN )
pkg.package_files.include( RELEASE, LIR_FILES, LP_FILES, PORTER_FILES )
end


################################################################################
#
# => :rdoc
Expand Down

0 comments on commit 5d16bff

Please sign in to comment.