jetty-jsp 6.1.16.2.1.1 → 6.1.17.2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +7 -8
- data/Manifest.txt +3 -3
- data/README.txt +0 -2
- data/Rakefile +1 -2
- data/lib/jetty-jsp/base.rb +1 -1
- data/lib/jetty-jsp/{jsp-2.1-glassfish-9.1.1.B51.25.p1.jar → jsp-2.1-glassfish-9.1.1.B60.25.p0.jar} +0 -0
- data/lib/jetty-jsp/jsp-2.1-jetty-6.1.17.jar +0 -0
- data/lib/jetty-jsp/{jsp-api-2.1-glassfish-9.1.1.B51.25.p1.jar → jsp-api-2.1-glassfish-9.1.1.B60.25.p0.jar} +0 -0
- data/pom.xml +1 -1
- metadata +7 -7
- data/lib/jetty-jsp/jsp-2.1-jetty-6.1.16.jar +0 -0
data/History.txt
CHANGED
@@ -1,18 +1,17 @@
|
|
1
|
-
=== 6.1.
|
1
|
+
=== 6.1.17.2.1.1 (2009-5-2)
|
2
|
+
* Update to Jetty 6.1.17 JSP 2.1
|
3
|
+
* Includes jsp-api-2.1-glassfish (9.1.1.B60.25.p0).
|
2
4
|
|
5
|
+
=== 6.1.16.2.1.1 (2009-4-4)
|
3
6
|
* Update to Jetty 6.1.16 JSP 2.1, which now uses externalized
|
4
7
|
jsp-2.1-glassfish and jsp-api-2.1-glassfish (9.1.1.B51.25.p1) gems.
|
5
8
|
|
6
|
-
=== 6.1.14.2.1.1
|
7
|
-
|
9
|
+
=== 6.1.14.2.1.1 (2008-12-6)
|
8
10
|
* Update to Jetty 6.1.14
|
9
11
|
* JettyJspBase -rename-> JettyJsp
|
10
12
|
|
11
|
-
=== 6.1.12.2.1.1
|
12
|
-
|
13
|
+
=== 6.1.12.2.1.1 (2008-11-7)
|
13
14
|
* Update to Jetty 6.1.12
|
14
15
|
|
15
|
-
=== 6.1.11.2.1.1
|
16
|
-
|
16
|
+
=== 6.1.11.2.1.1 (2008-11-2)
|
17
17
|
* Initial release based on Jetty Web Server 6.1.11 JSP 2.1
|
18
|
-
|
data/Manifest.txt
CHANGED
@@ -6,8 +6,8 @@ pom.xml
|
|
6
6
|
assembly.xml
|
7
7
|
lib/jetty-jsp.rb
|
8
8
|
lib/jetty-jsp/base.rb
|
9
|
-
lib/jetty-jsp/jsp-api-2.1-glassfish-9.1.1.B51.25.p1.jar
|
10
9
|
lib/jetty-jsp/ant-1.6.5.jar
|
11
|
-
lib/jetty-jsp/jsp-2.1-jetty-6.1.16.jar
|
12
|
-
lib/jetty-jsp/jsp-2.1-glassfish-9.1.1.B51.25.p1.jar
|
13
10
|
lib/jetty-jsp/core-3.1.1.jar
|
11
|
+
lib/jetty-jsp/jsp-2.1-glassfish-9.1.1.B60.25.p0.jar
|
12
|
+
lib/jetty-jsp/jsp-2.1-jetty-6.1.17.jar
|
13
|
+
lib/jetty-jsp/jsp-api-2.1-glassfish-9.1.1.B60.25.p0.jar
|
data/README.txt
CHANGED
data/Rakefile
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- ruby -*-
|
2
2
|
#--
|
3
|
-
# Copyright (C) 2008 David Kellum
|
3
|
+
# Copyright (C) 2008-2009 David Kellum
|
4
4
|
#
|
5
5
|
# Licensed under the Apache License, Version 2.0 (the "License"); you
|
6
6
|
# may not use this file except in compliance with the License. You
|
@@ -87,5 +87,4 @@ hoe = Hoe.new( "jetty-jsp", JettyJsp::VERSION ) do |p|
|
|
87
87
|
p.developer( "David Kellum", "dek-ruby@gravitext.com" )
|
88
88
|
p.extra_deps << [ 'jetty', "~> #{JettyJsp::JETTY_VERSION}.1" ]
|
89
89
|
p.rubyforge_name = "rjack"
|
90
|
-
p.rdoc_pattern = /^(lib.*\.(rb|txt))|[^\/]*\.txt$/
|
91
90
|
end
|
data/lib/jetty-jsp/base.rb
CHANGED
data/lib/jetty-jsp/{jsp-2.1-glassfish-9.1.1.B51.25.p1.jar → jsp-2.1-glassfish-9.1.1.B60.25.p0.jar}
RENAMED
Binary file
|
Binary file
|
Binary file
|
data/pom.xml
CHANGED
metadata
CHANGED
@@ -40,11 +40,11 @@ files:
|
|
40
40
|
- assembly.xml
|
41
41
|
- lib/jetty-jsp.rb
|
42
42
|
- lib/jetty-jsp/base.rb
|
43
|
-
- lib/jetty-jsp/jsp-api-2.1-glassfish-9.1.1.B51.25.p1.jar
|
44
43
|
- lib/jetty-jsp/ant-1.6.5.jar
|
45
|
-
- lib/jetty-jsp/jsp-2.1-jetty-6.1.16.jar
|
46
|
-
- lib/jetty-jsp/jsp-2.1-glassfish-9.1.1.B51.25.p1.jar
|
47
44
|
- lib/jetty-jsp/core-3.1.1.jar
|
45
|
+
- lib/jetty-jsp/jsp-2.1-glassfish-9.1.1.B60.25.p0.jar
|
46
|
+
- lib/jetty-jsp/jsp-2.1-jetty-6.1.17.jar
|
47
|
+
- lib/jetty-jsp/jsp-api-2.1-glassfish-9.1.1.B60.25.p0.jar
|
48
48
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
49
49
|
requirements:
|
50
50
|
- - '>='
|
@@ -58,12 +58,12 @@ requirements: []
|
|
58
58
|
|
59
59
|
authors:
|
60
60
|
- David Kellum
|
61
|
-
date: 2009-
|
61
|
+
date: 2009-05-02 08:00:00 +00:00
|
62
62
|
platform: ruby
|
63
63
|
test_files: []
|
64
64
|
|
65
65
|
version: !ruby/object:Gem::Version
|
66
|
-
version: 6.1.
|
66
|
+
version: 6.1.17.2.1.1
|
67
67
|
require_paths:
|
68
68
|
- lib
|
69
69
|
dependencies:
|
@@ -72,7 +72,7 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - ~>
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 6.1.
|
75
|
+
version: 6.1.17.1
|
76
76
|
version:
|
77
77
|
type: :runtime
|
78
78
|
version_requirement:
|
@@ -82,7 +82,7 @@ dependencies:
|
|
82
82
|
requirements:
|
83
83
|
- - '>='
|
84
84
|
- !ruby/object:Gem::Version
|
85
|
-
version: 1.
|
85
|
+
version: 1.12.2
|
86
86
|
version:
|
87
87
|
type: :development
|
88
88
|
version_requirement:
|
Binary file
|