rjack-jetty-jsp 6.1.22.2.1.1-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 ADDED
@@ -0,0 +1,40 @@
1
+ === 6.1.22.2.1.1 (2010-3-6)
2
+ * Set gem platform to java
3
+ * Upgraded to tarpit ~> 1.2.0
4
+
5
+ === 6.1.22.2.1.0 (2009-12-19)
6
+ * Update to Jetty 6.1.22 JSP 2.1
7
+ * Upgrade to tarpit-1.1.0 (gemcutter)
8
+
9
+ === 6.1.21.2.1.0 (2009-10-11)
10
+ * Update to Jetty 6.1.21 JSP 2.1
11
+
12
+ === 6.1.20.2.1.1 (2009-10-10)
13
+ * Rename gem rjack-jetty-jsp and as module RJack::Jetty::Jsp
14
+ * Update to Jetty 6.1.20 JSP 2.1
15
+ * Includes jsp-(api)-2.1-glassfish-9.1.1.B60.25.p2
16
+ * Use rjack-tarpit for build.
17
+
18
+ === 6.1.19.2.1.1 (2009-7-22)
19
+ * Update to Jetty 6.1.19 JSP 2.1
20
+
21
+ === 6.1.18.2.1.1 (2009-5-29)
22
+ * Update to Jetty 6.1.18 JSP 2.1
23
+
24
+ === 6.1.17.2.1.1 (2009-5-2)
25
+ * Update to Jetty 6.1.17 JSP 2.1
26
+ * Includes jsp-api-2.1-glassfish (9.1.1.B60.25.p0).
27
+
28
+ === 6.1.16.2.1.1 (2009-4-4)
29
+ * Update to Jetty 6.1.16 JSP 2.1, which now uses externalized
30
+ jsp-2.1-glassfish and jsp-api-2.1-glassfish (9.1.1.B51.25.p1) jars.
31
+
32
+ === 6.1.14.2.1.1 (2008-12-6)
33
+ * Update to Jetty 6.1.14
34
+ * JettyJspBase -rename-> JettyJsp
35
+
36
+ === 6.1.12.2.1.1 (2008-11-7)
37
+ * Update to Jetty 6.1.12
38
+
39
+ === 6.1.11.2.1.1 (2008-11-2)
40
+ * Initial release based on Jetty Web Server 6.1.11 JSP 2.1
data/Manifest.static ADDED
@@ -0,0 +1,9 @@
1
+ Manifest.static
2
+ Manifest.txt
3
+ README.rdoc
4
+ History.rdoc
5
+ Rakefile
6
+ pom.xml
7
+ assembly.xml
8
+ lib/rjack-jetty-jsp.rb
9
+ lib/rjack-jetty-jsp/base.rb
data/Manifest.txt ADDED
@@ -0,0 +1,14 @@
1
+ Manifest.static
2
+ Manifest.txt
3
+ README.rdoc
4
+ History.rdoc
5
+ Rakefile
6
+ pom.xml
7
+ assembly.xml
8
+ lib/rjack-jetty-jsp.rb
9
+ lib/rjack-jetty-jsp/base.rb
10
+ lib/rjack-jetty-jsp/ant-1.6.5.jar
11
+ lib/rjack-jetty-jsp/core-3.1.1.jar
12
+ lib/rjack-jetty-jsp/jsp-2.1-glassfish-9.1.1.B60.25.p2.jar
13
+ lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.22.jar
14
+ lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-9.1.1.B60.25.p2.jar
data/README.rdoc ADDED
@@ -0,0 +1,71 @@
1
+ = rjack-jetty-jsp
2
+
3
+ * http://rjack.rubyforge.org
4
+ * http://rubyforge.org/projects/rjack
5
+
6
+ == Description
7
+
8
+ A gem packaging of the {Jetty Web Server}[http://www.mortbay.org/jetty/]
9
+ JSP 2.1 support for JRuby. This gem is provided as a companion to the
10
+ rjack-jetty[http://rjack.rubyforge.org/jetty/] gem.
11
+
12
+ == License
13
+
14
+ === rjack-jetty-jsp gem
15
+
16
+ Copyright (c) 2008-2009 David Kellum
17
+
18
+ Licensed under the Apache License, Version 2.0 (the "License"); you
19
+ may not use this file except in compliance with the License. You
20
+ may obtain a copy of the License at:
21
+
22
+ http://www.apache.org/licenses/LICENSE-2.0
23
+
24
+ Unless required by applicable law or agreed to in writing, software
25
+ distributed under the License is distributed on an "AS IS" BASIS,
26
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
27
+ implied. See the License for the specific language governing
28
+ permissions and limitations under the License.
29
+
30
+ === Jetty Web Container (Java)
31
+
32
+ Copyright (c) 1995-2006 Mort Bay Consulting Pty Ltd
33
+
34
+ Licensed under the Apache License, Version 2.0 (the "License");
35
+ you may not use this file except in compliance with the License.
36
+ You may obtain a copy of the License at
37
+
38
+ http://www.apache.org/licenses/LICENSE-2.0
39
+
40
+ Unless required by applicable law or agreed to in writing, software
41
+ distributed under the License is distributed on an "AS IS" BASIS,
42
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
43
+ See the License for the specific language governing permissions and
44
+ limitations under the License.
45
+
46
+ The Jetty Web Container is Copyright Mort Bay Consulting Pty Ltd
47
+ unless otherwise noted. It is licensed under the apache 2.0
48
+ license.
49
+
50
+ The javax.servlet package used by Jetty is copyright
51
+ Sun Microsystems, Inc and Apache Software Foundation. It is
52
+ distributed under the Common Development and Distribution License.
53
+ You can obtain a copy of the license at
54
+ https://glassfish.dev.java.net/public/CDDLv1.0.html.
55
+
56
+ The UnixCrypt.java code ~Implements the one way cryptography used by
57
+ Unix systems for simple password protection. Copyright 1996 Aki Yoshida,
58
+ modified April 2001 by Iris Van den Broeke, Daniel Deville.
59
+ Permission to use, copy, modify and distribute UnixCrypt
60
+ for non-commercial or commercial purposes and without fee is
61
+ granted provided that the copyright notice appears in all copies.
62
+
63
+ The default JSP implementation is provided by the Glassfish JSP engine
64
+ from project Glassfish http://glassfish.dev.java.net. Copyright 2005
65
+ Sun Microsystems, Inc. and portions Copyright Apache Software Foundation.
66
+
67
+ Some portions of the code are Copyright:
68
+ 2006 Tim Vernum
69
+ 1999 Jason Gilbert.
70
+
71
+ The jboss integration module contains some LGPL code.
data/Rakefile ADDED
@@ -0,0 +1,55 @@
1
+ # -*- ruby -*-
2
+ #--
3
+ # Copyright (C) 2008-2009 David Kellum
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License"); you
6
+ # may not use this file except in compliance with the License. You
7
+ # may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
14
+ # implied. See the License for the specific language governing
15
+ # permissions and limitations under the License.
16
+ #++
17
+
18
+ $LOAD_PATH << './lib'
19
+ require 'rjack-jetty-jsp/base'
20
+
21
+ require 'rubygems'
22
+ gem 'rjack-tarpit', '~> 1.2.0'
23
+ require 'rjack-tarpit'
24
+
25
+ include RJack
26
+
27
+ t = TarPit.new( 'rjack-jetty-jsp',
28
+ Jetty::Jsp::VERSION,
29
+ :jars_from_assembly, :java_platform )
30
+
31
+ t.specify do |h|
32
+ h.developer( "David Kellum", "dek-oss@gravitext.com" )
33
+ h.extra_deps << [ 'rjack-jetty', "~> #{Jetty::Jsp::JETTY_VERSION}.0" ]
34
+ h.rubyforge_name = 'rjack'
35
+ h.remote_rdoc_dir = 'jetty-jsp'
36
+ end
37
+
38
+ t.assembly_version = 1.0
39
+
40
+ task :check_pom_deps do
41
+ t.test_line_match( 'pom.xml',
42
+ %r[<version>#{ Jetty::Jsp::JETTY_VERSION }</version>] )
43
+ end
44
+ task :check_history_version do
45
+ t.test_line_match( 'History.rdoc', /^==/, / #{t.version} / )
46
+ end
47
+ task :check_history_date do
48
+ t.test_line_match( 'History.rdoc', /^==/, /\([0-9\-]+\)$/ )
49
+ end
50
+
51
+ task :gem => [ :check_pom_deps, :check_history_version ]
52
+ task :tag => [ :check_pom_deps, :check_history_version, :check_history_date ]
53
+ task :push => [ :check_history_date ]
54
+
55
+ t.define_tasks
data/assembly.xml ADDED
@@ -0,0 +1,18 @@
1
+ <assembly>
2
+ <id>bin</id>
3
+ <formats>
4
+ <format>dir</format>
5
+ </formats>
6
+ <includeBaseDirectory>false</includeBaseDirectory>
7
+ <dependencySets>
8
+ <dependencySet>
9
+ <includes>
10
+ <include>org.mortbay.jetty:jsp-2.1-jetty</include>
11
+ <include>org.mortbay.jetty:jsp-api-2.1-glassfish</include>
12
+ <include>org.mortbay.jetty:jsp-2.1-glassfish</include>
13
+ <include>org.eclipse.jdt:core</include>
14
+ <include>ant:ant</include>
15
+ </includes>
16
+ </dependencySet>
17
+ </dependencySets>
18
+ </assembly>
@@ -0,0 +1,31 @@
1
+ #--
2
+ # Copyright (C) 2008-2009 David Kellum
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License"); you
5
+ # may not use this file except in compliance with the License. You
6
+ # may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13
+ # implied. See the License for the specific language governing
14
+ # permissions and limitations under the License.
15
+ #++
16
+
17
+ require 'rubygems'
18
+
19
+ require 'rjack-jetty-jsp/base'
20
+ require 'rjack-jetty'
21
+
22
+ module RJack
23
+ module Jetty
24
+
25
+ # Loads jars for JSP 2.1 support
26
+ module Jsp
27
+ Dir.glob( File.join( JETTY_JSP_DIR, '*.jar' ) ).each { |jar| require jar }
28
+ end
29
+
30
+ end
31
+ end
Binary file
@@ -0,0 +1,29 @@
1
+ #--
2
+ # Copyright (C) 2008-2009 David Kellum
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License"); you
5
+ # may not use this file except in compliance with the License. You
6
+ # may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13
+ # implied. See the License for the specific language governing
14
+ # permissions and limitations under the License.
15
+ #++
16
+
17
+ module RJack
18
+ module Jetty
19
+ module Jsp
20
+ JETTY_VERSION = '6.1.22'
21
+ JSP_VERSION = '2.1'
22
+ GEM_VERSION = '1'
23
+
24
+ VERSION = [ JETTY_VERSION, JSP_VERSION, GEM_VERSION ].join( '.' )
25
+
26
+ JETTY_JSP_DIR = File.dirname( __FILE__ ) # :nodoc:
27
+ end
28
+ end
29
+ end
Binary file
data/pom.xml ADDED
@@ -0,0 +1,40 @@
1
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2
+
3
+ <modelVersion>4.0.0</modelVersion>
4
+ <groupId>rjack</groupId>
5
+ <artifactId>rjack-jetty-jsp</artifactId>
6
+ <packaging>pom</packaging>
7
+ <version>1.0</version>
8
+
9
+ <dependencies>
10
+ <dependency>
11
+ <groupId>org.mortbay.jetty</groupId>
12
+ <artifactId>jsp-2.1-jetty</artifactId>
13
+ <version>6.1.22</version>
14
+ </dependency>
15
+ </dependencies>
16
+
17
+ <build>
18
+ <plugins>
19
+ <plugin>
20
+ <artifactId>maven-assembly-plugin</artifactId>
21
+ <configuration>
22
+ <descriptors>
23
+ <descriptor>assembly.xml</descriptor>
24
+ </descriptors>
25
+ <tarLongFileMode>gnu</tarLongFileMode>
26
+ </configuration>
27
+ <executions>
28
+ <execution>
29
+ <id>assembly</id>
30
+ <phase>package</phase>
31
+ <goals>
32
+ <goal>attached</goal>
33
+ </goals>
34
+ </execution>
35
+ </executions>
36
+ </plugin>
37
+ </plugins>
38
+ </build>
39
+
40
+ </project>
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rjack-jetty-jsp
3
+ version: !ruby/object:Gem::Version
4
+ version: 6.1.22.2.1.1
5
+ platform: java
6
+ authors:
7
+ - David Kellum
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2010-03-06 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: rjack-jetty
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ~>
22
+ - !ruby/object:Gem::Version
23
+ version: 6.1.22.0
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: rjack-tarpit
27
+ type: :development
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ version: 1.2.0
34
+ version:
35
+ description: |-
36
+ A gem packaging of the {Jetty Web Server}[http://www.mortbay.org/jetty/]
37
+ JSP 2.1 support for JRuby. This gem is provided as a companion to the
38
+ rjack-jetty[http://rjack.rubyforge.org/jetty/] gem.
39
+ email:
40
+ - dek-oss@gravitext.com
41
+ executables: []
42
+
43
+ extensions: []
44
+
45
+ extra_rdoc_files:
46
+ - Manifest.txt
47
+ - README.rdoc
48
+ - History.rdoc
49
+ files:
50
+ - Manifest.static
51
+ - Manifest.txt
52
+ - README.rdoc
53
+ - History.rdoc
54
+ - Rakefile
55
+ - pom.xml
56
+ - assembly.xml
57
+ - lib/rjack-jetty-jsp.rb
58
+ - lib/rjack-jetty-jsp/base.rb
59
+ - lib/rjack-jetty-jsp/ant-1.6.5.jar
60
+ - lib/rjack-jetty-jsp/core-3.1.1.jar
61
+ - lib/rjack-jetty-jsp/jsp-2.1-glassfish-9.1.1.B60.25.p2.jar
62
+ - lib/rjack-jetty-jsp/jsp-2.1-jetty-6.1.22.jar
63
+ - lib/rjack-jetty-jsp/jsp-api-2.1-glassfish-9.1.1.B60.25.p2.jar
64
+ has_rdoc: true
65
+ homepage: http://rjack.rubyforge.org
66
+ licenses: []
67
+
68
+ post_install_message:
69
+ rdoc_options:
70
+ - --main
71
+ - README.rdoc
72
+ require_paths:
73
+ - lib
74
+ required_ruby_version: !ruby/object:Gem::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: "0"
79
+ version:
80
+ required_rubygems_version: !ruby/object:Gem::Requirement
81
+ requirements:
82
+ - - ">="
83
+ - !ruby/object:Gem::Version
84
+ version: "0"
85
+ version:
86
+ requirements: []
87
+
88
+ rubyforge_project: rjack
89
+ rubygems_version: 1.3.5
90
+ signing_key:
91
+ specification_version: 3
92
+ summary: A gem packaging of the {Jetty Web Server}[http://www.mortbay.org/jetty/] JSP 2.1 support for JRuby
93
+ test_files: []
94
+