Return-Path: Delivered-To: apmail-incubator-geronimo-cvs-archive@www.apache.org Received: (qmail 79369 invoked from network); 8 Sep 2003 04:30:09 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Sep 2003 04:30:09 -0000 Received: (qmail 88453 invoked by uid 500); 8 Sep 2003 04:29:45 -0000 Delivered-To: apmail-incubator-geronimo-cvs-archive@incubator.apache.org Received: (qmail 88411 invoked by uid 500); 8 Sep 2003 04:29:44 -0000 Mailing-List: contact geronimo-cvs-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-cvs@incubator.apache.org Received: (qmail 88389 invoked from network); 8 Sep 2003 04:29:43 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 8 Sep 2003 04:29:43 -0000 Received: (qmail 79258 invoked by uid 1711); 8 Sep 2003 04:29:53 -0000 Date: 8 Sep 2003 04:29:53 -0000 Message-ID: <20030908042953.79257.qmail@minotaur.apache.org> From: dain@apache.org To: incubator-geronimo-cvs@apache.org Subject: cvs commit: incubator-geronimo/modules/core/src/java/org/apache/geronimo/naming/java ComponentContextInterceptor.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N dain 2003/09/07 21:29:53 Modified: modules/core/src/java/org/apache/geronimo/naming/java ComponentContextInterceptor.java Log: Updated to reflect movement of base services code from o.a.g.common in the core module to o.a.g.core.service in the core module. Revision Changes Path 1.4 +4 -4 incubator-geronimo/modules/core/src/java/org/apache/geronimo/naming/java/ComponentContextInterceptor.java Index: ComponentContextInterceptor.java =================================================================== RCS file: /home/cvs/incubator-geronimo/modules/core/src/java/org/apache/geronimo/naming/java/ComponentContextInterceptor.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ComponentContextInterceptor.java 4 Sep 2003 05:16:17 -0000 1.3 +++ ComponentContextInterceptor.java 8 Sep 2003 04:29:53 -0000 1.4 @@ -55,9 +55,9 @@ */ package org.apache.geronimo.naming.java; -import org.apache.geronimo.common.AbstractInterceptor; -import org.apache.geronimo.common.Invocation; -import org.apache.geronimo.common.InvocationResult; +import org.apache.geronimo.core.service.AbstractInterceptor; +import org.apache.geronimo.core.service.Invocation; +import org.apache.geronimo.core.service.InvocationResult; /** * An interceptor that pushes the current component's java:comp context into