diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-05-03 15:06:15 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-05-03 15:06:15 +0000 |
commit | 4297cfef6639f671b8487166aff2c2bff2947c8f (patch) | |
tree | ba6c8a981c3cd39d86f59c1a78e652eb246a25cf /src | |
parent | Fix arcticnetwork.ca URL (diff) | |
download | gentoo-4297cfef6639f671b8487166aff2c2bff2947c8f.tar.gz gentoo-4297cfef6639f671b8487166aff2c2bff2947c8f.tar.bz2 gentoo-4297cfef6639f671b8487166aff2c2bff2947c8f.zip |
Add patch for correct boot classpath.
Diffstat (limited to 'src')
-rw-r--r-- | src/patchsets/resin/3.2.1/resin-3.2.1-boot-classpath.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/patchsets/resin/3.2.1/resin-3.2.1-boot-classpath.patch b/src/patchsets/resin/3.2.1/resin-3.2.1-boot-classpath.patch new file mode 100644 index 0000000000..1e1f9b8fe9 --- /dev/null +++ b/src/patchsets/resin/3.2.1/resin-3.2.1-boot-classpath.patch @@ -0,0 +1,28 @@ +diff -Nru resin-3.2.1.vanilla/modules/resin/src/boot-manifest resin-3.2.1/modules/resin/src/boot-manifest +--- resin-3.2.1.vanilla/modules/resin/src/boot-manifest 2009-05-03 15:22:11.000000000 +0100 ++++ resin-3.2.1/modules/resin/src/boot-manifest 2009-05-03 15:26:04.000000000 +0100 +@@ -1,5 +1,5 @@ + Main-Class: com.caucho.server.bootstrap.ResinBoot +-Class-Path: resin.jar jta-101.jar isorelax.jar jsdk-24.jar jmx-12.jar jca-15.jar jstl-11.jar ++Class-Path: resin.jar jta-101.jar isorelax.jar resin-servlet-api.jar jmx-12.jar jca-15.jar jstl-11.jar + Extension-Name: com.caucho.server.bootstrap + Implementation-Vendor: Caucho Technology, Inc. + Implementation-Version: 3.0.1 +diff -Nru resin-3.2.1.vanilla/modules/resin/src/manifest resin-3.2.1/modules/resin/src/manifest +--- resin-3.2.1.vanilla/modules/resin/src/manifest 2009-05-03 15:22:11.000000000 +0100 ++++ resin-3.2.1/modules/resin/src/manifest 2009-05-03 15:27:41.000000000 +0100 +@@ -1,4 +1,4 @@ +-Class-Path: javaee-16.jar pro.jar license.jar hessian.jar quercus.jar resin-util.jar osgi-14.jar ++Class-Path: javaee-16.jar pro.jar license.jar hessian.jar quercus.jar resin-util.jar osgi-14.jar resin-servlet-api.jar + Implementation-Vendor: Caucho Technology, Inc. + Implementation-Version: 3.2.1 + J2EE-DeploymentFactory-Implementation-Class: com.caucho.j2ee.deployclient.DeploymentFactoryImpl +diff -Nru resin-3.2.1.vanilla/modules/resin/src/manifest.in resin-3.2.1/modules/resin/src/manifest.in +--- resin-3.2.1.vanilla/modules/resin/src/manifest.in 2009-05-03 15:22:11.000000000 +0100 ++++ resin-3.2.1/modules/resin/src/manifest.in 2009-05-03 15:45:14.000000000 +0100 +@@ -1,4 +1,4 @@ +-Class-Path: javaee-16.jar pro.jar license.jar hessian.jar quercus.jar resin-util.jar osgi-14.jar ++Class-Path: javaee-16.jar pro.jar license.jar hessian.jar quercus.jar resin-util.jar osgi-14.jar resin-servlet-api.jar + Implementation-Vendor: Caucho Technology, Inc. + Implementation-Version: @VERSION@ + J2EE-DeploymentFactory-Implementation-Class: com.caucho.j2ee.deployclient.DeploymentFactoryImpl |