Skip to content

Commit

Permalink
Exclude fake testing stubs from the packaged jar
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.codehaus.org/jruby-contrib/trunk/rack@146 97a6c6ee-731e-0410-87e5-e5612b5efbfe
  • Loading branch information
nsieger committed May 3, 2008
1 parent 807aaa8 commit dd0c0d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildfile
Expand Up @@ -32,5 +32,6 @@ define 'jruby-rack' do

test.using :rspec

package :jar, :id => 'jruby-rack'
# Exclude the test stubs from the final jar
package(:jar).exclude(_('target/classes/org/jruby/rack/fake'))
end

0 comments on commit dd0c0d5

Please sign in to comment.