rjack-jetty-jsp 7.6.2.0-java → 7.6.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,14 @@
1
+ === 7.6.4.0 (2012-6-9)
2
+ * Update to jetty 7.6.4.v20120524 level dependencies. This includes
3
+ jdt.core 3.7.1.
4
+ * Broaden,upgrade to rjack-jetty ~> 7.6.4, supporting inter-op with
5
+ future patch releases. Note: there is no longer any jetty specific
6
+ code for the JSP support, only tested and packaged
7
+ dependencies. Future releases will only be made with these
8
+ dependencies are updated. Thus, for example, you might want to be
9
+ running rjack-jetty 7.6.5.0 (as yet not released) with
10
+ rjack-jetty-jsp 7.6.4.0.
11
+
1
12
  === 7.6.2.0 (2012-3-11)
2
13
  * Update to Jetty 7.6.2.v20120308
3
14
 
data/Manifest.txt CHANGED
@@ -10,7 +10,10 @@ 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.7.jar
14
- lib/rjack-jetty-jsp/el-api-2.1.2-b02.jar
15
- lib/rjack-jetty-jsp/jsp-api-2.1.3-b02.jar
16
- lib/rjack-jetty-jsp/jsp-impl-2.1.3-b10.jar
13
+ lib/rjack-jetty-jsp/com.sun.el-1.0.0.v201105211818.jar
14
+ lib/rjack-jetty-jsp/javax.el-2.1.0.v201105211819.jar
15
+ lib/rjack-jetty-jsp/javax.servlet.jsp-2.1.0.v201105211820.jar
16
+ lib/rjack-jetty-jsp/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar
17
+ lib/rjack-jetty-jsp/org.apache.jasper.glassfish-2.1.0.v201110031002.jar
18
+ lib/rjack-jetty-jsp/org.apache.taglibs.standard.glassfish-1.2.0.v201112081803.jar
19
+ lib/rjack-jetty-jsp/org.eclipse.jdt.core-3.7.1.jar
data/assembly.xml CHANGED
@@ -7,12 +7,10 @@
7
7
  <dependencySets>
8
8
  <dependencySet>
9
9
  <useProjectArtifact>false</useProjectArtifact>
10
- <includes>
11
- <include>org.glassfish.web:jsp-impl</include>
12
- <include>org.eclipse.jdt.core.compiler:ecj</include>
13
- <include>javax.servlet.jsp:jsp-api</include>
14
- <include>javax.el:el-api</include>
15
- </includes>
10
+ <excludes>
11
+ <exclude>org.eclipse.jetty:jetty-jsp</exclude>
12
+ <exclude>org.eclipse.jetty.orbit:javax.servlet</exclude>
13
+ </excludes>
16
14
  </dependencySet>
17
15
  </dependencySets>
18
16
  </assembly>
@@ -17,10 +17,9 @@
17
17
  module RJack
18
18
  module Jetty
19
19
  module Jsp
20
- JETTY_VERSION = '7.6.2'
20
+ JETTY_VERSION = '7.6.4'
21
21
  GEM_VERSION = '0'
22
22
  VERSION = [ JETTY_VERSION, GEM_VERSION ].join( '.' )
23
- JETTY_BUILD = 'v20120308'
24
23
  JSP_VERSION = '2.1'
25
24
 
26
25
  JETTY_JSP_DIR = File.dirname( __FILE__ ) # :nodoc:
data/pom.xml CHANGED
@@ -12,14 +12,10 @@
12
12
 
13
13
  <dependencies>
14
14
  <dependency>
15
- <groupId>org.glassfish.web</groupId>
16
- <artifactId>jsp-impl</artifactId>
17
- <version>2.1.3-b10</version>
18
- </dependency>
19
- <dependency>
20
- <groupId>org.eclipse.jdt.core.compiler</groupId>
21
- <artifactId>ecj</artifactId>
22
- <version>3.7</version>
15
+ <groupId>org.eclipse.jetty</groupId>
16
+ <artifactId>jetty-jsp</artifactId>
17
+ <!-- This 'jar' contains nothing but a pom, for dependencies -->
18
+ <version>7.6.4.v20120524</version>
23
19
  </dependency>
24
20
  </dependencies>
25
21
 
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.6.2.0
5
+ version: 7.6.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: 2012-03-11 00:00:00 Z
13
+ date: 2012-06-09 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rjack-jetty
@@ -19,7 +19,7 @@ dependencies:
19
19
  requirements:
20
20
  - - ~>
21
21
  - !ruby/object:Gem::Version
22
- version: 7.6.2.0
22
+ version: 7.6.4
23
23
  requirement: *id001
24
24
  prerelease: false
25
25
  type: :runtime
@@ -82,10 +82,13 @@ files:
82
82
  - webapps/test/index.jsp
83
83
  - webapps/test/WEB-INF/web.xml
84
84
  - webapps/test.war
85
- - lib/rjack-jetty-jsp/ecj-3.7.jar
86
- - lib/rjack-jetty-jsp/el-api-2.1.2-b02.jar
87
- - lib/rjack-jetty-jsp/jsp-api-2.1.3-b02.jar
88
- - lib/rjack-jetty-jsp/jsp-impl-2.1.3-b10.jar
85
+ - lib/rjack-jetty-jsp/com.sun.el-1.0.0.v201105211818.jar
86
+ - lib/rjack-jetty-jsp/javax.el-2.1.0.v201105211819.jar
87
+ - lib/rjack-jetty-jsp/javax.servlet.jsp-2.1.0.v201105211820.jar
88
+ - lib/rjack-jetty-jsp/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar
89
+ - lib/rjack-jetty-jsp/org.apache.jasper.glassfish-2.1.0.v201110031002.jar
90
+ - lib/rjack-jetty-jsp/org.apache.taglibs.standard.glassfish-1.2.0.v201112081803.jar
91
+ - lib/rjack-jetty-jsp/org.eclipse.jdt.core-3.7.1.jar
89
92
  homepage: http://rjack.rubyforge.org/jetty-jsp
90
93
  licenses: []
91
94