1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

get rid of obsolete constants in the Rakefile

This commit is contained in:
Charles Lowell 2010-05-25 16:14:24 +03:00
parent 23f8174ce1
commit 117876a04d

View file

@ -1,8 +1,6 @@
require 'rubygems'
UPSTREAM = "ext/v8/upstream"
SCONS = "#{UPSTREAM}/scons"
V8_SRC = "#{UPSTREAM}/2.0.6"
manifest = Rake::FileList.new("**/*")
manifest.exclude "lib/v8/*.bundle", "lib/v8/*.so", "ext/**/test/*", "ext/**/test/*", "ext/**/samples/*", "ext/**/benchmarks/*", "#{UPSTREAM}/build", "tmp", "tmp/**/*", "**/*.gem"