Return-Path: Delivered-To: apmail-ws-juddi-cvs-archive@www.apache.org Received: (qmail 82037 invoked from network); 15 Oct 2009 05:36:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Oct 2009 05:36:47 -0000 Received: (qmail 21886 invoked by uid 500); 15 Oct 2009 05:36:47 -0000 Delivered-To: apmail-ws-juddi-cvs-archive@ws.apache.org Received: (qmail 21847 invoked by uid 500); 15 Oct 2009 05:36:47 -0000 Mailing-List: contact juddi-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list juddi-cvs@ws.apache.org Received: (qmail 21837 invoked by uid 99); 15 Oct 2009 05:36:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 05:36:47 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 05:36:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3CF4823888DB; Thu, 15 Oct 2009 05:36:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r825397 - in /webservices/juddi/trunk: juddi-samples/ juddiv3-samples/ juddiv3-samples/pom.xml juddiv3-samples/src/main/java/org/apache/juddi/samples/HelloWorldImpl.java Date: Thu, 15 Oct 2009 05:36:22 -0000 To: juddi-cvs@ws.apache.org From: kstam@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091015053622.3CF4823888DB@eris.apache.org> Author: kstam Date: Thu Oct 15 05:36:21 2009 New Revision: 825397 URL: http://svn.apache.org/viewvc?rev=825397&view=rev Log: JUDDI-240 renaming war so juddiv3 gets deployed first (alphabetical deployment order) Added: webservices/juddi/trunk/juddiv3-samples/ (props changed) - copied from r825360, webservices/juddi/trunk/juddi-samples/ Removed: webservices/juddi/trunk/juddi-samples/ Modified: webservices/juddi/trunk/juddiv3-samples/pom.xml webservices/juddi/trunk/juddiv3-samples/src/main/java/org/apache/juddi/samples/HelloWorldImpl.java Propchange: webservices/juddi/trunk/juddiv3-samples/ ------------------------------------------------------------------------------ --- svn:ignore (added) +++ svn:ignore Thu Oct 15 05:36:21 2009 @@ -0,0 +1 @@ +target Propchange: webservices/juddi/trunk/juddiv3-samples/ ------------------------------------------------------------------------------ --- svn:mergeinfo (added) +++ svn:mergeinfo Thu Oct 15 05:36:21 2009 @@ -0,0 +1 @@ +/webservices/juddi/branches/v3_trunk/juddi-samples:797614-802957 Modified: webservices/juddi/trunk/juddiv3-samples/pom.xml URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddiv3-samples/pom.xml?rev=825397&r1=825360&r2=825397&view=diff ============================================================================== --- webservices/juddi/trunk/juddiv3-samples/pom.xml (original) +++ webservices/juddi/trunk/juddiv3-samples/pom.xml Thu Oct 15 05:36:21 2009 @@ -23,7 +23,7 @@ 3.0.0.SNAPSHOT org.apache.juddi - juddi-samples + juddiv3-samples 3.0.0.SNAPSHOT jUDDI Service Registration Examples war Modified: webservices/juddi/trunk/juddiv3-samples/src/main/java/org/apache/juddi/samples/HelloWorldImpl.java URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddiv3-samples/src/main/java/org/apache/juddi/samples/HelloWorldImpl.java?rev=825397&r1=825360&r2=825397&view=diff ============================================================================== --- webservices/juddi/trunk/juddiv3-samples/src/main/java/org/apache/juddi/samples/HelloWorldImpl.java (original) +++ webservices/juddi/trunk/juddiv3-samples/src/main/java/org/apache/juddi/samples/HelloWorldImpl.java Thu Oct 15 05:36:21 2009 @@ -15,7 +15,7 @@ description="WSDL endpoint for the HelloWorld Service. This service is used for " + "testing the jUDDI annotation functionality", accessPointType="wsdlDeployment", - accessPoint="http://${serverName}:${serverPort}/juddi-samples/services/helloworld?wsdl") + accessPoint="http://${serverName}:${serverPort}/juddiv3-samples/services/helloworld?wsdl") @WebService( endpointInterface = "org.apache.juddi.samples.HelloWorld", serviceName = "HelloWorld") --------------------------------------------------------------------- To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: juddi-cvs-help@ws.apache.org