Hi All,

With this commit, we now can build CXF kit and make distribution available. To build CXF kit:
1. switch to trunk/distribution
2. mvn install
3. both src and bin kits are available under "target"directory

Right now the kit only includes one hello_world demo, we will be adding more samples in the coming week.

comments, questions? please feel free to raise.

Cheers,
Bo

[EMAIL PROTECTED] wrote:
Author: blin
Date: Thu Sep 14 03:00:47 2006
New Revision: 443302

URL: http://svn.apache.org/viewvc?view=rev&rev=443302
Log:
[CXF-1] and [CXF-17]
1. add distribution module for CXF distribution, hello_world now works in 
distribution build kit. For kit building, please go to distribution module.
2. add LICEENCE, NOTICE, DISCLAIMER to all jars, add initially known third 
party licenses

Added:
    incubator/cxf/trunk/api/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/api/src/main/resources/META-INF/LICENSE   (with props)
    incubator/cxf/trunk/api/src/main/resources/META-INF/NOTICE   (with props)
    incubator/cxf/trunk/common/src/main/resources/META-INF/
    incubator/cxf/trunk/common/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/common/src/main/resources/META-INF/LICENSE   (with 
props)
    incubator/cxf/trunk/common/src/main/resources/META-INF/NOTICE   (with props)
    incubator/cxf/trunk/distribution/
    incubator/cxf/trunk/distribution/.ruleset
    incubator/cxf/trunk/distribution/pom.xml   (with props)
    incubator/cxf/trunk/distribution/src/
    incubator/cxf/trunk/distribution/src/main/
    incubator/cxf/trunk/distribution/src/main/assembly/
    incubator/cxf/trunk/distribution/src/main/assembly/bin.xml   (with props)
    incubator/cxf/trunk/distribution/src/main/assembly/src.xml   (with props)
    incubator/cxf/trunk/distribution/src/main/java/
    incubator/cxf/trunk/distribution/src/main/java/cxfinstaller/
    incubator/cxf/trunk/distribution/src/main/java/cxfinstaller/Installer.java
      - copied, changed from r443175, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/java/celtixinstaller/Installer.java
    incubator/cxf/trunk/distribution/src/main/release/
    incubator/cxf/trunk/distribution/src/main/release/DISCLAIMER
    incubator/cxf/trunk/distribution/src/main/release/LICENSE   (with props)
    incubator/cxf/trunk/distribution/src/main/release/NOTICE   (with props)
    incubator/cxf/trunk/distribution/src/main/release/README   (with props)
    incubator/cxf/trunk/distribution/src/main/release/bin/
      - copied from r443177, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/
    incubator/cxf/trunk/distribution/src/main/release/bin/java2wsdl
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/java2wsdl
    incubator/cxf/trunk/distribution/src/main/release/bin/java2wsdl.bat
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/java2wsdl.bat
    incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2java
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/wsdl2java
    incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2java.bat
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/wsdl2java.bat
    incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2service
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/wsdl2service
    incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2service.bat
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/wsdl2service.bat
    incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2soap
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/wsdl2soap
    incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2soap.bat
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/wsdl2soap.bat
    incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/wsdl2xml
    incubator/cxf/trunk/distribution/src/main/release/bin/wsdl2xml.bat
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/wsdl2xml.bat
    incubator/cxf/trunk/distribution/src/main/release/bin/wsdlvalidator
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/wsdlvalidator
    incubator/cxf/trunk/distribution/src/main/release/bin/wsdlvalidator.bat
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/wsdlvalidator.bat
    incubator/cxf/trunk/distribution/src/main/release/bin/xsd2wsdl
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/xsd2wsdl
    incubator/cxf/trunk/distribution/src/main/release/bin/xsd2wsdl.bat
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/bin/xsd2wsdl.bat
    incubator/cxf/trunk/distribution/src/main/release/docs/
    incubator/cxf/trunk/distribution/src/main/release/etc/
      - copied from r443177, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/etc/
    
incubator/cxf/trunk/distribution/src/main/release/etc/ejb_servants.properties
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/etc/ejb_servants.properties
    incubator/cxf/trunk/distribution/src/main/release/etc/log4j.properties
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/etc/log4j.properties
    incubator/cxf/trunk/distribution/src/main/release/etc/logging.properties
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/etc/logging.properties
    incubator/cxf/trunk/distribution/src/main/release/etc/web.xml
      - copied unchanged from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/etc/web.xml
    incubator/cxf/trunk/distribution/src/main/release/lib/
    incubator/cxf/trunk/distribution/src/main/release/lib/activemq/
      - copied from r443297, 
incubator/cxf/tags/celtix/pre_apache/distribution/tools/activemq/
    incubator/cxf/trunk/distribution/src/main/release/lib/activemq/3.2/
      - copied from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/tools/activemq/3.2/
    incubator/cxf/trunk/distribution/src/main/release/licenses/
    
incubator/cxf/trunk/distribution/src/main/release/licenses/concurrent-license.html
   (with props)
    incubator/cxf/trunk/distribution/src/main/release/licenses/jaxws-cddl1.txt  
 (with props)
    
incubator/cxf/trunk/distribution/src/main/release/licenses/spring-notice.txt   
(with props)
    
incubator/cxf/trunk/distribution/src/main/release/licenses/stax-utils-license.txt
   (with props)
    
incubator/cxf/trunk/distribution/src/main/release/licenses/wsdl4j-cpl1.0.txt   
(with props)
    incubator/cxf/trunk/distribution/src/main/release/samples/
    incubator/cxf/trunk/distribution/src/main/release/samples/README.txt
      - copied, changed from r443179, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/samples/README.txt
    incubator/cxf/trunk/distribution/src/main/release/samples/common_build.xml
      - copied, changed from r443179, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/samples/common_build.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/
      - copied from r443179, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/samples/hello_world/
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/README.txt
      - copied, changed from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/samples/hello_world/README.txt
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/build.xml
      - copied, changed from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/samples/hello_world/build.xml
    incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/src/
      - copied from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/samples/hello_world/src/
    incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/
      - copied from r443300, 
incubator/cxf/tags/celtix/pre_apache/distribution/src/main/samples/hello_world/wsdl/
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/cxf-servlet.xml
   (with props)
    incubator/cxf/trunk/distribution/src/main/resources/
    incubator/cxf/trunk/distribution/src/main/resources/META-INF/
    incubator/cxf/trunk/distribution/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/distribution/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/distribution/src/main/resources/META-INF/NOTICE   (with 
props)
    incubator/cxf/trunk/rt/bindings/soap/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/rt/bindings/soap/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/rt/bindings/soap/src/main/resources/META-INF/NOTICE   
(with props)
    incubator/cxf/trunk/rt/bindings/xml/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/rt/bindings/xml/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/rt/bindings/xml/src/main/resources/META-INF/NOTICE   
(with props)
    incubator/cxf/trunk/rt/core/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/rt/core/src/main/resources/META-INF/LICENSE   (with 
props)
    incubator/cxf/trunk/rt/core/src/main/resources/META-INF/NOTICE   (with 
props)
    incubator/cxf/trunk/rt/databinding/jaxb/src/main/resources/
    incubator/cxf/trunk/rt/databinding/jaxb/src/main/resources/META-INF/
    
incubator/cxf/trunk/rt/databinding/jaxb/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/rt/databinding/jaxb/src/main/resources/META-INF/LICENSE 
  (with props)
    incubator/cxf/trunk/rt/databinding/jaxb/src/main/resources/META-INF/NOTICE  
 (with props)
    incubator/cxf/trunk/rt/frontend/jaxws/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/rt/frontend/jaxws/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/rt/frontend/jaxws/src/main/resources/META-INF/NOTICE   
(with props)
    incubator/cxf/trunk/rt/management/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/rt/management/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/rt/management/src/main/resources/META-INF/NOTICE   
(with props)
    
incubator/cxf/trunk/rt/transports/http/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/rt/transports/http/src/main/resources/META-INF/LICENSE  
 (with props)
    incubator/cxf/trunk/rt/transports/http/src/main/resources/META-INF/NOTICE   
(with props)
    incubator/cxf/trunk/rt/transports/jms/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/rt/transports/jms/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/rt/transports/jms/src/main/resources/META-INF/NOTICE   
(with props)
    incubator/cxf/trunk/rt/ws/addr/src/main/resources/
    incubator/cxf/trunk/rt/ws/addr/src/main/resources/META-INF/
    incubator/cxf/trunk/rt/ws/addr/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/rt/ws/addr/src/main/resources/META-INF/LICENSE   (with 
props)
    incubator/cxf/trunk/rt/ws/addr/src/main/resources/META-INF/NOTICE   (with 
props)
    incubator/cxf/trunk/tools/common/src/main/resources/
    incubator/cxf/trunk/tools/common/src/main/resources/META-INF/
    incubator/cxf/trunk/tools/common/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/tools/common/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/tools/common/src/main/resources/META-INF/NOTICE   (with 
props)
    incubator/cxf/trunk/tools/java2wsdl/src/main/resources/
    incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/
    incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/tools/java2wsdl/src/main/resources/META-INF/NOTICE   
(with props)
    incubator/cxf/trunk/tools/misctools/src/main/resources/
    incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/
    incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/tools/misctools/src/main/resources/META-INF/NOTICE   
(with props)
    incubator/cxf/trunk/tools/validator/src/main/resources/
    incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/
    incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/tools/validator/src/main/resources/META-INF/NOTICE   
(with props)
    incubator/cxf/trunk/tools/wsdl2java/src/main/resources/
    incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/
    incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/tools/wsdl2java/src/main/resources/META-INF/NOTICE   
(with props)
    incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/tools/xjc/cfg/src/main/resources/META-INF/NOTICE   
(with props)
    incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/DISCLAIMER
    incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/LICENSE   
(with props)
    incubator/cxf/trunk/tools/xjc/dv/src/main/resources/META-INF/NOTICE   (with 
props)
Removed:
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/celtix-client.xml
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/celtix-server.xml
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/celtix-servlet.xml
Modified:
    incubator/cxf/trunk/api/pom.xml
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/src/demo/hw/client/Client.java
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/src/demo/hw/server/GreeterImpl.java
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/src/demo/hw/server/Server.java
    
incubator/cxf/trunk/distribution/src/main/release/samples/hello_world/wsdl/hello_world.wsdl
    incubator/cxf/trunk/pom.xml

Modified: incubator/cxf/trunk/api/pom.xml

Reply via email to