Skip to content

Commit

Permalink
Drop jars from Manifest, gemspec; add jetty ~> 7.4 gem dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dekellum committed May 22, 2011
1 parent 944435e commit 856cd73
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 22 deletions.
12 changes: 0 additions & 12 deletions Manifest
@@ -1,17 +1,5 @@
Manifest
Rakefile
lib/java/cometd-api-1.1.0.jar
lib/java/cometd-java-server-1.1.0.jar
lib/java/jetty-continuation-7.0.2.v20100331.jar
lib/java/jetty-http-7.0.2.v20100331.jar
lib/java/jetty-io-7.0.2.v20100331.jar
lib/java/jetty-jmx-7.0.2.v20100331.jar
lib/java/jetty-security-7.0.2.v20100331.jar
lib/java/jetty-server-7.0.2.v20100331.jar
lib/java/jetty-servlet-7.0.2.v20100331.jar
lib/java/jetty-servlets-7.0.2.v20100331.jar
lib/java/jetty-util-7.0.2.v20100331.jar
lib/java/servlet-api-2.5.jar
bin/mizuno
lib/rack/handler/mizuno/http_server.rb
lib/rack/handler/mizuno/rack_servlet.rb
Expand Down
Binary file removed lib/java/jetty-continuation-7.3.0.v20110203.jar
Binary file not shown.
Binary file removed lib/java/jetty-http-7.3.0.v20110203.jar
Binary file not shown.
Binary file removed lib/java/jetty-io-7.3.0.v20110203.jar
Binary file not shown.
Binary file removed lib/java/jetty-jmx-7.3.0.v20110203.jar
Binary file not shown.
Binary file removed lib/java/jetty-security-7.3.0.v20110203.jar
Binary file not shown.
Binary file removed lib/java/jetty-server-7.3.0.v20110203.jar
Binary file not shown.
Binary file removed lib/java/jetty-servlet-7.3.0.v20110203.jar
Binary file not shown.
Binary file removed lib/java/jetty-servlets-7.3.0.v20110203.jar
Binary file not shown.
Binary file removed lib/java/jetty-util-7.3.0.v20110203.jar
Binary file not shown.
Binary file removed lib/java/servlet-api-2.5.jar
Binary file not shown.
11 changes: 1 addition & 10 deletions mizuno.gemspec
Expand Up @@ -12,16 +12,6 @@ Gem::Specification.new do |spec|
README.markdown
LICENSE
mizuno.gemspec
lib/java/jetty-continuation-7.3.0.v20110203.jar
lib/java/jetty-http-7.3.0.v20110203.jar
lib/java/jetty-io-7.3.0.v20110203.jar
lib/java/jetty-jmx-7.3.0.v20110203.jar
lib/java/jetty-security-7.3.0.v20110203.jar
lib/java/jetty-server-7.3.0.v20110203.jar
lib/java/jetty-servlet-7.3.0.v20110203.jar
lib/java/jetty-servlets-7.3.0.v20110203.jar
lib/java/jetty-util-7.3.0.v20110203.jar
lib/java/servlet-api-2.5.jar
lib/mizuno/http_server.rb
lib/mizuno/rack_servlet.rb
lib/mizuno.rb
Expand All @@ -31,4 +21,5 @@ Gem::Specification.new do |spec|
spec.require_paths = [ "lib" ]
spec.rubygems_version = '1.3.6'
spec.add_dependency('rack', '>= 1.0.0')
spec.add_dependency('rjack-jetty', '~> 7.4')
end

0 comments on commit 856cd73

Please sign in to comment.