Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 48998 invoked from network); 3 Oct 2009 02:30:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Oct 2009 02:30:26 -0000 Received: (qmail 61882 invoked by uid 500); 3 Oct 2009 02:30:26 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 61798 invoked by uid 500); 3 Oct 2009 02:30:26 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 61789 invoked by uid 99); 3 Oct 2009 02:30:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Oct 2009 02:30:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Sat, 03 Oct 2009 02:30:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D542F23888E4; Sat, 3 Oct 2009 02:29:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r821223 - in /cxf/trunk: common/xjc/ common/xjc/boolean-test/ common/xjc/boolean-test/src/ common/xjc/boolean-test/src/test/ common/xjc/boolean-test/src/test/java/ common/xjc/boolean-test/src/test/java/org/ common/xjc/boolean-test/src/test/... Date: Sat, 03 Oct 2009 02:29:49 -0000 To: commits@cxf.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091003022949.D542F23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: dkulp Date: Sat Oct 3 02:29:47 2009 New Revision: 821223 URL: http://svn.apache.org/viewvc?rev=821223&view=rev Log: [CXF-2410] Add xjc plugin for boolean getters. Patch from RĂ©mi Flament applied Added: cxf/trunk/common/xjc/boolean/ cxf/trunk/common/xjc/boolean-test/ cxf/trunk/common/xjc/boolean-test/pom.xml (with props) cxf/trunk/common/xjc/boolean-test/src/ cxf/trunk/common/xjc/boolean-test/src/test/ cxf/trunk/common/xjc/boolean-test/src/test/java/ cxf/trunk/common/xjc/boolean-test/src/test/java/org/ cxf/trunk/common/xjc/boolean-test/src/test/java/org/apache/ cxf/trunk/common/xjc/boolean-test/src/test/java/org/apache/cxf/ cxf/trunk/common/xjc/boolean-test/src/test/java/org/apache/cxf/xjc/ cxf/trunk/common/xjc/boolean-test/src/test/java/org/apache/cxf/xjc/bg/ cxf/trunk/common/xjc/boolean-test/src/test/java/org/apache/cxf/xjc/bg/BooleanGetterPluginTest.java (with props) cxf/trunk/common/xjc/boolean-test/src/test/resources/ cxf/trunk/common/xjc/boolean-test/src/test/resources/schemas/ cxf/trunk/common/xjc/boolean-test/src/test/resources/schemas/configuration/ cxf/trunk/common/xjc/boolean-test/src/test/resources/schemas/configuration/foo.xsd (with props) cxf/trunk/common/xjc/boolean/pom.xml - copied, changed from r821216, cxf/trunk/common/xjc/pom.xml cxf/trunk/common/xjc/boolean/src/ cxf/trunk/common/xjc/boolean/src/main/ cxf/trunk/common/xjc/boolean/src/main/java/ cxf/trunk/common/xjc/boolean/src/main/java/com/ cxf/trunk/common/xjc/boolean/src/main/java/com/sun/ cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/ cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/xjc/ cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/xjc/addon/ cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/xjc/addon/apache_cxf/ cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bg/ cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bg/BooleanGetterPlugin.java (with props) cxf/trunk/common/xjc/boolean/src/main/java/org/ cxf/trunk/common/xjc/boolean/src/main/java/org/apache/ cxf/trunk/common/xjc/boolean/src/main/java/org/apache/cxf/ cxf/trunk/common/xjc/boolean/src/main/java/org/apache/cxf/xjc/ cxf/trunk/common/xjc/boolean/src/main/java/org/apache/cxf/xjc/bg/ cxf/trunk/common/xjc/boolean/src/main/java/org/apache/cxf/xjc/bg/BooleanGetterPlugin.java (with props) cxf/trunk/common/xjc/boolean/src/main/resources/ cxf/trunk/common/xjc/boolean/src/main/resources/META-INF/ cxf/trunk/common/xjc/boolean/src/main/resources/META-INF/services/ cxf/trunk/common/xjc/boolean/src/main/resources/META-INF/services/com.sun.tools.xjc.Plugin Modified: cxf/trunk/common/xjc/dv-test/pom.xml cxf/trunk/common/xjc/pom.xml cxf/trunk/common/xjc/ts-test/pom.xml cxf/trunk/common/xjc/wsdlextension-test/pom.xml cxf/trunk/distribution/bundle/all/pom.xml cxf/trunk/distribution/manifest/pom.xml cxf/trunk/distribution/pom.xml Added: cxf/trunk/common/xjc/boolean-test/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/common/xjc/boolean-test/pom.xml?rev=821223&view=auto ============================================================================== --- cxf/trunk/common/xjc/boolean-test/pom.xml (added) +++ cxf/trunk/common/xjc/boolean-test/pom.xml Sat Oct 3 02:29:47 2009 @@ -0,0 +1,142 @@ + + + 4.0.0 + org.apache.cxf.xjcplugins + cxf-xjc-boolean-test + jar + 2.3.0-SNAPSHOT + Apache CXF XJC Boolean Getter Plugin Tests + http://cxf.apache.org + + + org.apache.cxf + cxf-parent + 2.3.0-SNAPSHOT + ../../../parent/pom.xml + + + + + + + javax.xml.bind + jaxb-api + 2.1 + + + com.sun.xml.bind + jaxb-impl + 2.1.12 + + + com.sun.xml.bind + jaxb-xjc + 2.1.12 + + + + jaxme + jaxme2 + test + + + junit + junit + test + + + org.apache.cxf + cxf-common-utilities + ${project.version} + + + + + + + org.codehaus.mojo + jaxb2-maven-plugin + + + + + xjc + + + + + + ${basedir}/target/generated/src/test/java + + + ${basedir}/src/test/resources/schemas/configuration + + -Xbg + true + true + + + + + + + javax.xml.bind + jaxb-api + ${jaxb.version} + + + com.sun.xml.bind + jaxb-impl + ${jaxb.impl.version} + + + com.sun.xml.bind + jaxb-xjc + ${jaxb.xjc.version} + + + org.apache.cxf.xjcplugins + cxf-xjc-boolean + ${project.version} + + + org.apache.cxf + cxf-xjc-dv + ${project.version} + + + org.apache.cxf + cxf-xjc-ts + ${project.version} + + + org.apache.cxf + cxf-xjc-wsdlextension + ${project.version} + + + + + + + + Propchange: cxf/trunk/common/xjc/boolean-test/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/common/xjc/boolean-test/pom.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: cxf/trunk/common/xjc/boolean-test/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: cxf/trunk/common/xjc/boolean-test/src/test/java/org/apache/cxf/xjc/bg/BooleanGetterPluginTest.java URL: http://svn.apache.org/viewvc/cxf/trunk/common/xjc/boolean-test/src/test/java/org/apache/cxf/xjc/bg/BooleanGetterPluginTest.java?rev=821223&view=auto ============================================================================== --- cxf/trunk/common/xjc/boolean-test/src/test/java/org/apache/cxf/xjc/bg/BooleanGetterPluginTest.java (added) +++ cxf/trunk/common/xjc/boolean-test/src/test/java/org/apache/cxf/xjc/bg/BooleanGetterPluginTest.java Sat Oct 3 02:29:47 2009 @@ -0,0 +1,40 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package org.apache.cxf.xjc.bg; + +import javax.xml.bind.DatatypeConverter; + +import org.apache.cxf.configuration.foo.Foo; +import org.apache.ws.jaxme.impl.DatatypeConverterImpl; + +import org.junit.Test; + +public class BooleanGetterPluginTest { + + @Test + public void testBooleanGetter() throws Exception { + + DatatypeConverter.setDatatypeConverter(new DatatypeConverterImpl()); + + Foo foo = new org.apache.cxf.configuration.foo.ObjectFactory().createFoo(); + + foo.getBooleanAttr(); + } + +} Propchange: cxf/trunk/common/xjc/boolean-test/src/test/java/org/apache/cxf/xjc/bg/BooleanGetterPluginTest.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/common/xjc/boolean-test/src/test/java/org/apache/cxf/xjc/bg/BooleanGetterPluginTest.java ------------------------------------------------------------------------------ svn:keywords = Rev Date Added: cxf/trunk/common/xjc/boolean-test/src/test/resources/schemas/configuration/foo.xsd URL: http://svn.apache.org/viewvc/cxf/trunk/common/xjc/boolean-test/src/test/resources/schemas/configuration/foo.xsd?rev=821223&view=auto ============================================================================== --- cxf/trunk/common/xjc/boolean-test/src/test/resources/schemas/configuration/foo.xsd (added) +++ cxf/trunk/common/xjc/boolean-test/src/test/resources/schemas/configuration/foo.xsd Sat Oct 3 02:29:47 2009 @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Propchange: cxf/trunk/common/xjc/boolean-test/src/test/resources/schemas/configuration/foo.xsd ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/common/xjc/boolean-test/src/test/resources/schemas/configuration/foo.xsd ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: cxf/trunk/common/xjc/boolean-test/src/test/resources/schemas/configuration/foo.xsd ------------------------------------------------------------------------------ svn:mime-type = text/xml Copied: cxf/trunk/common/xjc/boolean/pom.xml (from r821216, cxf/trunk/common/xjc/pom.xml) URL: http://svn.apache.org/viewvc/cxf/trunk/common/xjc/boolean/pom.xml?p2=cxf/trunk/common/xjc/boolean/pom.xml&p1=cxf/trunk/common/xjc/pom.xml&r1=821216&r2=821223&rev=821223&view=diff ============================================================================== --- cxf/trunk/common/xjc/pom.xml (original) +++ cxf/trunk/common/xjc/boolean/pom.xml Sat Oct 3 02:29:47 2009 @@ -18,34 +18,40 @@ --> 4.0.0 - org.apache.cxf - cxf-xjc - pom + org.apache.cxf.xjcplugins + cxf-xjc-boolean + jar 2.3.0-SNAPSHOT - Apache CXF XJC Plugins + Apache CXF XJC Boolean Getter Plugin http://cxf.apache.org org.apache.cxf cxf-parent 2.3.0-SNAPSHOT - ../../parent/pom.xml + ../../../parent/pom.xml - - dv - ts - wsdlextension - bug671 - dv-test - ts-test - wsdlextension-test - + + true + + + + org.apache.cxf + cxf-common-utilities + ${project.version} + + + com.sun.xml.bind + jaxb-xjc + + + com.sun.xml.bind + jaxb-impl + + + - - scm:svn:http://svn.apache.org/repos/asf/cxf/trunk/common/xjc - scm:svn:https://svn.apache.org/repos/asf/cxf/trunk/common/xjc - Added: cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bg/BooleanGetterPlugin.java URL: http://svn.apache.org/viewvc/cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bg/BooleanGetterPlugin.java?rev=821223&view=auto ============================================================================== --- cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bg/BooleanGetterPlugin.java (added) +++ cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bg/BooleanGetterPlugin.java Sat Oct 3 02:29:47 2009 @@ -0,0 +1,68 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +package com.sun.tools.xjc.addon.apache_cxf.bg; + +import org.xml.sax.ErrorHandler; +import org.xml.sax.SAXException; + +import com.sun.tools.xjc.Options; +import com.sun.tools.xjc.Plugin; +import com.sun.tools.xjc.outline.Outline; + +/** + * Thin wrapper around the BooleanGetterPlugin. This must be in the com.sun.tools.xjc.addon package for it to + * work with Java 6. See https://issues.apache.org/jira/browse/CXF-1880. + */ +public class BooleanGetterPlugin extends Plugin { + + org.apache.cxf.xjc.bg.BooleanGetterPlugin impl = + new org.apache.cxf.xjc.bg.BooleanGetterPlugin(); + + /* + * (non-Javadoc) + * + * @see com.sun.tools.xjc.Plugin#getOptionName() + */ + @Override + public String getOptionName() { + return impl.getOptionName(); + } + + /* + * (non-Javadoc) + * + * @see com.sun.tools.xjc.Plugin#getUsage() + */ + @Override + public String getUsage() { + return impl.getUsage(); + } + + /* + * (non-Javadoc) + * + * @see com.sun.tools.xjc.Plugin#run(com.sun.tools.xjc.outline.Outline, com.sun.tools.xjc.Options, + * org.xml.sax.ErrorHandler) + */ + @Override + public boolean run(Outline outline, Options opt, ErrorHandler errorHandler) throws SAXException { + return impl.run(outline, opt, errorHandler); + } +} Propchange: cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bg/BooleanGetterPlugin.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/common/xjc/boolean/src/main/java/com/sun/tools/xjc/addon/apache_cxf/bg/BooleanGetterPlugin.java ------------------------------------------------------------------------------ svn:keywords = Rev Date Added: cxf/trunk/common/xjc/boolean/src/main/java/org/apache/cxf/xjc/bg/BooleanGetterPlugin.java URL: http://svn.apache.org/viewvc/cxf/trunk/common/xjc/boolean/src/main/java/org/apache/cxf/xjc/bg/BooleanGetterPlugin.java?rev=821223&view=auto ============================================================================== --- cxf/trunk/common/xjc/boolean/src/main/java/org/apache/cxf/xjc/bg/BooleanGetterPlugin.java (added) +++ cxf/trunk/common/xjc/boolean/src/main/java/org/apache/cxf/xjc/bg/BooleanGetterPlugin.java Sat Oct 3 02:29:47 2009 @@ -0,0 +1,70 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ +package org.apache.cxf.xjc.bg; + +import java.util.Collection; +import java.util.logging.Logger; + +import org.xml.sax.ErrorHandler; + +import com.sun.codemodel.JMethod; +import com.sun.tools.xjc.Options; +import com.sun.tools.xjc.outline.ClassOutline; +import com.sun.tools.xjc.outline.Outline; + +import org.apache.cxf.common.logging.LogUtils; + +/** + * Generate getters named getXXX() for Booleans instead of isXXX(). Useful to use generated beans with tools + * that needs introspections, like dozer. + */ +public class BooleanGetterPlugin { + + private static final Logger LOG = LogUtils.getL7dLogger(BooleanGetterPlugin.class); + + public BooleanGetterPlugin() { + } + + public String getOptionName() { + return "Xbg"; + } + + public String getUsage() { + return " -Xbg : Generate getters methods for Booleans"; + } + + public boolean run(Outline outline, Options opt, ErrorHandler errorHandler) { + LOG.info("Running boolean getter plugin."); + for (ClassOutline classOutline : outline.getClasses()) { + Collection methods = classOutline.implClass.methods(); + for (JMethod method : methods) { + if (method.name().startsWith("is")) { + String newName = "get" + method.name().substring(2); + LOG.info("Changing method name from " + method.name() + " to " + newName); + method.javadoc().add( + "\nThis getter has been renamed from " + method.name() + "() to " + + newName + "() by cxf-xjc-boolean plugin."); + method.name(newName); + } + } + } + return true; + } + +} Propchange: cxf/trunk/common/xjc/boolean/src/main/java/org/apache/cxf/xjc/bg/BooleanGetterPlugin.java ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/trunk/common/xjc/boolean/src/main/java/org/apache/cxf/xjc/bg/BooleanGetterPlugin.java ------------------------------------------------------------------------------ svn:keywords = Rev Date Added: cxf/trunk/common/xjc/boolean/src/main/resources/META-INF/services/com.sun.tools.xjc.Plugin URL: http://svn.apache.org/viewvc/cxf/trunk/common/xjc/boolean/src/main/resources/META-INF/services/com.sun.tools.xjc.Plugin?rev=821223&view=auto ============================================================================== --- cxf/trunk/common/xjc/boolean/src/main/resources/META-INF/services/com.sun.tools.xjc.Plugin (added) +++ cxf/trunk/common/xjc/boolean/src/main/resources/META-INF/services/com.sun.tools.xjc.Plugin Sat Oct 3 02:29:47 2009 @@ -0,0 +1 @@ +com.sun.tools.xjc.addon.apache_cxf.bg.BooleanGetterPlugin \ No newline at end of file Modified: cxf/trunk/common/xjc/dv-test/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/common/xjc/dv-test/pom.xml?rev=821223&r1=821222&r2=821223&view=diff ============================================================================== --- cxf/trunk/common/xjc/dv-test/pom.xml (original) +++ cxf/trunk/common/xjc/dv-test/pom.xml Sat Oct 3 02:29:47 2009 @@ -85,9 +85,28 @@ true true - + javax.xml.bind + jaxb-api + ${jaxb.version} + + + com.sun.xml.bind + jaxb-impl + ${jaxb.impl.version} + + + com.sun.xml.bind + jaxb-xjc + ${jaxb.xjc.version} + + + org.apache.cxf.xjcplugins + cxf-xjc-boolean + ${project.version} + + org.apache.cxf cxf-xjc-dv ${project.version} Modified: cxf/trunk/common/xjc/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/common/xjc/pom.xml?rev=821223&r1=821222&r2=821223&view=diff ============================================================================== --- cxf/trunk/common/xjc/pom.xml (original) +++ cxf/trunk/common/xjc/pom.xml Sat Oct 3 02:29:47 2009 @@ -36,7 +36,9 @@ dv ts wsdlextension + boolean bug671 + boolean-test dv-test ts-test wsdlextension-test Modified: cxf/trunk/common/xjc/ts-test/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/common/xjc/ts-test/pom.xml?rev=821223&r1=821222&r2=821223&view=diff ============================================================================== --- cxf/trunk/common/xjc/ts-test/pom.xml (original) +++ cxf/trunk/common/xjc/ts-test/pom.xml Sat Oct 3 02:29:47 2009 @@ -57,8 +57,8 @@ ${project.version} - commons-lang - commons-lang + commons-lang + commons-lang @@ -85,6 +85,26 @@ + javax.xml.bind + jaxb-api + ${jaxb.version} + + + com.sun.xml.bind + jaxb-impl + ${jaxb.impl.version} + + + com.sun.xml.bind + jaxb-xjc + ${jaxb.xjc.version} + + + org.apache.cxf.xjcplugins + cxf-xjc-boolean + ${project.version} + + org.apache.cxf cxf-xjc-dv ${project.version} Modified: cxf/trunk/common/xjc/wsdlextension-test/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/common/xjc/wsdlextension-test/pom.xml?rev=821223&r1=821222&r2=821223&view=diff ============================================================================== --- cxf/trunk/common/xjc/wsdlextension-test/pom.xml (original) +++ cxf/trunk/common/xjc/wsdlextension-test/pom.xml Sat Oct 3 02:29:47 2009 @@ -82,9 +82,28 @@ true true - + javax.xml.bind + jaxb-api + ${jaxb.version} + + + com.sun.xml.bind + jaxb-impl + ${jaxb.impl.version} + + + com.sun.xml.bind + jaxb-xjc + ${jaxb.xjc.version} + + + org.apache.cxf.xjcplugins + cxf-xjc-boolean + ${project.version} + + org.apache.cxf cxf-xjc-dv ${project.version} Modified: cxf/trunk/distribution/bundle/all/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/all/pom.xml?rev=821223&r1=821222&r2=821223&view=diff ============================================================================== --- cxf/trunk/distribution/bundle/all/pom.xml (original) +++ cxf/trunk/distribution/bundle/all/pom.xml Sat Oct 3 02:29:47 2009 @@ -106,6 +106,11 @@ cxf-xjc-bug671 ${pom.version} + + ${pom.groupId}.xjcplugins + cxf-xjc-boolean + ${pom.version} + ${pom.groupId} Modified: cxf/trunk/distribution/manifest/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/manifest/pom.xml?rev=821223&r1=821222&r2=821223&view=diff ============================================================================== --- cxf/trunk/distribution/manifest/pom.xml (original) +++ cxf/trunk/distribution/manifest/pom.xml Sat Oct 3 02:29:47 2009 @@ -114,6 +114,11 @@ ${pom.version} + ${pom.groupId}.xjcplugins + cxf-xjc-boolean + ${pom.version} + + ${pom.groupId} cxf-api ${pom.version} Modified: cxf/trunk/distribution/pom.xml URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=821223&r1=821222&r2=821223&view=diff ============================================================================== --- cxf/trunk/distribution/pom.xml (original) +++ cxf/trunk/distribution/pom.xml Sat Oct 3 02:29:47 2009 @@ -119,6 +119,11 @@ ${pom.version} + ${pom.groupId}.xjcplugins + cxf-xjc-boolean + ${pom.version} + + ${pom.groupId} cxf-api ${pom.version}