rjack-jetty-jsp 6.1.23.2.1.0-java → 6.1.24.2.1.0-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/History.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ === 6.1.24.2.1.0 (2010-5-15)
2
+ * Update to Jetty 6.1.24 JSP 2.1
3
+
1
4
  === 6.1.23.2.1.0 (2010-4-21)
2
5
  * Update to Jetty 6.1.23 JSP 2.1
3
6
  * Includes jsp-(api)-2.1-glassfish-2.1.v20091210
data/Manifest.txt CHANGED
@@ -9,5 +9,5 @@ lib/rjack-jetty-jsp.rb
9
9
  lib/rjack-jetty-jsp/ant-1.6.5.jar
10
10
  lib/rjack-jetty-jsp/core-3.1.1.jar
11
11
  lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20091210.jar
12
- lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.23.jar
12
+ lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.24.jar
13
13
  lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20091210.jar
data/Rakefile CHANGED
@@ -1,19 +1,4 @@
1
1
  # -*- ruby -*-
2
- #--
3
- # Copyright (C) 2008-2009 David Kellum
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License"); you
6
- # may not use this file except in compliance with the License. You
7
- # may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14
- # implied. See the License for the specific language governing
15
- # permissions and limitations under the License.
16
- #++
17
2
 
18
3
  $LOAD_PATH << './lib'
19
4
  require 'rjack-jetty-jsp/base'
@@ -17,7 +17,7 @@
17
17
  module RJack
18
18
  module Jetty
19
19
  module Jsp
20
- JETTY_VERSION = '6.1.23'
20
+ JETTY_VERSION = '6.1.24'
21
21
  JSP_VERSION = '2.1'
22
22
  GEM_VERSION = '0'
23
23
 
data/pom.xml CHANGED
@@ -10,7 +10,7 @@
10
10
  <dependency>
11
11
  <groupId>org.mortbay.jetty</groupId>
12
12
  <artifactId>jsp-2.1-jetty</artifactId>
13
- <version>6.1.23</version>
13
+ <version>6.1.24</version>
14
14
  </dependency>
15
15
  </dependencies>
16
16
 
metadata CHANGED
@@ -5,11 +5,11 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 6
7
7
  - 1
8
- - 23
8
+ - 24
9
9
  - 2
10
10
  - 1
11
11
  - 0
12
- version: 6.1.23.2.1.0
12
+ version: 6.1.24.2.1.0
13
13
  platform: java
14
14
  authors:
15
15
  - David Kellum
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-04-21 00:00:00 -07:00
20
+ date: 2010-05-15 00:00:00 -07:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -30,9 +30,9 @@ dependencies:
30
30
  segments:
31
31
  - 6
32
32
  - 1
33
- - 23
33
+ - 24
34
34
  - 0
35
- version: 6.1.23.0
35
+ version: 6.1.24.0
36
36
  type: :runtime
37
37
  version_requirements: *id001
38
38
  - !ruby/object:Gem::Dependency
@@ -45,8 +45,8 @@ dependencies:
45
45
  segments:
46
46
  - 1
47
47
  - 2
48
- - 1
49
- version: 1.2.1
48
+ - 2
49
+ version: 1.2.2
50
50
  type: :development
51
51
  version_requirements: *id002
52
52
  description: |-
@@ -75,7 +75,7 @@ files:
75
75
  - lib/rjack-jetty-jsp/ant-1.6.5.jar
76
76
  - lib/rjack-jetty-jsp/core-3.1.1.jar
77
77
  - lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20091210.jar
78
- - lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.23.jar
78
+ - lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.24.jar
79
79
  - lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20091210.jar
80
80
  has_rdoc: true
81
81
  homepage: http://rjack.rubyforge.org