rjack-jetty-jsp 9.0.0.0-java → 9.0.2.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,9 @@
1
+ === 9.0.2.0 (2013-4-17)
2
+ * Upgrade to rjack-jetty ~> 9.0.2
3
+ * Jetty 9.0.2.v20130417 level dependencies, including upgrades:
4
+ * javax.el-2.2.0.v201303151357
5
+ * jdt.core 3.7.1.
6
+
1
7
  === 9.0.0.0 (2012-12-13)
2
8
  * Jetty 9.0.0.M3 level dependencies (all production releases):
3
9
  * jasper.glassfish 2.2.2
data/Manifest.txt CHANGED
@@ -10,10 +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/com.sun.el-2.2.0.v201108011116.jar
14
- lib/rjack-jetty-jsp/javax.el-2.2.0.v201108011116.jar
13
+ lib/rjack-jetty-jsp/com.sun.el-2.2.0.v201303151357.jar
14
+ lib/rjack-jetty-jsp/javax.el-2.2.0.v201303151357.jar
15
15
  lib/rjack-jetty-jsp/javax.servlet.jsp-2.2.0.v201112011158.jar
16
16
  lib/rjack-jetty-jsp/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar
17
17
  lib/rjack-jetty-jsp/org.apache.jasper.glassfish-2.2.2.v201112011158.jar
18
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
19
+ lib/rjack-jetty-jsp/org.eclipse.jdt.core-3.8.2.v20130121.jar
data/README.rdoc CHANGED
@@ -14,7 +14,7 @@ rjack-jetty[http://rjack.rubyforge.org/jetty/] gem.
14
14
 
15
15
  === rjack-jetty-jsp gem
16
16
 
17
- Copyright (c) 2008-2012 David Kellum
17
+ Copyright (c) 2008-2013 David Kellum
18
18
 
19
19
  Licensed under the Apache License, Version 2.0 (the "License"); you
20
20
  may not use this file except in compliance with the License. You
data/Rakefile CHANGED
@@ -8,6 +8,7 @@ RJack::TarPit.new( 'rjack-jetty-jsp' ) do |tp|
8
8
 
9
9
  tp.rdoc_destinations <<
10
10
  'dekellum@rubyforge.org:/var/www/gforge-projects/rjack/jetty-jsp'
11
+ tp.publish_rdoc_rsync_flags = %w[ -rL ]
11
12
 
12
13
  end
13
14
 
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2012 David Kellum
2
+ # Copyright (c) 2008-2013 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2012 David Kellum
2
+ # Copyright (c) 2008-2013 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -17,7 +17,7 @@
17
17
  module RJack
18
18
  module Jetty
19
19
  module Jsp
20
- JETTY_VERSION = '9.0.0'
20
+ JETTY_VERSION = '9.0.2'
21
21
  GEM_VERSION = '0'
22
22
  VERSION = [ JETTY_VERSION, GEM_VERSION ].join( '.' )
23
23
  JSP_VERSION = '2.2'
data/pom.xml CHANGED
@@ -15,7 +15,7 @@
15
15
  <groupId>org.eclipse.jetty</groupId>
16
16
  <artifactId>jetty-jsp</artifactId>
17
17
  <!-- This 'jar' contains nothing but a pom, for dependencies -->
18
- <version>9.0.0.M3</version>
18
+ <version>9.0.2.v20130417</version>
19
19
  </dependency>
20
20
  </dependencies>
21
21
 
data/test/test_jsp.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2008-2012 David Kellum
5
+ # Copyright (c) 2008-2013 David Kellum
6
6
  #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License"); you
8
8
  # may not use this file except in compliance with the License. You
data/webapps/test.war CHANGED
Binary file
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: rjack-jetty-jsp
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 9.0.0.0
5
+ version: 9.0.2.0
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-13 00:00:00.000000000 Z
12
+ date: 2013-04-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rjack-jetty
@@ -17,13 +17,13 @@ dependencies:
17
17
  requirements:
18
18
  - - ~>
19
19
  - !ruby/object:Gem::Version
20
- version: 9.0.0
20
+ version: 9.0.2
21
21
  none: false
22
22
  requirement: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ~>
25
25
  - !ruby/object:Gem::Version
26
- version: 9.0.0
26
+ version: 9.0.2
27
27
  none: false
28
28
  prerelease: false
29
29
  type: :runtime
@@ -102,13 +102,13 @@ files:
102
102
  - webapps/test/index.jsp
103
103
  - webapps/test/WEB-INF/web.xml
104
104
  - webapps/test.war
105
- - lib/rjack-jetty-jsp/com.sun.el-2.2.0.v201108011116.jar
106
- - lib/rjack-jetty-jsp/javax.el-2.2.0.v201108011116.jar
105
+ - lib/rjack-jetty-jsp/com.sun.el-2.2.0.v201303151357.jar
106
+ - lib/rjack-jetty-jsp/javax.el-2.2.0.v201303151357.jar
107
107
  - lib/rjack-jetty-jsp/javax.servlet.jsp-2.2.0.v201112011158.jar
108
108
  - lib/rjack-jetty-jsp/javax.servlet.jsp.jstl-1.2.0.v201105211821.jar
109
109
  - lib/rjack-jetty-jsp/org.apache.jasper.glassfish-2.2.2.v201112011158.jar
110
110
  - lib/rjack-jetty-jsp/org.apache.taglibs.standard.glassfish-1.2.0.v201112081803.jar
111
- - lib/rjack-jetty-jsp/org.eclipse.jdt.core-3.7.1.jar
111
+ - lib/rjack-jetty-jsp/org.eclipse.jdt.core-3.8.2.v20130121.jar
112
112
  homepage: http://rjack.rubyforge.org/jetty-jsp
113
113
  licenses: []
114
114
  post_install_message: