summaryrefslogtreecommitdiff
path: root/ruby/Rakefile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-05-18 19:31:50 +0000
committerRafael H. Schloming <rhs@apache.org>2010-05-18 19:31:50 +0000
commit0b7a80ae60839ed3f907369dd75d099a3fb7a33d (patch)
treedf7c3cc1bdb3fa51048a930cc927c44c58884954 /ruby/Rakefile
parent11cb79e6efdc840dbd0c958f25470689b1752fe1 (diff)
downloadqpid-python-0b7a80ae60839ed3f907369dd75d099a3fb7a33d.tar.gz
removed external spec dependency
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@945839 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ruby/Rakefile')
-rw-r--r--ruby/Rakefile5
1 files changed, 3 insertions, 2 deletions
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[