Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 96743 invoked from network); 10 Aug 2007 08:45:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Aug 2007 08:45:58 -0000 Received: (qmail 28230 invoked by uid 500); 10 Aug 2007 08:45:56 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 28177 invoked by uid 500); 10 Aug 2007 08:45:56 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 28168 invoked by uid 99); 10 Aug 2007 08:45:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 01:45:56 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Aug 2007 08:45:57 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D8EEB1A981A; Fri, 10 Aug 2007 01:45:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r564512 - /incubator/cxf/trunk/api/src/main/java/org/apache/cxf/tools/common/ToolConstants.java Date: Fri, 10 Aug 2007 08:45:34 -0000 To: cxf-commits@incubator.apache.org From: ema@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070810084534.D8EEB1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: ema Date: Fri Aug 10 01:45:34 2007 New Revision: 564512 URL: http://svn.apache.org/viewvc?view=rev&rev=564512 Log: Updated ToolConstants for java2ws tool Modified: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/tools/common/ToolConstants.java Modified: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/tools/common/ToolConstants.java URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/api/src/main/java/org/apache/cxf/tools/common/ToolConstants.java?view=diff&rev=564512&r1=564511&r2=564512 ============================================================================== --- incubator/cxf/trunk/api/src/main/java/org/apache/cxf/tools/common/ToolConstants.java (original) +++ incubator/cxf/trunk/api/src/main/java/org/apache/cxf/tools/common/ToolConstants.java Fri Aug 10 01:45:34 2007 @@ -100,7 +100,8 @@ public static final String CFG_CLASSNAME = "classname"; public static final String CFG_PORTTYPE = "porttype"; public static final String CFG_SOURCEDIR = "sourcedir"; - + public static final String CFG_WSDL = "wsdl"; + public static final String CFG_WRAPPERBEAN = "wrapperbean"; // WSDL2Service Constants public static final String CFG_ADDRESS = "address";