From 0b7a80ae60839ed3f907369dd75d099a3fb7a33d Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Tue, 18 May 2010 19:31:50 +0000 Subject: removed external spec dependency git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945839 13f79535-47bb-0310-9956-ffa450edef68 --- ruby/Rakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ruby/Rakefile') diff --git a/ruby/Rakefile b/ruby/Rakefile index a5159210a3..ba6e54448e 100644 --- a/ruby/Rakefile +++ b/ruby/Rakefile @@ -88,8 +88,9 @@ end PKG_FILES = FileList[ "LICENSE.txt", "NOTICE.txt", "Rakefile", "RELEASE_NOTES", - "lib/**/*.rb", "lib/*/spec_cache/*.rb*", "tests/**/*", "examples/**", "ext/**/*.[ch]", - "ext/**/MANIFEST", "ext/**/extconf.rb" + "lib/**/*.rb", "lib/**/*.xml", "lib/**/*.dtd", "lib/*/spec_cache/*.rb*", + "tests/**/*", "examples/**", "ext/**/*.[ch]", "ext/**/MANIFEST", + "ext/**/extconf.rb" ] DIST_FILES = FileList[ -- cgit v1.2.1