Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/resin/3.2.1: resin-3.2.1-boot-classpath.patch
Date: Sun, 03 May 2009 20:20:04
Message-Id: E1M0dGh-0000oY-SE@stork.gentoo.org
1 nelchael 09/05/03 15:06:15
2
3 Added: resin-3.2.1-boot-classpath.patch
4 Log:
5 Add patch for correct boot classpath.
6
7 Revision Changes Path
8 1.1 src/patchsets/resin/3.2.1/resin-3.2.1-boot-classpath.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/resin/3.2.1/resin-3.2.1-boot-classpath.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/src/patchsets/resin/3.2.1/resin-3.2.1-boot-classpath.patch?rev=1.1&content-type=text/plain
12
13 Index: resin-3.2.1-boot-classpath.patch
14 ===================================================================
15 diff -Nru resin-3.2.1.vanilla/modules/resin/src/boot-manifest resin-3.2.1/modules/resin/src/boot-manifest
16 --- resin-3.2.1.vanilla/modules/resin/src/boot-manifest 2009-05-03 15:22:11.000000000 +0100
17 +++ resin-3.2.1/modules/resin/src/boot-manifest 2009-05-03 15:26:04.000000000 +0100
18 @@ -1,5 +1,5 @@
19 Main-Class: com.caucho.server.bootstrap.ResinBoot
20 -Class-Path: resin.jar jta-101.jar isorelax.jar jsdk-24.jar jmx-12.jar jca-15.jar jstl-11.jar
21 +Class-Path: resin.jar jta-101.jar isorelax.jar resin-servlet-api.jar jmx-12.jar jca-15.jar jstl-11.jar
22 Extension-Name: com.caucho.server.bootstrap
23 Implementation-Vendor: Caucho Technology, Inc.
24 Implementation-Version: 3.0.1
25 diff -Nru resin-3.2.1.vanilla/modules/resin/src/manifest resin-3.2.1/modules/resin/src/manifest
26 --- resin-3.2.1.vanilla/modules/resin/src/manifest 2009-05-03 15:22:11.000000000 +0100
27 +++ resin-3.2.1/modules/resin/src/manifest 2009-05-03 15:27:41.000000000 +0100
28 @@ -1,4 +1,4 @@
29 -Class-Path: javaee-16.jar pro.jar license.jar hessian.jar quercus.jar resin-util.jar osgi-14.jar
30 +Class-Path: javaee-16.jar pro.jar license.jar hessian.jar quercus.jar resin-util.jar osgi-14.jar resin-servlet-api.jar
31 Implementation-Vendor: Caucho Technology, Inc.
32 Implementation-Version: 3.2.1
33 J2EE-DeploymentFactory-Implementation-Class: com.caucho.j2ee.deployclient.DeploymentFactoryImpl
34 diff -Nru resin-3.2.1.vanilla/modules/resin/src/manifest.in resin-3.2.1/modules/resin/src/manifest.in
35 --- resin-3.2.1.vanilla/modules/resin/src/manifest.in 2009-05-03 15:22:11.000000000 +0100
36 +++ resin-3.2.1/modules/resin/src/manifest.in 2009-05-03 15:45:14.000000000 +0100
37 @@ -1,4 +1,4 @@
38 -Class-Path: javaee-16.jar pro.jar license.jar hessian.jar quercus.jar resin-util.jar osgi-14.jar
39 +Class-Path: javaee-16.jar pro.jar license.jar hessian.jar quercus.jar resin-util.jar osgi-14.jar resin-servlet-api.jar
40 Implementation-Vendor: Caucho Technology, Inc.
41 Implementation-Version: @VERSION@
42 J2EE-DeploymentFactory-Implementation-Class: com.caucho.j2ee.deployclient.DeploymentFactoryImpl