rjack-jetty-jsp 7.5.3.0-java → 7.5.4.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,7 @@
1
+ === 7.5.4.0 (2011-11-5)
2
+ * Update to Jetty 7.5.4.v20111024
3
+ * Includes glassfish jsp-impl 2.3.1-b10, ecj 3.7
4
+
1
5
  === 7.5.3.0 (2011-10-16)
2
6
  * Update to Jetty 7.5.3.v20111011
3
7
 
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.5.1.jar
14
- lib/rjack-jetty-jsp/jetty-jsp-2.1-7.5.3.v20111011.jar
15
- lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20100127.jar
16
- lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20100127.jar
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.mortbay.jetty:jsp-api-2.1-glassfish</include>
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>
@@ -17,10 +17,10 @@
17
17
  module RJack
18
18
  module Jetty
19
19
  module Jsp
20
- JETTY_VERSION = '7.5.3'
20
+ JETTY_VERSION = '7.5.4'
21
21
  GEM_VERSION = '0'
22
22
  VERSION = [ JETTY_VERSION, GEM_VERSION ].join( '.' )
23
- JETTY_BUILD = 'v20111011'
23
+ JETTY_BUILD = 'v20111024'
24
24
  JSP_VERSION = '2.1'
25
25
 
26
26
  JETTY_JSP_DIR = File.dirname( __FILE__ ) # :nodoc:
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.3.v20111011</version>
17
+ <version>7.5.4.v20111024</version>
18
18
  </dependency>
19
19
  <dependency>
20
- <groupId>org.mortbay.jetty</groupId>
21
- <artifactId>jsp-2.1-glassfish</artifactId>
22
- <version>2.1.v20100127</version>
23
- <exclusions>
24
- <exclusion>
25
- <groupId>org.mortbay.jetty</groupId>
26
- <artifactId>servlet-api</artifactId>
27
- </exclusion>
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.3.0
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-10-16 00:00:00 Z
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.3.0
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.5.1.jar
65
- - lib/rjack-jetty-jsp/jetty-jsp-2.1-7.5.3.v20111011.jar
66
- - lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20100127.jar
67
- - lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20100127.jar
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.10
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