Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 21837 invoked from network); 6 Nov 2006 19:54:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Nov 2006 19:54:55 -0000 Received: (qmail 5190 invoked by uid 500); 6 Nov 2006 19:55:06 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 5146 invoked by uid 500); 6 Nov 2006 19:55:06 -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 5137 invoked by uid 99); 6 Nov 2006 19:55:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Nov 2006 11:55:05 -0800 X-ASF-Spam-Status: No, hits=-9.4 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; Mon, 06 Nov 2006 11:54:53 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id B32DD1A984D; Mon, 6 Nov 2006 11:54:26 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r471852 [2/2] - in /incubator/cxf/trunk: ./ benchmark/performance/etc/ buildtools/src/main/resources/META-INF/ codegen-plugin/ codegen-plugin/src/main/java/org/apache/cxf/maven_plugin/eclipse/ codegen-plugin/src/main/resources/ common/ comm... Date: Mon, 06 Nov 2006 19:54:22 -0000 To: cxf-commits@incubator.apache.org From: dkulp@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061106195426.B32DD1A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/cxf/trunk/tools/eclipse-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse-plugin/pom.xml?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/eclipse-plugin/pom.xml (original) +++ incubator/cxf/trunk/tools/eclipse-plugin/pom.xml Mon Nov 6 11:54:19 2006 @@ -16,9 +16,9 @@ specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.cxf cxf-eclipse-plugin @@ -38,50 +38,138 @@ - - ${pom.groupId} - cxf-tools-wsdl2java - ${project.version} - - - - ${pom.groupId} - cxf-tools-java2wsdl - ${project.version} - + + ${pom.groupId} + cxf-tools-wsdl2java + ${project.version} + + + org.apache.ws.commons + XmlSchema + + + javax.annotation + jsr250-api + + + javax.xml.soap + saaj-api + + + javax.servlet + servlet-api + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + commons-logging + commons-logging + + + velocity + velocity + + + + + + ${pom.groupId} + cxf-tools-java2wsdl + ${project.version} + + + org.apache.ws.commons + XmlSchema + + + javax.annotation + jsr250-api + + + javax.xml.soap + saaj-api + + + javax.servlet + servlet-api + + + org.springframework + spring-core + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + commons-logging + commons-logging + + + velocity + velocity + + + + + velocity + velocity-dep + - - - org.apache.cxf - cxf-codegen-plugin - ${project.version} - - - eclipse-package - package - - ${basedir}/src/main/resources/LICENSE - - spring - aopalliance - commons-logging - servlet-api - velocity-\d+\.\d+\.jar - saaj - jsr250 - XmlSchema - - - - eclipseplugin - - - - - + + + + org.apache.maven.plugins + maven-assembly-plugin + ${assembly.version} + + + distribution-package + package + + single + + + + src/main/assembly/plugin.xml + + org.apache.cxf_${pom.version} + + + + + + org.apache.cxf + cxf-codegen-plugin + ${project.version} + + + eclipse-package + compile + + eclipseplugin + + + + + Added: incubator/cxf/trunk/tools/eclipse-plugin/src/main/assembly/plugin.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse-plugin/src/main/assembly/plugin.xml?view=auto&rev=471852 ============================================================================== --- incubator/cxf/trunk/tools/eclipse-plugin/src/main/assembly/plugin.xml (added) +++ incubator/cxf/trunk/tools/eclipse-plugin/src/main/assembly/plugin.xml Mon Nov 6 11:54:19 2006 @@ -0,0 +1,51 @@ + + + + + + false + + zip + + + + + src/main/resources/ + + + **/* + + + + target + + + plugin.xml + + + + + + lib + false + runtime + + + Propchange: incubator/cxf/trunk/tools/eclipse-plugin/src/main/assembly/plugin.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/cxf/trunk/tools/eclipse-plugin/src/main/assembly/plugin.xml ------------------------------------------------------------------------------ svn:keywords = Rev Date Propchange: incubator/cxf/trunk/tools/eclipse-plugin/src/main/assembly/plugin.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml Added: incubator/cxf/trunk/tools/eclipse-plugin/src/main/resources/DISCLAIMER URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse-plugin/src/main/resources/DISCLAIMER?view=auto&rev=471852 ============================================================================== --- incubator/cxf/trunk/tools/eclipse-plugin/src/main/resources/DISCLAIMER (added) +++ incubator/cxf/trunk/tools/eclipse-plugin/src/main/resources/DISCLAIMER Mon Nov 6 11:54:19 2006 @@ -0,0 +1,5 @@ +Apache CXF is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. Added: incubator/cxf/trunk/tools/eclipse-plugin/src/main/resources/NOTICE URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/eclipse-plugin/src/main/resources/NOTICE?view=auto&rev=471852 ============================================================================== --- incubator/cxf/trunk/tools/eclipse-plugin/src/main/resources/NOTICE (added) +++ incubator/cxf/trunk/tools/eclipse-plugin/src/main/resources/NOTICE Mon Nov 6 11:54:19 2006 @@ -0,0 +1,45 @@ + ========================================================================= + == NOTICE file corresponding to the section 4 d of == + == the Apache License, Version 2.0, == + == in this case for the Apache CXF distribution. == + ========================================================================= + + This product includes software developed by + The Apache Software Foundation (http://www.apache.org/). + + The product includes Web Services Description Language + for Java Toolkit (WSDL4J) software in binary form. + The source may be obtained at: http://sourceforge.net/projects/wsdl4j. + + This product also includes software developed by: + - the W3C consortium (http://www.w3c.org) , + + This product also includes software developed by Spring Framework + Project (http://www.springframework.org) + + This product also includes software developed by SUN MICROSYSTEMS, INC + (https://www.dev.java.net/servlets/ProjectList) + + This product also includes specifications developed by Java Community + Process (http://jcp.org/en/home/index) + + This product also includes software developed by Mort Bay Consulting + Pty (http://jetty.mortbay.org) + + This product also includes software developed by Codehause + (http://woodstox.codehaus.org/) + + This product also includes WS-* schemas developed by International + Business Machines Corporation, Microsoft Corporation, BEA Systems, + TIBCO Software, SAP AG, Sonic Software, and VeriSign + (http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd) + (http://schemas.xmlsoap.org/ws/2004/08/addressing/) + (http://schemas.xmlsoap.org/ws/2005/02/rm/wsrm.xsd) + (http://schemas.xmlsoap.org/ws/2004/09/policy/ws-policy.xsd) + + This Product also includes schemas developed by OASIS + (http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd) + (http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd) + + Additional copyright notices and license terms applicable are + present in the licenses directory of this distribution. Propchange: incubator/cxf/trunk/tools/eclipse-plugin/src/main/resources/NOTICE ------------------------------------------------------------------------------ svn:eol-style = native Propchange: incubator/cxf/trunk/tools/eclipse-plugin/src/main/resources/NOTICE ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: incubator/cxf/trunk/tools/java2wsdl/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/java2wsdl/pom.xml?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/java2wsdl/pom.xml (original) +++ incubator/cxf/trunk/tools/java2wsdl/pom.xml Mon Nov 6 11:54:19 2006 @@ -24,7 +24,7 @@ jar 2.0-incubator-M1-SNAPSHOT CXF Command Line Tools Java2Wsdl - http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space + http://cwiki.apache.org/confluence/display/CXF/Index org.apache.cxf Modified: incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/DISCLAIMER URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/DISCLAIMER?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/DISCLAIMER (original) +++ incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/DISCLAIMER Mon Nov 6 11:54:19 2006 @@ -1,4 +1,4 @@ -Apache CeltiXfire is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. +Apache CXF is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. Modified: incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/NOTICE URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/NOTICE?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/NOTICE (original) +++ incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/NOTICE Mon Nov 6 11:54:19 2006 @@ -1,7 +1,7 @@ ========================================================================= == NOTICE file corresponding to the section 4 d of == == the Apache License, Version 2.0, == - == in this case for the Apache CeltiXfire distribution. == + == in this case for the Apache CXF distribution. == ========================================================================= This product includes software developed by Modified: incubator/cxf/trunk/tools/misctools/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/pom.xml?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/misctools/pom.xml (original) +++ incubator/cxf/trunk/tools/misctools/pom.xml Mon Nov 6 11:54:19 2006 @@ -24,7 +24,7 @@ jar 2.0-incubator-M1-SNAPSHOT CXF Command Line Misctools - http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space + http://cwiki.apache.org/confluence/display/CXF/Index org.apache.cxf Modified: incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/DISCLAIMER URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/DISCLAIMER?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/DISCLAIMER (original) +++ incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/DISCLAIMER Mon Nov 6 11:54:19 2006 @@ -1,4 +1,4 @@ -Apache CeltiXfire is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. +Apache CXF is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. Modified: incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/NOTICE URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/NOTICE?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/NOTICE (original) +++ incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/NOTICE Mon Nov 6 11:54:19 2006 @@ -1,7 +1,7 @@ ========================================================================= == NOTICE file corresponding to the section 4 d of == == the Apache License, Version 2.0, == - == in this case for the Apache CeltiXfire distribution. == + == in this case for the Apache CXF distribution. == ========================================================================= This product includes software developed by Modified: incubator/cxf/trunk/tools/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/pom.xml?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/pom.xml (original) +++ incubator/cxf/trunk/tools/pom.xml Mon Nov 6 11:54:19 2006 @@ -24,7 +24,7 @@ pom 2.0-incubator-M1-SNAPSHOT CXF Command Line Tools - http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space + http://cwiki.apache.org/confluence/display/CXF/Index org.apache.cxf Modified: incubator/cxf/trunk/tools/validator/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/pom.xml?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/validator/pom.xml (original) +++ incubator/cxf/trunk/tools/validator/pom.xml Mon Nov 6 11:54:19 2006 @@ -24,7 +24,7 @@ jar 2.0-incubator-M1-SNAPSHOT CXF Command Line Tools Validator - http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space + http://cwiki.apache.org/confluence/display/CXF/Index org.apache.cxf Modified: incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/DISCLAIMER URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/DISCLAIMER?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/DISCLAIMER (original) +++ incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/DISCLAIMER Mon Nov 6 11:54:19 2006 @@ -1,4 +1,4 @@ -Apache CeltiXfire is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. +Apache CXF is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. Modified: incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/NOTICE URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/NOTICE?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/NOTICE (original) +++ incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/NOTICE Mon Nov 6 11:54:19 2006 @@ -1,7 +1,7 @@ ========================================================================= == NOTICE file corresponding to the section 4 d of == == the Apache License, Version 2.0, == - == in this case for the Apache CeltiXfire distribution. == + == in this case for the Apache CXF distribution. == ========================================================================= This product includes software developed by Modified: incubator/cxf/trunk/tools/wsdl2java/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/pom.xml?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/wsdl2java/pom.xml (original) +++ incubator/cxf/trunk/tools/wsdl2java/pom.xml Mon Nov 6 11:54:19 2006 @@ -24,7 +24,7 @@ jar 2.0-incubator-M1-SNAPSHOT CXF Command Line Tools Wsdl2java - http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space + http://cwiki.apache.org/confluence/display/CXF/Index org.apache.cxf Modified: incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/DISCLAIMER URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/DISCLAIMER?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/DISCLAIMER (original) +++ incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/DISCLAIMER Mon Nov 6 11:54:19 2006 @@ -1,4 +1,4 @@ -Apache CeltiXfire is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. +Apache CXF is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. Modified: incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/NOTICE URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/NOTICE?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/NOTICE (original) +++ incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/NOTICE Mon Nov 6 11:54:19 2006 @@ -1,7 +1,7 @@ ========================================================================= == NOTICE file corresponding to the section 4 d of == == the Apache License, Version 2.0, == - == in this case for the Apache CeltiXfire distribution. == + == in this case for the Apache CXF distribution. == ========================================================================= This product includes software developed by Modified: incubator/cxf/trunk/tools/xjc/cfg-test/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/cfg-test/pom.xml?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/xjc/cfg-test/pom.xml (original) +++ incubator/cxf/trunk/tools/xjc/cfg-test/pom.xml Mon Nov 6 11:54:19 2006 @@ -24,7 +24,7 @@ jar 2.0-incubator-M1-SNAPSHOT CXF XJC Configurable Beans Plugin Tests - http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space + http://cwiki.apache.org/confluence/display/CXF/Index org.apache.cxf Modified: incubator/cxf/trunk/tools/xjc/cfg/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/cfg/pom.xml?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/xjc/cfg/pom.xml (original) +++ incubator/cxf/trunk/tools/xjc/cfg/pom.xml Mon Nov 6 11:54:19 2006 @@ -24,7 +24,7 @@ jar 2.0-incubator-M1-SNAPSHOT CXF XJC Configurable Beans Plugin - http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space + http://cwiki.apache.org/confluence/display/CXF/Index org.apache.cxf Modified: incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/DISCLAIMER URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/DISCLAIMER?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/DISCLAIMER (original) +++ incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/DISCLAIMER Mon Nov 6 11:54:19 2006 @@ -1,4 +1,4 @@ -Apache CeltiXfire is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. +Apache CXF is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. Modified: incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/NOTICE URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/NOTICE?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/NOTICE (original) +++ incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/NOTICE Mon Nov 6 11:54:19 2006 @@ -1,7 +1,7 @@ ========================================================================= == NOTICE file corresponding to the section 4 d of == == the Apache License, Version 2.0, == - == in this case for the Apache CeltiXfire distribution. == + == in this case for the Apache CXF distribution. == ========================================================================= This product includes software developed by Modified: incubator/cxf/trunk/tools/xjc/dv-test/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/dv-test/pom.xml?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/xjc/dv-test/pom.xml (original) +++ incubator/cxf/trunk/tools/xjc/dv-test/pom.xml Mon Nov 6 11:54:19 2006 @@ -24,7 +24,7 @@ jar 2.0-incubator-M1-SNAPSHOT CXF XJC Default Value Plugin Tests - http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space + http://cwiki.apache.org/confluence/display/CXF/Index org.apache.cxf Modified: incubator/cxf/trunk/tools/xjc/dv/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/dv/pom.xml?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/xjc/dv/pom.xml (original) +++ incubator/cxf/trunk/tools/xjc/dv/pom.xml Mon Nov 6 11:54:19 2006 @@ -24,7 +24,7 @@ jar 2.0-incubator-M1-SNAPSHOT CXF XJC Default Value Plugin - http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space + http://cwiki.apache.org/confluence/display/CXF/Index org.apache.cxf Modified: incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/DISCLAIMER URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/DISCLAIMER?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/DISCLAIMER (original) +++ incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/DISCLAIMER Mon Nov 6 11:54:19 2006 @@ -1,4 +1,4 @@ -Apache CeltiXfire is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. +Apache CXF is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. Modified: incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/NOTICE URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/NOTICE?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/NOTICE (original) +++ incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/NOTICE Mon Nov 6 11:54:19 2006 @@ -1,7 +1,7 @@ ========================================================================= == NOTICE file corresponding to the section 4 d of == == the Apache License, Version 2.0, == - == in this case for the Apache CeltiXfire distribution. == + == in this case for the Apache CXF distribution. == ========================================================================= This product includes software developed by Modified: incubator/cxf/trunk/tools/xjc/pom.xml URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/tools/xjc/pom.xml?view=diff&rev=471852&r1=471851&r2=471852 ============================================================================== --- incubator/cxf/trunk/tools/xjc/pom.xml (original) +++ incubator/cxf/trunk/tools/xjc/pom.xml Mon Nov 6 11:54:19 2006 @@ -24,7 +24,7 @@ pom 2.0-incubator-M1-SNAPSHOT CXF XJC Plugins - http://cwiki.apache.org/confluence/display/CXF/CeltiXfire+space + http://cwiki.apache.org/confluence/display/CXF/Index org.apache.cxf