Sha256: 45c45c7389583ec9de11d0afa32beab355393cc1664acf45474a2498f078ec1f
Contents?: true
Size: 497 Bytes
Versions: 13
Compression:
Stored size: 497 Bytes
Contents
# -*- ruby -*- require 'rubygems' require 'bundler/setup' require 'rjack-tarpit' RJack::TarPit.new( 'rjack-jetty' ) do |tp| tp.rdoc_destinations << 'dekellum@rubyforge.org:/var/www/gforge-projects/rjack/jetty' tp.publish_rdoc_rsync_flags = %w[ -rL ] end file 'webapps/test.war' => [ 'webapps/test/index.html', 'webapps/test/WEB-INF/web.xml' ] do sh( 'jar cvf webapps/test.war ' + '-C webapps/test index.html -C webapps/test WEB-INF/web.xml' ) end
Version data entries
13 entries across 13 versions & 1 rubygems