ruby-maven 0.8.pre.1-java → 0.8.pre.2-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/bin/jetty-run CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env jruby
2
- if ARGV.size > 2 || ARGV[0] == "--help" || ARGV[0] == "-h"
2
+ if ARGV.size > 4 || ARGV[0] == "--help" || ARGV[0] == "-h"
3
3
  puts "usage: #{File.basename($0)} [-e <environment>] [--war [warfile]]"
4
4
  puts "\tdefault environment: development"
5
5
  exit 1
Binary file
Binary file
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 8
8
8
  - pre
9
- - 1
10
- version: 0.8.pre.1
9
+ - 2
10
+ version: 0.8.pre.2
11
11
  platform: java
12
12
  authors:
13
13
  - mkristian
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-18 00:00:00 +05:30
18
+ date: 2010-10-31 00:00:00 +05:30
19
19
  default_executable:
20
20
  dependencies: []
21
21