Author: alessio.soldano(a)jboss.com
Date: 2009-11-18 12:53:13 -0500 (Wed, 18 Nov 2009)
New Revision: 11128
Added:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/all-deploy.conf
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/production-deploy.conf
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/standard-deploy.conf
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/web-deploy.conf
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-tp-installer.xml
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/Install.txt
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/JBossORG-EULA.txt
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build-deploy.xml
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build-setup.xml
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build.xml
Modified:
stack/cxf/branches/jbossws-cxf-3.1.2/build.xml
stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
Log:
[JBPAPP-3094] First cut of JBossWS-CXF TP installer
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/build.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/build.xml 2009-11-18 08:23:58 UTC (rev 11127)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/build.xml 2009-11-18 17:53:13 UTC (rev 11128)
@@ -133,5 +133,24 @@
prefix="jbossws-cxf-src-dist"/>
</zip>
</target>
+
+ <target name="build-tp-installer"
depends="prepare-deploy,os-init" description="Build the CXF Tech Preview
Installer">
+
+ <echo/>
+ <echo message="${mvn} ${maven.opts} -Ptp-installer package
assembly:directory"/>
+ <echo/>
+
+ <delete dir="${stack.output.dir}/jbossws-cxf-tp-installer"/>
+ <exec dir="${basedir}" executable="${mvn}"
failonerror="true">
+ <arg line="${maven.opts} -Ptp-installer package
assembly:directory"/>
+ </exec>
+
+ <zip destfile="${stack.output.dir}/jbossws-cxf-tp-installer.zip">
+ <zipfileset
+ dir="${stack.output.dir}/jbossws-cxf-tp-installer"
+ includes="build/ deploy/ docs/ tests/ build.xml
ant.properties.example"
+ prefix="jbossws-cxf-tp-installer"/>
+ </zip>
+ </target>
</project>
Added:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/all-deploy.conf
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/all-deploy.conf
(rev 0)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/all-deploy.conf 2009-11-18
17:53:13 UTC (rev 11128)
@@ -0,0 +1 @@
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat
bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxb-api.jar
client/jaxb-impl.jar client/jaxb-xjc.jar client/jaxws-rt.jar client/jaxws-tools.jar
client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar
client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar
client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar
client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar
client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar
client/streambuffer.jar client/wsdl4j.jar lib/jaxb-api.jar lib/jaxb-impl.jar
common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar
common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar
common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native!
-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar
common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/all/deploy/jbossws.sar
server/all/deploy/juddi-service.sar server/all/deploy/jbossws-container-jboss-beans.xml
server/all/deployers/jbossws.deployer/FastInfoset.jar
server/all/deployers/jbossws.deployer/jboss-jaxb-intros.jar
server/all/deployers/jbossws.deployer/jbossws-native-core.jar
server/all/deployers/jbossws.deployer/jettison.jar
server/all/deployers/jbossws.deployer/policy.jar
server/all/deployers/jbossws.deployer/wsdl4j.jar
server/all/deployers/jbossws.deployer/xmlsec.jar
server/all/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml
lib/endorsed/jbossws-native-* lib/endorsed/jaxb-api.jar
Added:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/production-deploy.conf
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/production-deploy.conf
(rev 0)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/production-deploy.conf 2009-11-18
17:53:13 UTC (rev 11128)
@@ -0,0 +1 @@
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat
bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxb-api.jar
client/jaxb-impl.jar client/jaxb-xjc.jar client/jaxws-rt.jar client/jaxws-tools.jar
client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar
client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar
client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar
client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar
client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar
client/streambuffer.jar client/wsdl4j.jar lib/jaxb-api.jar lib/jaxb-impl.jar
common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar
common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar
common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native!
-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar
common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar
server/production/deploy/jbossws.sar server/production/deploy/juddi-service.sar
server/production/deploy/jbossws-container-jboss-beans.xml
server/production/deployers/jbossws.deployer/FastInfoset.jar
server/production/deployers/jbossws.deployer/jboss-jaxb-intros.jar
server/production/deployers/jbossws.deployer/jbossws-native-core.jar
server/production/deployers/jbossws.deployer/jettison.jar
server/production/deployers/jbossws.deployer/policy.jar
server/production/deployers/jbossws.deployer/wsdl4j.jar
server/production/deployers/jbossws.deployer/xmlsec.jar
server/production/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml
lib/endorsed/jbossws-native-* lib/endorsed/jaxb-api.jar
Added:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/standard-deploy.conf
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/standard-deploy.conf
(rev 0)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/standard-deploy.conf 2009-11-18
17:53:13 UTC (rev 11128)
@@ -0,0 +1 @@
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat
bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxb-api.jar
client/jaxb-impl.jar client/jaxb-xjc.jar client/jaxws-rt.jar client/jaxws-tools.jar
client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar
client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar
client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar
client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar
client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar
client/streambuffer.jar client/wsdl4j.jar lib/jaxb-api.jar lib/jaxb-impl.jar
common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar
common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar
common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native!
-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar
common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar
server/standard/deploy/jbossws.sar server/standard/deploy/juddi-service.sar
server/standard/deploy/jbossws-container-jboss-beans.xml
server/standard/deployers/jbossws.deployer/FastInfoset.jar
server/standard/deployers/jbossws.deployer/jboss-jaxb-intros.jar
server/standard/deployers/jbossws.deployer/jbossws-native-core.jar
server/standard/deployers/jbossws.deployer/jettison.jar
server/standard/deployers/jbossws.deployer/policy.jar
server/standard/deployers/jbossws.deployer/wsdl4j.jar
server/standard/deployers/jbossws.deployer/xmlsec.jar
server/standard/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml
lib/endorsed/jbossws-native-* lib/endorsed/jaxb-api.jar
Added:
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/web-deploy.conf
===================================================================
---
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/web-deploy.conf
(rev 0)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/modules/resources/src/main/resources/resources/web-deploy.conf 2009-11-18
17:53:13 UTC (rev 11128)
@@ -0,0 +1 @@
+bin/wsconsume.bat bin/wsconsume.sh bin/wsprovide.bat bin/wsprovide.sh bin/wsrunclient.bat
bin/wsrunclient.sh bin/wstools.bat bin/wstools.sh client/jettison.jar client/jaxb-api.jar
client/jaxb-impl.jar client/jaxb-xjc.jar client/jaxws-rt.jar client/jaxws-tools.jar
client/jboss-jaxrpc.jar client/jboss-jaxws-ext.jar client/jboss-jaxws.jar
client/jboss-saaj.jar client/jbossws-native-jaxrpc.jar client/jbossws-native-jaxws-ext.jar
client/jbossws-native-jaxws.jar client/jbossws-native-saaj.jar client/jbossws-client.jar
client/jbossws-native-client.jar client/jbossws-native-core.jar client/jbossws-common.jar
client/jbossws-framework.jar client/jbossws-spi.jar client/policy.jar client/stax-ex.jar
client/streambuffer.jar client/wsdl4j.jar lib/jaxb-api.jar lib/jaxb-impl.jar
common/lib/jboss-jaxrpc.jar common/lib/jboss-jaxws-ext.jar common/lib/jboss-jaxws.jar
common/lib/jboss-saaj.jar common/lib/jbossws-native-jaxrpc.jar
common/lib/jbossws-native-jaxws-ext.jar common/lib/jbossws-native!
-jaxws.jar common/lib/jbossws-native-saaj.jar common/lib/jbossws-common.jar
common/lib/jbossws-framework.jar common/lib/jbossws-spi.jar server/web/deploy/jbossws.sar
server/web/deploy/juddi-service.sar server/web/deploy/jbossws-container-jboss-beans.xml
server/web/deployers/jbossws.deployer/FastInfoset.jar
server/web/deployers/jbossws.deployer/jboss-jaxb-intros.jar
server/web/deployers/jbossws.deployer/jbossws-native-core.jar
server/web/deployers/jbossws.deployer/jettison.jar
server/web/deployers/jbossws.deployer/policy.jar
server/web/deployers/jbossws.deployer/wsdl4j.jar
server/web/deployers/jbossws.deployer/xmlsec.jar
server/web/deployers/jbossws.deployer/META-INF/jbossws-container-jboss-beans.xml
lib/endorsed/jbossws-native-* lib/endorsed/jaxb-api.jar
Modified: stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-11-18 08:23:58 UTC (rev 11127)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/pom.xml 2009-11-18 17:53:13 UTC (rev 11128)
@@ -483,6 +483,29 @@
</build>
</profile>
+ <!--
+ Name: tp-installer
+ Descr: Build the CXF Tech Preview Installer
+ -->
+ <profile>
+ <id>tp-installer</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <finalName>jbossws-cxf-tp-installer</finalName>
+ <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
+ <appendAssemblyId>false</appendAssemblyId>
+ <descriptors>
+
<descriptor>src/main/scripts/assembly-tp-installer.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
<!--
Name: jboss510
Descr: JBoss-5.1.0 specific options
Added: stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-tp-installer.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-tp-installer.xml
(rev 0)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-tp-installer.xml 2009-11-18
17:53:13 UTC (rev 11128)
@@ -0,0 +1,55 @@
+<assembly
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/assembly-1.1.0-SNAPSHOT.xsd">
+
+ <id>tech-preview-installer</id>
+ <formats>
+ <format>dir</format>
+ </formats>
+ <includeBaseDirectory>false</includeBaseDirectory>
+
+ <fileSets>
+ <!-- root -->
+ <fileSet>
+ <directory>src/main/tp-installer</directory>
+ <outputDirectory>/</outputDirectory>
+ <includes>
+ <include>build.xml</include>
+ </includes>
+ </fileSet>
+ <!-- build -->
+ <fileSet>
+ <directory>src/main/tp-installer</directory>
+ <outputDirectory>build</outputDirectory>
+ <includes>
+ <include>build-deploy.xml</include>
+ <include>build-setup.xml</include>
+ </includes>
+ </fileSet>
+ <fileSet>
+ <directory>modules/resources/src/main/resources/resources</directory>
+ <outputDirectory>build</outputDirectory>
+ <includes>
+ <include>default-deploy.conf</include>
+ <include>standard-deploy.conf</include>
+ <include>all-deploy.conf</include>
+ <include>jbossws-deploy-macros.xml</include>
+ </includes>
+ </fileSet>
+ <!-- docs -->
+ <fileSet>
+ <directory>src/main/tp-installer</directory>
+ <outputDirectory>docs</outputDirectory>
+ <filtered>true</filtered>
+ <includes>
+ <include>Install.txt</include>
+ <include>JBossORG-EULA.txt</include>
+ </includes>
+ </fileSet>
+ <!-- deploy -->
+ <fileSet>
+ <directory>target/deploy-artifacts</directory>
+ <outputDirectory>deploy</outputDirectory>
+ </fileSet>
+ </fileSets>
+
+</assembly>
Property changes on:
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/scripts/assembly-tp-installer.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/Install.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/Install.txt
(rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/Install.txt 2009-11-18
17:53:13 UTC (rev 11128)
@@ -0,0 +1,3 @@
+This is the JBossWS-CXF Tech Preview (TP) installer for JBoss EAP.
+Simply run "ant" from the jbossws-cxf-tp-installer dir you got after
+extracting the jbossws-cxf-tp-installer.zip in your EAP JBOSS_HOME.
Property changes on:
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/Install.txt
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/JBossORG-EULA.txt
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/JBossORG-EULA.txt
(rev 0)
+++
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/JBossORG-EULA.txt 2009-11-18
17:53:13 UTC (rev 11128)
@@ -0,0 +1,107 @@
+LICENSE AGREEMENT
+JBOSS(r)
+
+This License Agreement governs the use of the Software Packages and any updates to the
Software
+Packages, regardless of the delivery mechanism. Each Software Package is a collective
work
+under U.S. Copyright Law. Subject to the following terms, Red Hat, Inc. ("Red
Hat") grants to
+the user ("Client") a license to the applicable collective work(s) pursuant to
the
+GNU Lesser General Public License v. 2.1 except for the following Software Packages:
+(a) JBoss Portal Forums and JBoss Transactions JTS, each of which is licensed pursuant to
the
+GNU General Public License v.2;
+
+(b) JBoss Rules, which is licensed pursuant to the Apache License v.2.0;
+
+(c) an optional download for JBoss Cache for the Berkeley DB for Java database, which is
licensed under the
+(open source) Sleepycat License (if Client does not wish to use the open source version
of this database,
+it may purchase a license from Sleepycat Software);
+
+and (d) the BPEL extension for JBoss jBPM, which is licensed under the Common Public
License v.1,
+and, pursuant to the OASIS BPEL4WS standard, requires parties wishing to redistribute to
enter various
+royalty-free patent licenses.
+
+Each of the foregoing licenses is available at
http://www.opensource.org/licenses/index.php.
+
+1. The Software. "Software Packages" refer to the various software modules
that are created and made available
+for distribution by the
JBoss.org open source community at
http://www.jboss.org. Each
of the Software Packages
+may be comprised of hundreds of software components. The end user license agreement for
each component is located in
+the component's source code. With the exception of certain image files identified in
Section 2 below,
+the license terms for the components permit Client to copy, modify, and redistribute the
component,
+in both source code and binary code forms. This agreement does not limit Client's
rights under,
+or grant Client rights that supersede, the license terms of any particular component.
+
+2. Intellectual Property Rights. The Software Packages are owned by Red Hat and others
and are protected under copyright
+and other laws. Title to the Software Packages and any component, or to any copy,
modification, or merged portion shall
+remain with the aforementioned, subject to the applicable license. The "JBoss"
trademark, "Red Hat" trademark, the
+individual Software Package trademarks, and the "Shadowman" logo are registered
trademarks of Red Hat and its affiliates
+in the U.S. and other countries. This agreement permits Client to distribute unmodified
copies of the Software Packages
+using the Red Hat trademarks that Red Hat has inserted in the Software Packages on the
condition that Client follows Red Hat's
+trademark guidelines for those trademarks located at
http://www.redhat.com/about/corporate/trademark/. Client must abide by
+these trademark guidelines when distributing the Software Packages, regardless of whether
the Software Packages have been modified.
+If Client modifies the Software Packages, then Client must replace all Red Hat trademarks
and logos identified at
+http://www.jboss.com/company/logos, unless a separate agreement with Red Hat is executed
or other permission granted.
+Merely deleting the files containing the Red Hat trademarks may corrupt the Software
Packages.
+
+3. Limited Warranty. Except as specifically stated in this Paragraph 3 or a license for
a particular
+component, to the maximum extent permitted under applicable law, the Software Packages
and the
+components are provided and licensed "as is" without warranty of any kind,
expressed or implied,
+including the implied warranties of merchantability, non-infringement or fitness for a
particular purpose.
+Red Hat warrants that the media on which Software Packages may be furnished will be free
from defects in
+materials and manufacture under normal use for a period of 30 days from the date of
delivery to Client.
+Red Hat does not warrant that the functions contained in the Software Packages will meet
Client's requirements
+or that the operation of the Software Packages will be entirely error free or appear
precisely as described
+in the accompanying documentation. This warranty extends only to the party that purchases
the Services
+pertaining to the Software Packages from Red Hat or a Red Hat authorized distributor.
+
+4. Limitation of Remedies and Liability. To the maximum extent permitted by applicable
law, the remedies
+described below are accepted by Client as its only remedies. Red Hat's entire
liability, and Client's
+exclusive remedies, shall be: If the Software media is defective, Client may return it
within 30 days of
+delivery along with a copy of Client's payment receipt and Red Hat, at its option,
will replace it or
+refund the money paid by Client for the Software. To the maximum extent permitted by
applicable law,
+Red Hat or any Red Hat authorized dealer will not be liable to Client for any incidental
or consequential
+damages, including lost profits or lost savings arising out of the use or inability to
use the Software,
+even if Red Hat or such dealer has been advised of the possibility of such damages. In
no event shall
+Red Hat's liability under this agreement exceed the amount that Client paid to Red
Hat under this
+Agreement during the twelve months preceding the action.
+
+5. Export Control. As required by U.S. law, Client represents and warrants that it:
+(a) understands that the Software Packages are subject to export controls under the
+U.S. Commerce Department's Export Administration Regulations ("EAR");
+
+(b) is not located in a prohibited destination country under the EAR or U.S. sanctions
regulations
+(currently Cuba, Iran, Iraq, Libya, North Korea, Sudan and Syria);
+
+(c) will not export, re-export, or transfer the Software Packages to any prohibited
destination, entity,
+or individual without the necessary export license(s) or authorizations(s) from the U.S.
Government;
+
+(d) will not use or transfer the Software Packages for use in any sensitive nuclear,
chemical or
+biological weapons, or missile technology end-uses unless authorized by the U.S.
Government by
+regulation or specific license;
+
+(e) understands and agrees that if it is in the United States and exports or transfers
the Software
+Packages to eligible end users, it will, as required by EAR Section 740.17(e), submit
semi-annual
+reports to the Commerce Department's Bureau of Industry & Security (BIS), which
include the name and
+address (including country) of each transferee;
+
+and (f) understands that countries other than the United States may restrict the import,
use, or
+export of encryption products and that it shall be solely responsible for compliance with
any such
+import, use, or export restrictions.
+
+6. Third Party Programs. Red Hat may distribute third party software programs with the
Software Packages
+that are not part of the Software Packages and which Client must install separately.
These third party
+programs are subject to their own license terms. The license terms either accompany the
programs or
+can be viewed at
http://www.redhat.com/licenses/. If Client does not agree to abide by
the applicable
+license terms for such programs, then Client may not install them. If Client wishes to
install the programs
+on more than one system or transfer the programs to another party, then Client must
contact the licensor
+of the programs.
+
+7. General. If any provision of this agreement is held to be unenforceable, that shall
not affect the
+enforceability of the remaining provisions. This License Agreement shall be governed by
the laws of the
+State of North Carolina and of the United States, without regard to any conflict of laws
provisions,
+except that the United Nations Convention on the International Sale of Goods shall not
apply.
+
+Copyright 2006 Red Hat, Inc. All rights reserved.
+"JBoss" and the JBoss logo are registered trademarks of Red Hat, Inc.
+All other trademarks are the property of their respective owners.
+
+ Page 1 of 1 18 October 2006
+
Property changes on:
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/JBossORG-EULA.txt
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build-deploy.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build-deploy.xml
(rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build-deploy.xml 2009-11-18
17:53:13 UTC (rev 11128)
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!-- -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at
http://www.gnu.org. -->
+<!-- -->
+<!-- ====================================================================== -->
+
+<project>
+
+ <!-- ================================================================== -->
+ <!-- Prepare Deployment Structure JBoss-5.1.x -->
+ <!-- ================================================================== -->
+
+ <target name="deploy-structure-jboss51"
depends="prepare-deploy">
+ <delete dir="${deploy.structure}"/>
+ <!-- all -->
+ <antcall target="deploy-jbossws-cxf51" inheritall="false">
+ <param name="installserver"
value="${deploy.structure}/server/all"/>
+ <param name="jbossid" value="jboss510"/>
+ <param name="artifactsdir"
value="${deploy.artifacts.dir}"/>
+ <param name="thirdpartydir"
value="${deploy.artifacts.dir}"/>
+ </antcall>
+ <!-- standard -->
+ <antcall target="deploy-jbossws-cxf51" inheritall="false">
+ <param name="installserver"
value="${deploy.structure}/server/standard"/>
+ <param name="jbossid" value="jboss510"/>
+ <param name="artifactsdir"
value="${deploy.artifacts.dir}"/>
+ <param name="thirdpartydir"
value="${deploy.artifacts.dir}"/>
+ </antcall>
+ <!-- production -->
+ <antcall target="deploy-jbossws-cxf51" inheritall="false">
+ <param name="installserver"
value="${deploy.structure}/server/production"/>
+ <param name="jbossid" value="jboss510"/>
+ <param name="artifactsdir"
value="${deploy.artifacts.dir}"/>
+ <param name="thirdpartydir"
value="${deploy.artifacts.dir}"/>
+ </antcall>
+ <!-- web -->
+ <antcall target="deploy-jbossws-cxf51" inheritall="false">
+ <param name="installserver"
value="${deploy.structure}/server/web"/>
+ <param name="jbossid" value="jboss510"/>
+ <param name="artifactsdir"
value="${deploy.artifacts.dir}"/>
+ <param name="thirdpartydir"
value="${deploy.artifacts.dir}"/>
+ </antcall>
+ <!-- default -->
+ <antcall target="deploy-jbossws-cxf51" inheritall="false">
+ <param name="installserver"
value="${deploy.structure}/server/default"/>
+ <param name="jbossid" value="jboss510"/>
+ <param name="artifactsdir"
value="${deploy.artifacts.dir}"/>
+ <param name="thirdpartydir"
value="${deploy.artifacts.dir}"/>
+ </antcall>
+ </target>
+
+ <!-- ================================================================== -->
+ <!-- Deployment JBoss510 -->
+ <!-- ================================================================== -->
+
+ <target name="deploy-jboss510"
depends="undeploy-jboss510,deploy-structure-jboss51">
+ <fail message="Please make sure you're running this script from
$JBOSS_HOME/jbossws-cxf-tp-installer" unless="jboss510.available"/>
+ <copy todir="${jboss510.home}" overwrite="true">
+ <fileset dir="${deploy.structure}"/>
+ </copy>
+ <chmod dir="${jboss510.home}/bin" perm="+x"
includes="*.sh"/>
+ </target>
+
+ <target name="undeploy-jboss510" depends="init">
+ <fail message="Please make sure you're running this script from your
$JBOSS_HOME/jbossws-cxf-tp-installer" unless="jboss510.available"/>
+ <macro-undeploy-jbossws51
targetdir="${jboss510.home}/server/all/deploy/jbossws.sar"
defaultconf="${jbossws.all.deploy.conf}"/>
+ <macro-undeploy-jbossws51
targetdir="${jboss510.home}/server/production/deploy/jbossws.sar"
defaultconf="${jbossws.production.deploy.conf}"/>
+ <macro-undeploy-jbossws51
targetdir="${jboss510.home}/server/web/deploy/jbossws.sar"
defaultconf="${jbossws.web.deploy.conf}"/>
+ <macro-undeploy-jbossws51
targetdir="${jboss510.home}/server/standard/deploy/jbossws.sar"
defaultconf="${jbossws.standard.deploy.conf}"/>
+ <macro-undeploy-jbossws51
targetdir="${jboss510.home}/server/default/deploy/jbossws.sar"
defaultconf="${jbossws.default.deploy.conf}"/>
+ </target>
+
+</project>
Property changes on:
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build-deploy.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build-setup.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build-setup.xml
(rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build-setup.xml 2009-11-18
17:53:13 UTC (rev 11128)
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!-- -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at
http://www.gnu.org. -->
+<!-- -->
+<!-- ====================================================================== -->
+
+<project>
+
+ <!-- ================================================================== -->
+ <!-- Setup -->
+ <!-- ================================================================== -->
+
+ <target name="prepare">
+
+ <property name="jboss510.lib"
value="${jboss510.home}/lib"/>
+ <property name="jboss510.client"
value="${jboss510.home}/client"/>
+<!-- <property name="jboss510.server"
value="${jboss510.home}/server/${jboss.server.instance}"/>
+ <property name="jboss510.server.lib"
value="${jboss510.home}/common/lib"/>
+ <property name="jboss510.server.deploy"
value="${jboss510.server}/deploy"/>
+ <property name="jboss510.server.deployers"
value="${jboss510.server}/deployers"/> -->
+
+ <property name="jboss510.available.file"
value="${jboss510.client}/jboss-client.jar"/>
+
+ <available property="jboss510.available"
file="${jboss510.available.file}"/>
+
+ <tstamp>
+ <format property="build.id" pattern="yyyyMMddHHmm"/>
+ </tstamp>
+ </target>
+
+</project>
\ No newline at end of file
Property changes on:
stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build-setup.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF
Added: stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build.xml
===================================================================
--- stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build.xml
(rev 0)
+++ stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build.xml 2009-11-18
17:53:13 UTC (rev 11128)
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!-- -->
+<!-- JBoss, the OpenSource J2EE webOS -->
+<!-- -->
+<!-- Distributable under LGPL license. -->
+<!-- See terms of license at
http://www.gnu.org. -->
+<!-- -->
+<!-- ====================================================================== -->
+
+<project basedir="." name="JBossWS-CXF-TP-Installer"
default="install">
+
+ <!-- ================================================================== -->
+ <!-- Setup -->
+ <!-- ================================================================== -->
+
+ <property name="build.dir" value="${basedir}/build"/>
+ <property name="docs.dir" value="${basedir}/docs"/>
+ <property name="output.dir" value="${basedir}/output"/>
+ <property name="thirdparty.dir"
value="${basedir}/deploy/lib"/>
+ <property name="deploy.artifacts.dir"
value="${basedir}/deploy"/>
+ <property name="jbossws.default.deploy.conf"
value="${build.dir}/default-deploy.conf"/>
+ <property name="jbossws.standard.deploy.conf"
value="${build.dir}/standard-deploy.conf"/>
+ <property name="jbossws.production.deploy.conf"
value="${build.dir}/production-deploy.conf"/>
+ <property name="jbossws.web.deploy.conf"
value="${build.dir}/web-deploy.conf"/>
+ <property name="jbossws.all.deploy.conf"
value="${build.dir}/all-deploy.conf"/>
+
+ <property name="jbossws.integration.target"
value="jboss510"/>
+ <property name="jboss510.home" value="${basedir}/.."/>
+
+
+ <import file="${build.dir}/build-setup.xml"/>
+ <import file="${build.dir}/build-deploy.xml"/>
+ <import file="${build.dir}/jbossws-deploy-macros.xml"/>
+
+ <!-- ================================================================== -->
+ <!-- Initialization -->
+ <!-- ================================================================== -->
+
+ <target name="init" depends="prepare">
+
+ <fail message="jbossws.integration.target not set"
unless="jbossws.integration.target"/>
+ <echo message="integration.target=${jbossws.integration.target}"/>
+
+ <property name="deploy.structure"
value="${output.dir}/deploy-${jbossws.integration.target}"/>
+ </target>
+
+ <!-- ================================================================== -->
+ <!-- Building -->
+ <!-- ================================================================== -->
+
+ <!-- dummy targets -->
+ <target name="prepare-deploy" depends="init"/>
+ <target name="install" depends="clean, deploy-jboss510"
description="Install JBossWS-CXF Tech Preview">
+ <echo
message="-----------------------------------------------------------------------"/>
+ <echo message=" WARNING: JBossWS-CXF Tech Preview is not meant for production
use yet"/>
+ <echo
message="-----------------------------------------------------------------------"/>
+ </target>
+
+ <target name="clean" depends="prepare">
+ <delete dir="${output.dir}"/>
+ </target>
+
+</project>
\ No newline at end of file
Property changes on: stack/cxf/branches/jbossws-cxf-3.1.2/src/main/tp-installer/build.xml
___________________________________________________________________
Name: svn:keywords
+ Id Revision
Name: svn:eol-style
+ LF