Skip to content

Commit

Permalink
tomcat-core.jar no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed May 6, 2012
1 parent 3cf56e9 commit 3dfe841
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file removed trinidad-libs/tomcat-core.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions trinidad_daemon_extension.gemspec
Expand Up @@ -29,8 +29,7 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split("\n").sort.
reject { |file| file =~ /^\./ }.
reject { |file| file =~ /^(rdoc|pkg|src|git-hooks)/ }.
reject { |file| file =~ /tomcat-core.jar/ } # only for compiling !
reject { |file| file =~ /^(rdoc|pkg|src|git-hooks)/ }

s.test_files = s.files.select { |path| path =~ /^spec\/.*_spec\.rb/ }

Expand Down

0 comments on commit 3dfe841

Please sign in to comment.