Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 68888 invoked from network); 3 Jul 2007 14:55:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 14:55:25 -0000 Received: (qmail 99879 invoked by uid 500); 3 Jul 2007 14:55:26 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 99759 invoked by uid 500); 3 Jul 2007 14:55:26 -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 99748 invoked by uid 500); 3 Jul 2007 14:55:26 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 99745 invoked by uid 99); 3 Jul 2007 14:55:26 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 07:55:26 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Tue, 03 Jul 2007 07:55:23 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id E95A81A981A; Tue, 3 Jul 2007 07:55:02 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r552864 - /webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/ui/OptionsPage.java Date: Tue, 03 Jul 2007 14:55:02 -0000 To: axis2-cvs@ws.apache.org From: sandakith@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070703145502.E95A81A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sandakith Date: Tue Jul 3 07:55:02 2007 New Revision: 552864 URL: http://svn.apache.org/viewvc?view=rev&rev=552864 Log: making the jibx codegen option visible in the dropdown Modified: webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/ui/OptionsPage.java Modified: webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/ui/OptionsPage.java URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/ui/OptionsPage.java?view=diff&rev=552864&r1=552863&r2=552864 ============================================================================== --- webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/ui/OptionsPage.java (original) +++ webservices/axis2/trunk/java/modules/tool/axis2-eclipse-codegen-plugin/src/main/java/org/apache/axis2/tool/codegen/eclipse/ui/OptionsPage.java Tue Jul 3 07:55:02 2007 @@ -830,7 +830,7 @@ databindingTypeCombo.add(DATA_BINDING_ADB); databindingTypeCombo.add(DATA_BINDING_XMLBEANS); - //databindingTypeCombo.add(DATA_BINDING_JIBX); + databindingTypeCombo.add(DATA_BINDING_JIBX); //databindingTypeCombo.add(DATA_BINDING_JAXME); databindingTypeCombo.add(DATA_BINDING_NONE); --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org