Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 79371 invoked from network); 27 Jun 2005 20:18:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jun 2005 20:18:55 -0000 Received: (qmail 40109 invoked by uid 500); 27 Jun 2005 20:18:53 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 40039 invoked by uid 500); 27 Jun 2005 20:18:53 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 40026 invoked by uid 99); 27 Jun 2005 20:18:53 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 27 Jun 2005 13:18:52 -0700 Received: (qmail 79332 invoked by uid 65534); 27 Jun 2005 20:18:50 -0000 Message-ID: <20050627201850.79331.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r202042 - in /webservices/axis/trunk/java/modules/core/src/org/apache/axis: deployment/ deployment/listener/ deployment/repository/util/ engine/ Date: Mon, 27 Jun 2005 20:18:49 -0000 To: axis-cvs@ws.apache.org From: dims@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: dims Date: Mon Jun 27 13:18:49 2005 New Revision: 202042 URL: http://svn.apache.org/viewcvs?rev=202042&view=rev Log: utill -> util Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/DeploymentEngine.java webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/listener/RepositoryListenerImpl.java webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/ArchiveFileData.java webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/ArchiveReader.java webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/WSInfo.java webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/WSInfoList.java webservices/axis/trunk/java/modules/core/src/org/apache/axis/engine/AxisConfigurationImpl.java Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/DeploymentEngine.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/DeploymentEngine.java?rev=202042&r1=202041&r2=202042&view=diff ============================================================================== --- webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/DeploymentEngine.java (original) +++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/DeploymentEngine.java Mon Jun 27 13:18:49 2005 @@ -33,9 +33,9 @@ import org.apache.axis.context.ConfigurationContextFactory; import org.apache.axis.deployment.listener.RepositoryListenerImpl; -import org.apache.axis.deployment.repository.utill.ArchiveFileData; -import org.apache.axis.deployment.repository.utill.ArchiveReader; -import org.apache.axis.deployment.repository.utill.WSInfo; +import org.apache.axis.deployment.repository.util.ArchiveFileData; +import org.apache.axis.deployment.repository.util.ArchiveReader; +import org.apache.axis.deployment.repository.util.WSInfo; import org.apache.axis.deployment.scheduler.DeploymentIterator; import org.apache.axis.deployment.scheduler.Scheduler; import org.apache.axis.deployment.scheduler.SchedulerTask; Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/listener/RepositoryListenerImpl.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/listener/RepositoryListenerImpl.java?rev=202042&r1=202041&r2=202042&view=diff ============================================================================== --- webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/listener/RepositoryListenerImpl.java (original) +++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/listener/RepositoryListenerImpl.java Mon Jun 27 13:18:49 2005 @@ -18,7 +18,7 @@ import org.apache.axis.deployment.DeploymentConstants; import org.apache.axis.deployment.DeploymentEngine; -import org.apache.axis.deployment.repository.utill.WSInfoList; +import org.apache.axis.deployment.repository.util.WSInfoList; import java.io.File; import java.util.ArrayList; Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/ArchiveFileData.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/ArchiveFileData.java?rev=202042&r1=202041&r2=202042&view=diff ============================================================================== --- webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/ArchiveFileData.java (original) +++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/ArchiveFileData.java Mon Jun 27 13:18:49 2005 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.axis.deployment.repository.utill; +package org.apache.axis.deployment.repository.util; import org.apache.axis.deployment.DeploymentEngine; import org.apache.axis.deployment.DeploymentException; Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/ArchiveReader.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/ArchiveReader.java?rev=202042&r1=202041&r2=202042&view=diff ============================================================================== --- webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/ArchiveReader.java (original) +++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/ArchiveReader.java Mon Jun 27 13:18:49 2005 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.axis.deployment.repository.utill; +package org.apache.axis.deployment.repository.util; import org.apache.axis.deployment.DeploymentConstants; import org.apache.axis.deployment.DeploymentEngine; Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/WSInfo.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/WSInfo.java?rev=202042&r1=202041&r2=202042&view=diff ============================================================================== --- webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/WSInfo.java (original) +++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/WSInfo.java Mon Jun 27 13:18:49 2005 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.axis.deployment.repository.utill; +package org.apache.axis.deployment.repository.util; public class WSInfo { Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/WSInfoList.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/WSInfoList.java?rev=202042&r1=202041&r2=202042&view=diff ============================================================================== --- webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/WSInfoList.java (original) +++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/deployment/repository/util/WSInfoList.java Mon Jun 27 13:18:49 2005 @@ -14,7 +14,7 @@ * limitations under the License. */ -package org.apache.axis.deployment.repository.utill; +package org.apache.axis.deployment.repository.util; import org.apache.axis.deployment.DeploymentConstants; import org.apache.axis.deployment.DeploymentEngine; Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis/engine/AxisConfigurationImpl.java URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis/engine/AxisConfigurationImpl.java?rev=202042&r1=202041&r2=202042&view=diff ============================================================================== --- webservices/axis/trunk/java/modules/core/src/org/apache/axis/engine/AxisConfigurationImpl.java (original) +++ webservices/axis/trunk/java/modules/core/src/org/apache/axis/engine/AxisConfigurationImpl.java Mon Jun 27 13:18:49 2005 @@ -18,7 +18,7 @@ import org.apache.axis.description.*; import org.apache.axis.phaseresolver.PhaseMetadata; import org.apache.axis.phaseresolver.PhaseResolver; -import org.apache.axis.deployment.repository.utill.ArchiveReader; +import org.apache.axis.deployment.repository.util.ArchiveReader; import org.apache.axis.deployment.DeploymentEngine; import javax.xml.namespace.QName;