summaryrefslogtreecommitdiff
path: root/ruby/Rakefile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2008-11-14 21:27:02 +0000
committerRafael H. Schloming <rhs@apache.org>2008-11-14 21:27:02 +0000
commit853b1c3bc9accad7f187c8226a3d60b975ee47a3 (patch)
treee5f5d0b41573e4707c677f3905768dfabfee316e /ruby/Rakefile
parentd25c617ad6e83e460f0fd1f693429fa1ec9756b7 (diff)
downloadqpid-python-853b1c3bc9accad7f187c8226a3d60b975ee47a3.tar.gz
added config.rb for packaging customization of spec location
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@714152 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ruby/Rakefile')
-rw-r--r--ruby/Rakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/ruby/Rakefile b/ruby/Rakefile
index 66e0fed226..2a11e0b4f9 100644
--- a/ruby/Rakefile
+++ b/ruby/Rakefile
@@ -8,12 +8,6 @@ PKG_NAME='ruby-qpid'
PKG_VERSION='0.10.2'
GEM_NAME='qpid'
-AMQP_SPEC_SRC=Pathname.new("../specs").realpath
-AMQP_SPEC_PATH=["/usr/share/amqp", AMQP_SPEC_SRC].join(File::PATH_SEPARATOR)
-AMQP_SPEC_FILES = FileList["amqp.0-10-qpid-errata.xml"]
-
-ENV["AMQP_SPEC_PATH"] = AMQP_SPEC_PATH unless ENV["AMQP_SPEC_PATH"]
-
#
# Additional files for clean/clobber
#