rjack-jetty-jsp 7.5.3.0-java → 7.5.4.0-java
Sign up to get free protection for your applications and to get access to all the features.
- data/History.rdoc +4 -0
- data/Manifest.txt +5 -4
- data/assembly.xml +3 -2
- data/lib/rjack-jetty-jsp/base.rb +2 -2
- data/lib/rjack-jetty-jsp/ecj-3.7.jar +0 -0
- data/lib/rjack-jetty-jsp/el-api-2.1.2-b02.jar +0 -0
- data/lib/rjack-jetty-jsp/{jetty-jsp-2.1-7.5.3.v20111011.jar → jetty-jsp-2.1-7.5.4.v20111024.jar} +0 -0
- data/lib/rjack-jetty-jsp/jsp-api-2.1.3-b02.jar +0 -0
- data/lib/rjack-jetty-jsp/jsp-impl-2.1.3-b10.jar +0 -0
- data/pom.xml +9 -10
- data/webapps/test.war +0 -0
- metadata +9 -8
- data/lib/rjack-jetty-jsp/ecj-3.5.1.jar +0 -0
- data/lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20100127.jar +0 -0
- data/lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20100127.jar +0 -0
data/History.rdoc
CHANGED
data/Manifest.txt
CHANGED
@@ -10,7 +10,8 @@ test/test_jsp.rb
|
|
10
10
|
webapps/test/index.jsp
|
11
11
|
webapps/test/WEB-INF/web.xml
|
12
12
|
webapps/test.war
|
13
|
-
lib/rjack-jetty-jsp/ecj-3.
|
14
|
-
lib/rjack-jetty-jsp/
|
15
|
-
lib/rjack-jetty-jsp/jsp-2.1-
|
16
|
-
lib/rjack-jetty-jsp/jsp-api-2.1-
|
13
|
+
lib/rjack-jetty-jsp/ecj-3.7.jar
|
14
|
+
lib/rjack-jetty-jsp/el-api-2.1.2-b02.jar
|
15
|
+
lib/rjack-jetty-jsp/jetty-jsp-2.1-7.5.4.v20111024.jar
|
16
|
+
lib/rjack-jetty-jsp/jsp-api-2.1.3-b02.jar
|
17
|
+
lib/rjack-jetty-jsp/jsp-impl-2.1.3-b10.jar
|
data/assembly.xml
CHANGED
@@ -9,9 +9,10 @@
|
|
9
9
|
<useProjectArtifact>false</useProjectArtifact>
|
10
10
|
<includes>
|
11
11
|
<include>org.eclipse.jetty:jetty-jsp-2.1</include>
|
12
|
-
<include>org.
|
13
|
-
<include>org.mortbay.jetty:jsp-2.1-glassfish</include>
|
12
|
+
<include>org.glassfish.web:jsp-impl</include>
|
14
13
|
<include>org.eclipse.jdt.core.compiler:ecj</include>
|
14
|
+
<include>javax.servlet.jsp:jsp-api</include>
|
15
|
+
<include>javax.el:el-api</include>
|
15
16
|
</includes>
|
16
17
|
</dependencySet>
|
17
18
|
</dependencySets>
|
data/lib/rjack-jetty-jsp/base.rb
CHANGED
@@ -17,10 +17,10 @@
|
|
17
17
|
module RJack
|
18
18
|
module Jetty
|
19
19
|
module Jsp
|
20
|
-
JETTY_VERSION = '7.5.
|
20
|
+
JETTY_VERSION = '7.5.4'
|
21
21
|
GEM_VERSION = '0'
|
22
22
|
VERSION = [ JETTY_VERSION, GEM_VERSION ].join( '.' )
|
23
|
-
JETTY_BUILD = '
|
23
|
+
JETTY_BUILD = 'v20111024'
|
24
24
|
JSP_VERSION = '2.1'
|
25
25
|
|
26
26
|
JETTY_JSP_DIR = File.dirname( __FILE__ ) # :nodoc:
|
Binary file
|
Binary file
|
data/lib/rjack-jetty-jsp/{jetty-jsp-2.1-7.5.3.v20111011.jar → jetty-jsp-2.1-7.5.4.v20111024.jar}
RENAMED
Binary file
|
Binary file
|
Binary file
|
data/pom.xml
CHANGED
@@ -14,18 +14,17 @@
|
|
14
14
|
<dependency>
|
15
15
|
<groupId>org.eclipse.jetty</groupId>
|
16
16
|
<artifactId>jetty-jsp-2.1</artifactId>
|
17
|
-
<version>7.5.
|
17
|
+
<version>7.5.4.v20111024</version>
|
18
18
|
</dependency>
|
19
19
|
<dependency>
|
20
|
-
<groupId>org.
|
21
|
-
<artifactId>jsp-
|
22
|
-
<version>2.1.
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
</exclusions>
|
20
|
+
<groupId>org.glassfish.web</groupId>
|
21
|
+
<artifactId>jsp-impl</artifactId>
|
22
|
+
<version>2.1.3-b10</version>
|
23
|
+
</dependency>
|
24
|
+
<dependency>
|
25
|
+
<groupId>org.eclipse.jdt.core.compiler</groupId>
|
26
|
+
<artifactId>ecj</artifactId>
|
27
|
+
<version>3.7</version>
|
29
28
|
</dependency>
|
30
29
|
</dependencies>
|
31
30
|
|
data/webapps/test.war
CHANGED
Binary file
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: rjack-jetty-jsp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 7.5.
|
5
|
+
version: 7.5.4.0
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
8
|
- David Kellum
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-11-06 00:00:00 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rjack-jetty
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ~>
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 7.5.
|
23
|
+
version: 7.5.4.0
|
24
24
|
type: :runtime
|
25
25
|
version_requirements: *id001
|
26
26
|
- !ruby/object:Gem::Dependency
|
@@ -61,10 +61,11 @@ files:
|
|
61
61
|
- webapps/test/index.jsp
|
62
62
|
- webapps/test/WEB-INF/web.xml
|
63
63
|
- webapps/test.war
|
64
|
-
- lib/rjack-jetty-jsp/ecj-3.
|
65
|
-
- lib/rjack-jetty-jsp/
|
66
|
-
- lib/rjack-jetty-jsp/jsp-2.1-
|
67
|
-
- lib/rjack-jetty-jsp/jsp-api-2.1-
|
64
|
+
- lib/rjack-jetty-jsp/ecj-3.7.jar
|
65
|
+
- lib/rjack-jetty-jsp/el-api-2.1.2-b02.jar
|
66
|
+
- lib/rjack-jetty-jsp/jetty-jsp-2.1-7.5.4.v20111024.jar
|
67
|
+
- lib/rjack-jetty-jsp/jsp-api-2.1.3-b02.jar
|
68
|
+
- lib/rjack-jetty-jsp/jsp-impl-2.1.3-b10.jar
|
68
69
|
- .gemtest
|
69
70
|
homepage: http://rjack.rubyforge.org/jetty-jsp
|
70
71
|
licenses: []
|
@@ -90,7 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
91
|
requirements: []
|
91
92
|
|
92
93
|
rubyforge_project: rjack-jetty-jsp
|
93
|
-
rubygems_version: 1.8.
|
94
|
+
rubygems_version: 1.8.9
|
94
95
|
signing_key:
|
95
96
|
specification_version: 3
|
96
97
|
summary: A gem packaging of the {Jetty Web Server}[http://www.mortbay.org/jetty/] JSP 2.1 support for JRuby
|
Binary file
|
Binary file
|
Binary file
|