rjack-jetty-jsp 6.1.24.2.1.0-java → 6.1.25.2.1.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
+ === 6.1.25.2.1.0 (2010-8-31)
2
+ * Update to Jetty 6.1.25 JSP 2.1
3
+ * Include eclipse.core.compilar:ecj jar
4
+
1
5
  === 6.1.24.2.1.0 (2010-5-15)
2
6
  * Update to Jetty 6.1.24 JSP 2.1
3
7
 
data/Manifest.txt CHANGED
@@ -8,6 +8,7 @@ lib/rjack-jetty-jsp/base.rb
8
8
  lib/rjack-jetty-jsp.rb
9
9
  lib/rjack-jetty-jsp/ant-1.6.5.jar
10
10
  lib/rjack-jetty-jsp/core-3.1.1.jar
11
+ lib/rjack-jetty-jsp/ecj-3.5.1.jar
11
12
  lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20091210.jar
12
- lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.24.jar
13
+ lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.25.jar
13
14
  lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20091210.jar
data/assembly.xml CHANGED
@@ -11,6 +11,7 @@
11
11
  <include>org.mortbay.jetty:jsp-api-2.1-glassfish</include>
12
12
  <include>org.mortbay.jetty:jsp-2.1-glassfish</include>
13
13
  <include>org.eclipse.jdt:core</include>
14
+ <include>org.eclipse.jdt.core.compiler:ecj</include>
14
15
  <include>ant:ant</include>
15
16
  </includes>
16
17
  </dependencySet>
@@ -17,7 +17,7 @@
17
17
  module RJack
18
18
  module Jetty
19
19
  module Jsp
20
- JETTY_VERSION = '6.1.24'
20
+ JETTY_VERSION = '6.1.25'
21
21
  JSP_VERSION = '2.1'
22
22
  GEM_VERSION = '0'
23
23
 
Binary file
data/pom.xml CHANGED
@@ -10,7 +10,7 @@
10
10
  <dependency>
11
11
  <groupId>org.mortbay.jetty</groupId>
12
12
  <artifactId>jsp-2.1-jetty</artifactId>
13
- <version>6.1.24</version>
13
+ <version>6.1.25</version>
14
14
  </dependency>
15
15
  </dependencies>
16
16
 
metadata CHANGED
@@ -5,11 +5,11 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 6
7
7
  - 1
8
- - 24
8
+ - 25
9
9
  - 2
10
10
  - 1
11
11
  - 0
12
- version: 6.1.24.2.1.0
12
+ version: 6.1.25.2.1.0
13
13
  platform: java
14
14
  authors:
15
15
  - David Kellum
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-05-15 00:00:00 -07:00
20
+ date: 2010-08-31 00:00:00 -07:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency
@@ -30,9 +30,9 @@ dependencies:
30
30
  segments:
31
31
  - 6
32
32
  - 1
33
- - 24
33
+ - 25
34
34
  - 0
35
- version: 6.1.24.0
35
+ version: 6.1.25.0
36
36
  type: :runtime
37
37
  version_requirements: *id001
38
38
  - !ruby/object:Gem::Dependency
@@ -61,8 +61,8 @@ extensions: []
61
61
 
62
62
  extra_rdoc_files:
63
63
  - Manifest.txt
64
- - README.rdoc
65
64
  - History.rdoc
65
+ - README.rdoc
66
66
  files:
67
67
  - History.rdoc
68
68
  - Manifest.txt
@@ -74,8 +74,9 @@ files:
74
74
  - lib/rjack-jetty-jsp.rb
75
75
  - lib/rjack-jetty-jsp/ant-1.6.5.jar
76
76
  - lib/rjack-jetty-jsp/core-3.1.1.jar
77
+ - lib/rjack-jetty-jsp/ecj-3.5.1.jar
77
78
  - lib/rjack-jetty-jsp/jsp-2.1-glassfish-2.1.v20091210.jar
78
- - lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.24.jar
79
+ - lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.25.jar
79
80
  - lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-2.1.v20091210.jar
80
81
  has_rdoc: true
81
82
  homepage: http://rjack.rubyforge.org