Clean up of external libraries in websvc module before_CDDL_GPL
authorpsuchomel@netbeans.org
Wed, 08 Aug 2007 17:27:09 +0000
changeset 8742c18a74eecbd0
parent 8741 00b3d40b2068
child 8743 30c873a7e6a0
Clean up of external libraries in websvc module
websvc.wsitlib/build.xml
websvc.wsitlib/external/wsitlib-license.txt
websvc.wsitlib/nbproject/project.properties
     1.1 --- a/websvc.wsitlib/build.xml	Tue Aug 07 22:44:42 2007 +0000
     1.2 +++ b/websvc.wsitlib/build.xml	Wed Aug 08 17:27:09 2007 +0000
     1.3 @@ -21,15 +21,15 @@
     1.4  
     1.5      <import file="../../nbbuild/templates/projectized.xml"/>
     1.6      
     1.7 -    <target name="files-init" depends="copyfiles, projectized-common.files-init" />
     1.8 +    <target name="unzip_wsitlib"/>
     1.9 +        <mkdir dir="build/external/wsitlib"/>
    1.10 +        <unzip src="external/wsitlib.zip" dest="build/external/wsitlib"/>
    1.11 +    </target>
    1.12  
    1.13 -    <target name="copyfiles" depends="" >
    1.14 -        <ant dir="../external" target="unzip_wsitlib"/>
    1.15 -     
    1.16 -        <mkdir dir="${netbeans.dest.dir}/${cluster.dir}/modules/ext"/>
    1.17 -        <copy description="Copying files" todir="${netbeans.dest.dir}/${cluster.dir}/modules/ext/wsitlib/">
    1.18 -            <fileset dir="../external/wsitlib/" includes="*.jar"/>
    1.19 -        </copy>  
    1.20 +    <target name="common-init" depends="default.init, unzip_wsitlib"/>
    1.21 +
    1.22 +    <target name="clean" depends="init,projectized-common.clean">
    1.23 +	<delete dir="${netbeans.dest.dir}/${cluster.dir}/modules/ext/wsitlib/"/>
    1.24      </target>
    1.25  
    1.26  </project>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/websvc.wsitlib/external/wsitlib-license.txt	Wed Aug 08 17:27:09 2007 +0000
     2.3 @@ -0,0 +1,1065 @@
     2.4 +COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
     2.5 +
     2.6 +
     2.7 +      1. Definitions.
     2.8 +
     2.9 +            1.1. "Contributor" means each individual or entity that
    2.10 +            creates or contributes to the creation of Modifications.
    2.11 +
    2.12 +            1.2. "Contributor Version" means the combination of the
    2.13 +            Original Software, prior Modifications used by a
    2.14 +            Contributor (if any), and the Modifications made by that
    2.15 +            particular Contributor.
    2.16 +
    2.17 +            1.3. "Covered Software" means (a) the Original Software, or
    2.18 +            (b) Modifications, or (c) the combination of files
    2.19 +            containing Original Software with files containing
    2.20 +            Modifications, in each case including portions thereof.
    2.21 +
    2.22 +            1.4. "Executable" means the Covered Software in any form
    2.23 +            other than Source Code. 
    2.24 +
    2.25 +            1.5. "Initial Developer" means the individual or entity
    2.26 +            that first makes Original Software available under this
    2.27 +            License. 
    2.28 +            
    2.29 +            1.6. "Larger Work" means a work which combines Covered
    2.30 +            Software or portions thereof with code not governed by the
    2.31 +            terms of this License.
    2.32 +
    2.33 +            1.7. "License" means this document.
    2.34 +
    2.35 +            1.8. "Licensable" means having the right to grant, to the
    2.36 +            maximum extent possible, whether at the time of the initial
    2.37 +            grant or subsequently acquired, any and all of the rights
    2.38 +            conveyed herein.
    2.39 +            
    2.40 +            1.9. "Modifications" means the Source Code and Executable
    2.41 +            form of any of the following: 
    2.42 +
    2.43 +                  A. Any file that results from an addition to,
    2.44 +                  deletion from or modification of the contents of a
    2.45 +                  file containing Original Software or previous
    2.46 +                  Modifications; 
    2.47 +
    2.48 +                  B. Any new file that contains any part of the
    2.49 +                  Original Software or previous Modification; or 
    2.50 +
    2.51 +                  C. Any new file that is contributed or otherwise made
    2.52 +                  available under the terms of this License.
    2.53 +
    2.54 +            1.10. "Original Software" means the Source Code and
    2.55 +            Executable form of computer software code that is
    2.56 +            originally released under this License. 
    2.57 +
    2.58 +            1.11. "Patent Claims" means any patent claim(s), now owned
    2.59 +            or hereafter acquired, including without limitation,
    2.60 +            method, process, and apparatus claims, in any patent
    2.61 +            Licensable by grantor. 
    2.62 +
    2.63 +            1.12. "Source Code" means (a) the common form of computer
    2.64 +            software code in which modifications are made and (b)
    2.65 +            associated documentation included in or with such code.
    2.66 +
    2.67 +            1.13. "You" (or "Your") means an individual or a legal
    2.68 +            entity exercising rights under, and complying with all of
    2.69 +            the terms of, this License. For legal entities, "You"
    2.70 +            includes any entity which controls, is controlled by, or is
    2.71 +            under common control with You. For purposes of this
    2.72 +            definition, "control" means (a) the power, direct or
    2.73 +            indirect, to cause the direction or management of such
    2.74 +            entity, whether by contract or otherwise, or (b) ownership
    2.75 +            of more than fifty percent (50%) of the outstanding shares
    2.76 +            or beneficial ownership of such entity.
    2.77 +
    2.78 +      2. License Grants. 
    2.79 +
    2.80 +            2.1. The Initial Developer Grant.
    2.81 +
    2.82 +            Conditioned upon Your compliance with Section 3.1 below and
    2.83 +            subject to third party intellectual property claims, the
    2.84 +            Initial Developer hereby grants You a world-wide,
    2.85 +            royalty-free, non-exclusive license: 
    2.86 +
    2.87 +                  (a) under intellectual property rights (other than
    2.88 +                  patent or trademark) Licensable by Initial Developer,
    2.89 +                  to use, reproduce, modify, display, perform,
    2.90 +                  sublicense and distribute the Original Software (or
    2.91 +                  portions thereof), with or without Modifications,
    2.92 +                  and/or as part of a Larger Work; and 
    2.93 +
    2.94 +                  (b) under Patent Claims infringed by the making,
    2.95 +                  using or selling of Original Software, to make, have
    2.96 +                  made, use, practice, sell, and offer for sale, and/or
    2.97 +                  otherwise dispose of the Original Software (or
    2.98 +                  portions thereof). 
    2.99 +
   2.100 +                  (c) The licenses granted in Sections 2.1(a) and (b)
   2.101 +                  are effective on the date Initial Developer first
   2.102 +                  distributes or otherwise makes the Original Software
   2.103 +                  available to a third party under the terms of this
   2.104 +                  License. 
   2.105 +
   2.106 +                  (d) Notwithstanding Section 2.1(b) above, no patent
   2.107 +                  license is granted: (1) for code that You delete from
   2.108 +                  the Original Software, or (2) for infringements
   2.109 +                  caused by: (i) the modification of the Original
   2.110 +                  Software, or (ii) the combination of the Original
   2.111 +                  Software with other software or devices. 
   2.112 +
   2.113 +            2.2. Contributor Grant.
   2.114 +
   2.115 +            Conditioned upon Your compliance with Section 3.1 below and
   2.116 +            subject to third party intellectual property claims, each
   2.117 +            Contributor hereby grants You a world-wide, royalty-free,
   2.118 +            non-exclusive license:
   2.119 +
   2.120 +                  (a) under intellectual property rights (other than
   2.121 +                  patent or trademark) Licensable by Contributor to
   2.122 +                  use, reproduce, modify, display, perform, sublicense
   2.123 +                  and distribute the Modifications created by such
   2.124 +                  Contributor (or portions thereof), either on an
   2.125 +                  unmodified basis, with other Modifications, as
   2.126 +                  Covered Software and/or as part of a Larger Work; and
   2.127 +                  
   2.128 +
   2.129 +                  (b) under Patent Claims infringed by the making,
   2.130 +                  using, or selling of Modifications made by that
   2.131 +                  Contributor either alone and/or in combination with
   2.132 +                  its Contributor Version (or portions of such
   2.133 +                  combination), to make, use, sell, offer for sale,
   2.134 +                  have made, and/or otherwise dispose of: (1)
   2.135 +                  Modifications made by that Contributor (or portions
   2.136 +                  thereof); and (2) the combination of Modifications
   2.137 +                  made by that Contributor with its Contributor Version
   2.138 +                  (or portions of such combination). 
   2.139 +
   2.140 +                  (c) The licenses granted in Sections 2.2(a) and
   2.141 +                  2.2(b) are effective on the date Contributor first
   2.142 +                  distributes or otherwise makes the Modifications
   2.143 +                  available to a third party. 
   2.144 +
   2.145 +                  (d) Notwithstanding Section 2.2(b) above, no patent
   2.146 +                  license is granted: (1) for any code that Contributor
   2.147 +                  has deleted from the Contributor Version; (2) for
   2.148 +                  infringements caused by: (i) third party
   2.149 +                  modifications of Contributor Version, or (ii) the
   2.150 +                  combination of Modifications made by that Contributor
   2.151 +                  with other software (except as part of the
   2.152 +                  Contributor Version) or other devices; or (3) under
   2.153 +                  Patent Claims infringed by Covered Software in the
   2.154 +                  absence of Modifications made by that Contributor. 
   2.155 +
   2.156 +      3. Distribution Obligations.
   2.157 +
   2.158 +            3.1. Availability of Source Code.
   2.159 +
   2.160 +            Any Covered Software that You distribute or otherwise make
   2.161 +            available in Executable form must also be made available in
   2.162 +            Source Code form and that Source Code form must be
   2.163 +            distributed only under the terms of this License. You must
   2.164 +            include a copy of this License with every copy of the
   2.165 +            Source Code form of the Covered Software You distribute or
   2.166 +            otherwise make available. You must inform recipients of any
   2.167 +            such Covered Software in Executable form as to how they can
   2.168 +            obtain such Covered Software in Source Code form in a
   2.169 +            reasonable manner on or through a medium customarily used
   2.170 +            for software exchange.
   2.171 +
   2.172 +            3.2. Modifications.
   2.173 +
   2.174 +            The Modifications that You create or to which You
   2.175 +            contribute are governed by the terms of this License. You
   2.176 +            represent that You believe Your Modifications are Your
   2.177 +            original creation(s) and/or You have sufficient rights to
   2.178 +            grant the rights conveyed by this License.
   2.179 +
   2.180 +            3.3. Required Notices.
   2.181 +
   2.182 +            You must include a notice in each of Your Modifications
   2.183 +            that identifies You as the Contributor of the Modification.
   2.184 +            You may not remove or alter any copyright, patent or
   2.185 +            trademark notices contained within the Covered Software, or
   2.186 +            any notices of licensing or any descriptive text giving
   2.187 +            attribution to any Contributor or the Initial Developer.
   2.188 +
   2.189 +            3.4. Application of Additional Terms.
   2.190 +
   2.191 +            You may not offer or impose any terms on any Covered
   2.192 +            Software in Source Code form that alters or restricts the
   2.193 +            applicable version of this License or the recipientsÕ
   2.194 +            rights hereunder. You may choose to offer, and to charge a
   2.195 +            fee for, warranty, support, indemnity or liability
   2.196 +            obligations to one or more recipients of Covered Software.
   2.197 +            However, you may do so only on Your own behalf, and not on
   2.198 +            behalf of the Initial Developer or any Contributor. You
   2.199 +            must make it absolutely clear that any such warranty,
   2.200 +            support, indemnity or liability obligation is offered by
   2.201 +            You alone, and You hereby agree to indemnify the Initial
   2.202 +            Developer and every Contributor for any liability incurred
   2.203 +            by the Initial Developer or such Contributor as a result of
   2.204 +            warranty, support, indemnity or liability terms You offer.
   2.205 +          
   2.206 +
   2.207 +            3.5. Distribution of Executable Versions.
   2.208 +
   2.209 +            You may distribute the Executable form of the Covered
   2.210 +            Software under the terms of this License or under the terms
   2.211 +            of a license of Your choice, which may contain terms
   2.212 +            different from this License, provided that You are in
   2.213 +            compliance with the terms of this License and that the
   2.214 +            license for the Executable form does not attempt to limit
   2.215 +            or alter the recipientÕs rights in the Source Code form
   2.216 +            from the rights set forth in this License. If You
   2.217 +            distribute the Covered Software in Executable form under a
   2.218 +            different license, You must make it absolutely clear that
   2.219 +            any terms which differ from this License are offered by You
   2.220 +            alone, not by the Initial Developer or Contributor. You
   2.221 +            hereby agree to indemnify the Initial Developer and every
   2.222 +            Contributor for any liability incurred by the Initial
   2.223 +            Developer or such Contributor as a result of any such terms
   2.224 +            You offer.
   2.225 +
   2.226 +            3.6. Larger Works.
   2.227 +
   2.228 +            You may create a Larger Work by combining Covered Software
   2.229 +            with other code not governed by the terms of this License
   2.230 +            and distribute the Larger Work as a single product. In such
   2.231 +            a case, You must make sure the requirements of this License
   2.232 +            are fulfilled for the Covered Software. 
   2.233 +            
   2.234 +      4. Versions of the License. 
   2.235 +
   2.236 +            4.1. New Versions.
   2.237 +
   2.238 +            Sun Microsystems, Inc. is the initial license steward and
   2.239 +            may publish revised and/or new versions of this License
   2.240 +            from time to time. Each version will be given a
   2.241 +            distinguishing version number. Except as provided in
   2.242 +            Section 4.3, no one other than the license steward has the
   2.243 +            right to modify this License. 
   2.244 +
   2.245 +            4.2. Effect of New Versions.
   2.246 +
   2.247 +            You may always continue to use, distribute or otherwise
   2.248 +            make the Covered Software available under the terms of the
   2.249 +            version of the License under which You originally received
   2.250 +            the Covered Software. If the Initial Developer includes a
   2.251 +            notice in the Original Software prohibiting it from being
   2.252 +            distributed or otherwise made available under any
   2.253 +            subsequent version of the License, You must distribute and
   2.254 +            make the Covered Software available under the terms of the
   2.255 +            version of the License under which You originally received
   2.256 +            the Covered Software. Otherwise, You may also choose to
   2.257 +            use, distribute or otherwise make the Covered Software
   2.258 +            available under the terms of any subsequent version of the
   2.259 +            License published by the license steward. 
   2.260 +
   2.261 +            4.3. Modified Versions.
   2.262 +
   2.263 +            When You are an Initial Developer and You want to create a
   2.264 +            new license for Your Original Software, You may create and
   2.265 +            use a modified version of this License if You: (a) rename
   2.266 +            the license and remove any references to the name of the
   2.267 +            license steward (except to note that the license differs
   2.268 +            from this License); and (b) otherwise make it clear that
   2.269 +            the license contains terms which differ from this License.
   2.270 +            
   2.271 +
   2.272 +      5. DISCLAIMER OF WARRANTY.
   2.273 +
   2.274 +      COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS"
   2.275 +      BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED,
   2.276 +      INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED
   2.277 +      SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR
   2.278 +      PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND
   2.279 +      PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY
   2.280 +      COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE
   2.281 +      INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF
   2.282 +      ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF
   2.283 +      WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
   2.284 +      ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
   2.285 +      DISCLAIMER. 
   2.286 +
   2.287 +      6. TERMINATION. 
   2.288 +
   2.289 +            6.1. This License and the rights granted hereunder will
   2.290 +            terminate automatically if You fail to comply with terms
   2.291 +            herein and fail to cure such breach within 30 days of
   2.292 +            becoming aware of the breach. Provisions which, by their
   2.293 +            nature, must remain in effect beyond the termination of
   2.294 +            this License shall survive.
   2.295 +
   2.296 +            6.2. If You assert a patent infringement claim (excluding
   2.297 +            declaratory judgment actions) against Initial Developer or
   2.298 +            a Contributor (the Initial Developer or Contributor against
   2.299 +            whom You assert such claim is referred to as "Participant")
   2.300 +            alleging that the Participant Software (meaning the
   2.301 +            Contributor Version where the Participant is a Contributor
   2.302 +            or the Original Software where the Participant is the
   2.303 +            Initial Developer) directly or indirectly infringes any
   2.304 +            patent, then any and all rights granted directly or
   2.305 +            indirectly to You by such Participant, the Initial
   2.306 +            Developer (if the Initial Developer is not the Participant)
   2.307 +            and all Contributors under Sections 2.1 and/or 2.2 of this
   2.308 +            License shall, upon 60 days notice from Participant
   2.309 +            terminate prospectively and automatically at the expiration
   2.310 +            of such 60 day notice period, unless if within such 60 day
   2.311 +            period You withdraw Your claim with respect to the
   2.312 +            Participant Software against such Participant either
   2.313 +            unilaterally or pursuant to a written agreement with
   2.314 +            Participant.
   2.315 +
   2.316 +            6.3. In the event of termination under Sections 6.1 or 6.2
   2.317 +            above, all end user licenses that have been validly granted
   2.318 +            by You or any distributor hereunder prior to termination
   2.319 +            (excluding licenses granted to You by any distributor)
   2.320 +            shall survive termination.
   2.321 +
   2.322 +      7. LIMITATION OF LIABILITY.
   2.323 +
   2.324 +      UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
   2.325 +      (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE
   2.326 +      INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF
   2.327 +      COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE
   2.328 +      LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR
   2.329 +      CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT
   2.330 +      LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK
   2.331 +      STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
   2.332 +      COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
   2.333 +      INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
   2.334 +      LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL
   2.335 +      INJURY RESULTING FROM SUCH PARTYÕS NEGLIGENCE TO THE EXTENT
   2.336 +      APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO
   2.337 +      NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
   2.338 +      CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT
   2.339 +      APPLY TO YOU.
   2.340 +
   2.341 +      8. U.S. GOVERNMENT END USERS.
   2.342 +
   2.343 +      The Covered Software is a "commercial item," as that term is
   2.344 +      defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial
   2.345 +      computer software" (as that term is defined at 48 C.F.R. ¤
   2.346 +      252.227-7014(a)(1)) and "commercial computer software
   2.347 +      documentation" as such terms are used in 48 C.F.R. 12.212 (Sept.
   2.348 +      1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1
   2.349 +      through 227.7202-4 (June 1995), all U.S. Government End Users
   2.350 +      acquire Covered Software with only those rights set forth herein.
   2.351 +      This U.S. Government Rights clause is in lieu of, and supersedes,
   2.352 +      any other FAR, DFAR, or other clause or provision that addresses
   2.353 +      Government rights in computer software under this License.
   2.354 +
   2.355 +      9. MISCELLANEOUS.
   2.356 +
   2.357 +      This License represents the complete agreement concerning subject
   2.358 +      matter hereof. If any provision of this License is held to be
   2.359 +      unenforceable, such provision shall be reformed only to the
   2.360 +      extent necessary to make it enforceable. This License shall be
   2.361 +      governed by the law of the jurisdiction specified in a notice
   2.362 +      contained within the Original Software (except to the extent
   2.363 +      applicable law, if any, provides otherwise), excluding such
   2.364 +      jurisdictionÕs conflict-of-law provisions. Any litigation
   2.365 +      relating to this License shall be subject to the jurisdiction of
   2.366 +      the courts located in the jurisdiction and venue specified in a
   2.367 +      notice contained within the Original Software, with the losing
   2.368 +      party responsible for costs, including, without limitation, court
   2.369 +      costs and reasonable attorneysÕ fees and expenses. The
   2.370 +      application of the United Nations Convention on Contracts for the
   2.371 +      International Sale of Goods is expressly excluded. Any law or
   2.372 +      regulation which provides that the language of a contract shall
   2.373 +      be construed against the drafter shall not apply to this License.
   2.374 +      You agree that You alone are responsible for compliance with the
   2.375 +      United States export administration regulations (and the export
   2.376 +      control laws and regulation of any other countries) when You use,
   2.377 +      distribute or otherwise make available any Covered Software.
   2.378 +
   2.379 +      10. RESPONSIBILITY FOR CLAIMS.
   2.380 +
   2.381 +      As between Initial Developer and the Contributors, each party is
   2.382 +      responsible for claims and damages arising, directly or
   2.383 +      indirectly, out of its utilization of rights under this License
   2.384 +      and You agree to work with Initial Developer and Contributors to
   2.385 +      distribute such responsibility on an equitable basis. Nothing
   2.386 +      herein is intended or shall be deemed to constitute any admission
   2.387 +      of liability.
   2.388 +
   2.389 +
   2.390 +
   2.391 +DO NOT TRANSLATE OR LOCALIZE.
   2.392 +
   2.393 +%% The following software may be included in this product:  XML Resolver library. Use of any of this software is governed by the terms of the license below: 
   2.394 +
   2.395 +            Apache License
   2.396 +                           Version 2.0, January 2004
   2.397 +                        http://www.apache.org/licenses/
   2.398 +
   2.399 +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   2.400 +
   2.401 +   1. Definitions.
   2.402 +
   2.403 +      "License" shall mean the terms and conditions for use, reproduction,
   2.404 +      and distribution as defined by Sections 1 through 9 of this document.
   2.405 +
   2.406 +      "Licensor" shall mean the copyright owner or entity authorized by
   2.407 +      the copyright owner that is granting the License.
   2.408 +
   2.409 +      "Legal Entity" shall mean the union of the acting entity and all
   2.410 +      other entities that control, are controlled by, or are under common
   2.411 +      control with that entity. For the purposes of this definition,
   2.412 +      "control" means (i) the power, direct or indirect, to cause the
   2.413 +      direction or management of such entity, whether by contract or
   2.414 +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
   2.415 +      outstanding shares, or (iii) beneficial ownership of such entity.
   2.416 +
   2.417 +      "You" (or "Your") shall mean an individual or Legal Entity
   2.418 +      exercising permissions granted by this License.
   2.419 +
   2.420 +      "Source" form shall mean the preferred form for making modifications,
   2.421 +      including but not limited to software source code, documentation
   2.422 +      source, and configuration files.
   2.423 +
   2.424 +      "Object" form shall mean any form resulting from mechanical
   2.425 +      transformation or translation of a Source form, including but
   2.426 +      not limited to compiled object code, generated documentation,
   2.427 +      and conversions to other media types.
   2.428 +
   2.429 +      "Work" shall mean the work of authorship, whether in Source or
   2.430 +      Object form, made available under the License, as indicated by a
   2.431 +      copyright notice that is included in or attached to the work
   2.432 +      (an example is provided in the Appendix below).
   2.433 +
   2.434 +      "Derivative Works" shall mean any work, whether in Source or Object
   2.435 +      form, that is based on (or derived from) the Work and for which the
   2.436 +      editorial revisions, annotations, elaborations, or other modifications
   2.437 +      represent, as a whole, an original work of authorship. For the purposes
   2.438 +      of this License, Derivative Works shall not include works that remain
   2.439 +      separable from, or merely link (or bind by name) to the interfaces of,
   2.440 +      the Work and Derivative Works thereof.
   2.441 +
   2.442 +      "Contribution" shall mean any work of authorship, including
   2.443 +      the original version of the Work and any modifications or additions
   2.444 +      to that Work or Derivative Works thereof, that is intentionally
   2.445 +      submitted to Licensor for inclusion in the Work by the copyright owner
   2.446 +      or by an individual or Legal Entity authorized to submit on behalf of
   2.447 +      the copyright owner. For the purposes of this definition, "submitted"
   2.448 +      means any form of electronic, verbal, or written communication sent
   2.449 +      to the Licensor or its representatives, including but not limited to
   2.450 +      communication on electronic mailing lists, source code control systems,
   2.451 +      and issue tracking systems that are managed by, or on behalf of, the
   2.452 +      Licensor for the purpose of discussing and improving the Work, but
   2.453 +      excluding communication that is conspicuously marked or otherwise
   2.454 +      designated in writing by the copyright owner as "Not a Contribution."
   2.455 +
   2.456 +      "Contributor" shall mean Licensor and any individual or Legal Entity
   2.457 +      on behalf of whom a Contribution has been received by Licensor and
   2.458 +      subsequently incorporated within the Work.
   2.459 +
   2.460 +   2. Grant of Copyright License. Subject to the terms and conditions of
   2.461 +      this License, each Contributor hereby grants to You a perpetual,
   2.462 +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   2.463 +      copyright license to reproduce, prepare Derivative Works of,
   2.464 +      publicly display, publicly perform, sublicense, and distribute the
   2.465 +      Work and such Derivative Works in Source or Object form.
   2.466 +
   2.467 +   3. Grant of Patent License. Subject to the terms and conditions of
   2.468 +      this License, each Contributor hereby grants to You a perpetual,
   2.469 +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   2.470 +      (except as stated in this section) patent license to make, have made,
   2.471 +      use, offer to sell, sell, import, and otherwise transfer the Work,
   2.472 +      where such license applies only to those patent claims licensable
   2.473 +      by such Contributor that are necessarily infringed by their
   2.474 +      Contribution(s) alone or by combination of their Contribution(s)
   2.475 +      with the Work to which such Contribution(s) was submitted. If You
   2.476 +      institute patent litigation against any entity (including a
   2.477 +      cross-claim or counterclaim in a lawsuit) alleging that the Work
   2.478 +      or a Contribution incorporated within the Work constitutes direct
   2.479 +      or contributory patent infringement, then any patent licenses
   2.480 +      granted to You under this License for that Work shall terminate
   2.481 +      as of the date such litigation is filed.
   2.482 +
   2.483 +   4. Redistribution. You may reproduce and distribute copies of the
   2.484 +      Work or Derivative Works thereof in any medium, with or without
   2.485 +      modifications, and in Source or Object form, provided that You
   2.486 +      meet the following conditions:
   2.487 +
   2.488 +      (a) You must give any other recipients of the Work or
   2.489 +          Derivative Works a copy of this License; and
   2.490 +
   2.491 +      (b) You must cause any modified files to carry prominent notices
   2.492 +          stating that You changed the files; and
   2.493 +
   2.494 +      (c) You must retain, in the Source form of any Derivative Works
   2.495 +          that You distribute, all copyright, patent, trademark, and
   2.496 +          attribution notices from the Source form of the Work,
   2.497 +          excluding those notices that do not pertain to any part of
   2.498 +          the Derivative Works; and
   2.499 +
   2.500 +      (d) If the Work includes a "NOTICE" text file as part of its
   2.501 +          distribution, then any Derivative Works that You distribute must
   2.502 +          include a readable copy of the attribution notices contained
   2.503 +          within such NOTICE file, excluding those notices that do not
   2.504 +          pertain to any part of the Derivative Works, in at least one
   2.505 +          of the following places: within a NOTICE text file distributed
   2.506 +          as part of the Derivative Works; within the Source form or
   2.507 +          documentation, if provided along with the Derivative Works; or,
   2.508 +          within a display generated by the Derivative Works, if and
   2.509 +          wherever such third-party notices normally appear. The contents
   2.510 +          of the NOTICE file are for informational purposes only and
   2.511 +          do not modify the License. You may add Your own attribution
   2.512 +          notices within Derivative Works that You distribute, alongside
   2.513 +          or as an addendum to the NOTICE text from the Work, provided
   2.514 +          that such additional attribution notices cannot be construed
   2.515 +          as modifying the License.
   2.516 +
   2.517 +      You may add Your own copyright statement to Your modifications and
   2.518 +      may provide additional or different license terms and conditions
   2.519 +      for use, reproduction, or distribution of Your modifications, or
   2.520 +      for any such Derivative Works as a whole, provided Your use,
   2.521 +      reproduction, and distribution of the Work otherwise complies with
   2.522 +      the conditions stated in this License.
   2.523 +
   2.524 +   5. Submission of Contributions. Unless You explicitly state otherwise,
   2.525 +      any Contribution intentionally submitted for inclusion in the Work
   2.526 +      by You to the Licensor shall be under the terms and conditions of
   2.527 +      this License, without any additional terms or conditions.
   2.528 +      Notwithstanding the above, nothing herein shall supersede or modify
   2.529 +      the terms of any separate license agreement you may have executed
   2.530 +      with Licensor regarding such Contributions.
   2.531 +
   2.532 +   6. Trademarks. This License does not grant permission to use the trade
   2.533 +      names, trademarks, service marks, or product names of the Licensor,
   2.534 +      except as required for reasonable and customary use in describing the
   2.535 +      origin of the Work and reproducing the content of the NOTICE file.
   2.536 +
   2.537 +   7. Disclaimer of Warranty. Unless required by applicable law or
   2.538 +      agreed to in writing, Licensor provides the Work (and each
   2.539 +      Contributor provides its Contributions) on an "AS IS" BASIS,
   2.540 +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   2.541 +      implied, including, without limitation, any warranties or conditions
   2.542 +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   2.543 +      PARTICULAR PURPOSE. You are solely responsible for determining the
   2.544 +      appropriateness of using or redistributing the Work and assume any
   2.545 +      risks associated with Your exercise of permissions under this License.
   2.546 +
   2.547 +   8. Limitation of Liability. In no event and under no legal theory,
   2.548 +      whether in tort (including negligence), contract, or otherwise,
   2.549 +      unless required by applicable law (such as deliberate and grossly
   2.550 +      negligent acts) or agreed to in writing, shall any Contributor be
   2.551 +      liable to You for damages, including any direct, indirect, special,
   2.552 +      incidental, or consequential damages of any character arising as a
   2.553 +      result of this License or out of the use or inability to use the
   2.554 +      Work (including but not limited to damages for loss of goodwill,
   2.555 +      work stoppage, computer failure or malfunction, or any and all
   2.556 +      other commercial damages or losses), even if such Contributor
   2.557 +      has been advised of the possibility of such damages.
   2.558 +
   2.559 +   9. Accepting Warranty or Additional Liability. While redistributing
   2.560 +      the Work or Derivative Works thereof, You may choose to offer,
   2.561 +      and charge a fee for, acceptance of support, warranty, indemnity,
   2.562 +      or other liability obligations and/or rights consistent with this
   2.563 +      License. However, in accepting such obligations, You may act only
   2.564 +      on Your own behalf and on Your sole responsibility, not on behalf
   2.565 +      of any other Contributor, and only if You agree to indemnify,
   2.566 +      defend, and hold each Contributor harmless for any liability
   2.567 +      incurred by, or claims asserted against, such Contributor by reason
   2.568 +      of your accepting any such warranty or additional liability.
   2.569 +
   2.570 +   END OF TERMS AND CONDITIONS
   2.571 +
   2.572 +   APPENDIX: How to apply the Apache License to your work.
   2.573 +
   2.574 +      To apply the Apache License to your work, attach the following
   2.575 +      boilerplate notice, with the fields enclosed by brackets "[]"
   2.576 +      replaced with your own identifying information. (Don't include
   2.577 +      the brackets!)  The text should be enclosed in the appropriate
   2.578 +      comment syntax for the file format. We also recommend that a
   2.579 +      file or class name and description of purpose be included on the
   2.580 +      same "printed page" as the copyright notice for easier
   2.581 +      identification within third-party archives.
   2.582 +
   2.583 +   Copyright [yyyy] [name of copyright owner]
   2.584 +
   2.585 +   Licensed under the Apache License, Version 2.0 (the "License");
   2.586 +   you may not use this file except in compliance with the License.
   2.587 +   You may obtain a copy of the License at
   2.588 +
   2.589 +       http://www.apache.org/licenses/LICENSE-2.0
   2.590 +
   2.591 +   Unless required by applicable law or agreed to in writing, software
   2.592 +   distributed under the License is distributed on an "AS IS" BASIS,
   2.593 +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   2.594 +   See the License for the specific language governing permissions and
   2.595 +   limitations under the License.
   2.596 +
   2.597 +
   2.598 +%% The following software may be included in this product:  RELAX NG Object Model/Parser. Use of any of this software is governed by the terms of the license below: 
   2.599 +
   2.600 +The MIT License
   2.601 +
   2.602 +Copyright (c)  
   2.603 +
   2.604 +Permission is hereby granted, free of charge, to any person obtaining a copy of
   2.605 +this software and associated documentation files (the "Software"), to deal in
   2.606 +the Software without restriction, including without limitation the rights to
   2.607 +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
   2.608 +the Software, and to permit persons to whom the Software is furnished to do so,
   2.609 +subject to the following conditions:
   2.610 +
   2.611 +The above copyright notice and this permission notice shall be included in all
   2.612 +copies or substantial portions of the Software.
   2.613 +
   2.614 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   2.615 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
   2.616 +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
   2.617 +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
   2.618 +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
   2.619 +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   2.620 +
   2.621 +%% The following software may be included in this product: relaxngDatatype.jar.  Use of any of this software is governed by the terms of the license below: 
   2.622 +
   2.623 +Copyright (c) 2001, Thai Open Source Software Center Ltd, Sun Microsystems.
   2.624 +All rights reserved.
   2.625 +
   2.626 +Redistribution and use in source and binary forms, with or without
   2.627 +modification, are permitted provided that the following conditions are
   2.628 +met:
   2.629 +
   2.630 +    Redistributions of source code must retain the above copyright
   2.631 +    notice, this list of conditions and the following disclaimer.
   2.632 +
   2.633 +    Redistributions in binary form must reproduce the above copyright
   2.634 +    notice, this list of conditions and the following disclaimer in
   2.635 +    the documentation and/or other materials provided with the
   2.636 +    distribution.
   2.637 +
   2.638 +    Neither the names of the copyright holders nor the names of its
   2.639 +    contributors may be used to endorse or promote products derived
   2.640 +    from this software without specific prior written permission.
   2.641 +
   2.642 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   2.643 +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   2.644 +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
   2.645 +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
   2.646 +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
   2.647 +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
   2.648 +PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
   2.649 +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
   2.650 +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
   2.651 +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
   2.652 +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   2.653 +
   2.654 +
   2.655 +%% The following software may be included in this product:  ANT.  Use of any of this software is governed by the terms of the license below: 
   2.656 +
   2.657 +
   2.658 +/*
   2.659 + *                                 Apache License
   2.660 + *                           Version 2.0, January 2004
   2.661 + *                        http://www.apache.org/licenses/
   2.662 + *
   2.663 + *   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   2.664 + *
   2.665 + *   1. Definitions.
   2.666 + *
   2.667 + *      "License" shall mean the terms and conditions for use, reproduction,
   2.668 + *      and distribution as defined by Sections 1 through 9 of this document.
   2.669 + *
   2.670 + *      "Licensor" shall mean the copyright owner or entity authorized by
   2.671 + *      the copyright owner that is granting the License.
   2.672 + *
   2.673 + *      "Legal Entity" shall mean the union of the acting entity and all
   2.674 + *      other entities that control, are controlled by, or are under common
   2.675 + *      control with that entity. For the purposes of this definition,
   2.676 + *      "control" means (i) the power, direct or indirect, to cause the
   2.677 + *      direction or management of such entity, whether by contract or
   2.678 + *      otherwise, or (ii) ownership of fifty percent (50%) or more of the
   2.679 + *      outstanding shares, or (iii) beneficial ownership of such entity.
   2.680 + *
   2.681 + *      "You" (or "Your") shall mean an individual or Legal Entity
   2.682 + *      exercising permissions granted by this License.
   2.683 + *
   2.684 + *      "Source" form shall mean the preferred form for making modifications,
   2.685 + *      including but not limited to software source code, documentation
   2.686 + *      source, and configuration files.
   2.687 + *
   2.688 + *      "Object" form shall mean any form resulting from mechanical
   2.689 + *      transformation or translation of a Source form, including but
   2.690 + *      not limited to compiled object code, generated documentation,
   2.691 + *      and conversions to other media types.
   2.692 + *
   2.693 + *      "Work" shall mean the work of authorship, whether in Source or
   2.694 + *      Object form, made available under the License, as indicated by a
   2.695 + *      copyright notice that is included in or attached to the work
   2.696 + *      (an example is provided in the Appendix below).
   2.697 + *
   2.698 + *      "Derivative Works" shall mean any work, whether in Source or Object
   2.699 + *      form, that is based on (or derived from) the Work and for which the
   2.700 + *      editorial revisions, annotations, elaborations, or other modifications
   2.701 + *      represent, as a whole, an original work of authorship. For the purposes
   2.702 + *      of this License, Derivative Works shall not include works that remain
   2.703 + *      separable from, or merely link (or bind by name) to the interfaces of,
   2.704 + *      the Work and Derivative Works thereof.
   2.705 + *
   2.706 + *      "Contribution" shall mean any work of authorship, including
   2.707 + *      the original version of the Work and any modifications or additions
   2.708 + *      to that Work or Derivative Works thereof, that is intentionally
   2.709 + *      submitted to Licensor for inclusion in the Work by the copyright owner
   2.710 + *      or by an individual or Legal Entity authorized to submit on behalf of
   2.711 + *      the copyright owner. For the purposes of this definition, "submitted"
   2.712 + *      means any form of electronic, verbal, or written communication sent
   2.713 + *      to the Licensor or its representatives, including but not limited to
   2.714 + *      communication on electronic mailing lists, source code control systems,
   2.715 + *      and issue tracking systems that are managed by, or on behalf of, the
   2.716 + *      Licensor for the purpose of discussing and improving the Work, but
   2.717 + *      excluding communication that is conspicuously marked or otherwise
   2.718 + *      designated in writing by the copyright owner as "Not a Contribution."
   2.719 + *
   2.720 + *      "Contributor" shall mean Licensor and any individual or Legal Entity
   2.721 + *      on behalf of whom a Contribution has been received by Licensor and
   2.722 + *      subsequently incorporated within the Work.
   2.723 + *
   2.724 + *   2. Grant of Copyright License. Subject to the terms and conditions of
   2.725 + *      this License, each Contributor hereby grants to You a perpetual,
   2.726 + *      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   2.727 + *      copyright license to reproduce, prepare Derivative Works of,
   2.728 + *      publicly display, publicly perform, sublicense, and distribute the
   2.729 + *      Work and such Derivative Works in Source or Object form.
   2.730 + *
   2.731 + *   3. Grant of Patent License. Subject to the terms and conditions of
   2.732 + *      this License, each Contributor hereby grants to You a perpetual,
   2.733 + *      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   2.734 + *      (except as stated in this section) patent license to make, have made,
   2.735 + *      use, offer to sell, sell, import, and otherwise transfer the Work,
   2.736 + *      where such license applies only to those patent claims licensable
   2.737 + *      by such Contributor that are necessarily infringed by their
   2.738 + *      Contribution(s) alone or by combination of their Contribution(s)
   2.739 + *      with the Work to which such Contribution(s) was submitted. If You
   2.740 + *      institute patent litigation against any entity (including a
   2.741 + *      cross-claim or counterclaim in a lawsuit) alleging that the Work
   2.742 + *      or a Contribution incorporated within the Work constitutes direct
   2.743 + *      or contributory patent infringement, then any patent licenses
   2.744 + *      granted to You under this License for that Work shall terminate
   2.745 + *      as of the date such litigation is filed.
   2.746 + *
   2.747 + *   4. Redistribution. You may reproduce and distribute copies of the
   2.748 + *      Work or Derivative Works thereof in any medium, with or without
   2.749 + *      modifications, and in Source or Object form, provided that You
   2.750 + *      meet the following conditions:
   2.751 + *
   2.752 + *      (a) You must give any other recipients of the Work or
   2.753 + *          Derivative Works a copy of this License; and
   2.754 + *
   2.755 + *      (b) You must cause any modified files to carry prominent notices
   2.756 + *          stating that You changed the files; and
   2.757 + *
   2.758 + *      (c) You must retain, in the Source form of any Derivative Works
   2.759 + *          that You distribute, all copyright, patent, trademark, and
   2.760 + *          attribution notices from the Source form of the Work,
   2.761 + *          excluding those notices that do not pertain to any part of
   2.762 + *          the Derivative Works; and
   2.763 + *
   2.764 + *      (d) If the Work includes a "NOTICE" text file as part of its
   2.765 + *          distribution, then any Derivative Works that You distribute must
   2.766 + *          include a readable copy of the attribution notices contained
   2.767 + *          within such NOTICE file, excluding those notices that do not
   2.768 + *          pertain to any part of the Derivative Works, in at least one
   2.769 + *          of the following places: within a NOTICE text file distributed
   2.770 + *          as part of the Derivative Works; within the Source form or
   2.771 + *          documentation, if provided along with the Derivative Works; or,
   2.772 + *          within a display generated by the Derivative Works, if and
   2.773 + *          wherever such third-party notices normally appear. The contents
   2.774 + *          of the NOTICE file are for informational purposes only and
   2.775 + *          do not modify the License. You may add Your own attribution
   2.776 + *          notices within Derivative Works that You distribute, alongside
   2.777 + *          or as an addendum to the NOTICE text from the Work, provided
   2.778 + *          that such additional attribution notices cannot be construed
   2.779 + *          as modifying the License.
   2.780 + *
   2.781 + *      You may add Your own copyright statement to Your modifications and
   2.782 + *      may provide additional or different license terms and conditions
   2.783 + *      for use, reproduction, or distribution of Your modifications, or
   2.784 + *      for any such Derivative Works as a whole, provided Your use,
   2.785 + *      reproduction, and distribution of the Work otherwise complies with
   2.786 + *      the conditions stated in this License.
   2.787 + *
   2.788 + *   5. Submission of Contributions. Unless You explicitly state otherwise,
   2.789 + *      any Contribution intentionally submitted for inclusion in the Work
   2.790 + *      by You to the Licensor shall be under the terms and conditions of
   2.791 + *      this License, without any additional terms or conditions.
   2.792 + *      Notwithstanding the above, nothing herein shall supersede or modify
   2.793 + *      the terms of any separate license agreement you may have executed
   2.794 + *      with Licensor regarding such Contributions.
   2.795 + *
   2.796 + *   6. Trademarks. This License does not grant permission to use the trade
   2.797 + *      names, trademarks, service marks, or product names of the Licensor,
   2.798 + *      except as required for reasonable and customary use in describing the
   2.799 + *      origin of the Work and reproducing the content of the NOTICE file.
   2.800 + *
   2.801 + *   7. Disclaimer of Warranty. Unless required by applicable law or
   2.802 + *      agreed to in writing, Licensor provides the Work (and each
   2.803 + *      Contributor provides its Contributions) on an "AS IS" BASIS,
   2.804 + *      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   2.805 + *      implied, including, without limitation, any warranties or conditions
   2.806 + *      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   2.807 + *      PARTICULAR PURPOSE. You are solely responsible for determining the
   2.808 + *      appropriateness of using or redistributing the Work and assume any
   2.809 + *      risks associated with Your exercise of permissions under this License.
   2.810 + *
   2.811 + *   8. Limitation of Liability. In no event and under no legal theory,
   2.812 + *      whether in tort (including negligence), contract, or otherwise,
   2.813 + *      unless required by applicable law (such as deliberate and grossly
   2.814 + *      negligent acts) or agreed to in writing, shall any Contributor be
   2.815 + *      liable to You for damages, including any direct, indirect, special,
   2.816 + *      incidental, or consequential damages of any character arising as a
   2.817 + *      result of this License or out of the use or inability to use the
   2.818 + *      Work (including but not limited to damages for loss of goodwill,
   2.819 + *      work stoppage, computer failure or malfunction, or any and all
   2.820 + *      other commercial damages or losses), even if such Contributor
   2.821 + *      has been advised of the possibility of such damages.
   2.822 + *
   2.823 + *   9. Accepting Warranty or Additional Liability. While redistributing
   2.824 + *      the Work or Derivative Works thereof, You may choose to offer,
   2.825 + *      and charge a fee for, acceptance of support, warranty, indemnity,
   2.826 + *      or other liability obligations and/or rights consistent with this
   2.827 + *      License. However, in accepting such obligations, You may act only
   2.828 + *      on Your own behalf and on Your sole responsibility, not on behalf
   2.829 + *      of any other Contributor, and only if You agree to indemnify,
   2.830 + *      defend, and hold each Contributor harmless for any liability
   2.831 + *      incurred by, or claims asserted against, such Contributor by reason
   2.832 + *      of your accepting any such warranty or additional liability.
   2.833 + *
   2.834 + *   END OF TERMS AND CONDITIONS
   2.835 + *
   2.836 + *   APPENDIX: How to apply the Apache License to your work.
   2.837 + *
   2.838 + *      To apply the Apache License to your work, attach the following
   2.839 + *      boilerplate notice, with the fields enclosed by brackets "[]"
   2.840 + *      replaced with your own identifying information. (Don't include
   2.841 + *      the brackets!)  The text should be enclosed in the appropriate
   2.842 + *      comment syntax for the file format. We also recommend that a
   2.843 + *      file or class name and description of purpose be included on the
   2.844 + *      same "printed page" as the copyright notice for easier
   2.845 + *      identification within third-party archives.
   2.846 + *
   2.847 + *   Copyright [yyyy] Apache Software Foundation
   2.848 + *
   2.849 + *   Licensed under the Apache License, Version 2.0 (the "License");
   2.850 + *   you may not use this file except in compliance with the License.
   2.851 + *   You may obtain a copy of the License at
   2.852 + *
   2.853 + *       http://www.apache.org/licenses/LICENSE-2.0
   2.854 + *
   2.855 + *   Unless required by applicable law or agreed to in writing, software
   2.856 + *   distributed under the License is distributed on an "AS IS" BASIS,
   2.857 + *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   2.858 + *   See the License for the specific language governing permissions and
   2.859 + *   limitations under the License.
   2.860 + */
   2.861 +    
   2.862 +
   2.863 +You can download the original license file here.
   2.864 +
   2.865 +The License is accompanied by a NOTICE
   2.866 +
   2.867 +   =========================================================================
   2.868 +   ==  NOTICE file corresponding to the section 4 d of                    ==
   2.869 +   ==  the Apache License, Version 2.0,                                   ==
   2.870 +   ==  in this case for the Apache Ant distribution.                      ==
   2.871 +   =========================================================================
   2.872 +
   2.873 +   This product includes software developed by
   2.874 +   The Apache Software Foundation (http://www.apache.org/).
   2.875 +
   2.876 +   This product includes also software developed by :
   2.877 +     - the W3C consortium (http://www.w3c.org) ,
   2.878 +     - the SAX project (http://www.saxproject.org)
   2.879 +
   2.880 +   Please read the different LICENSE files present in the root directory of
   2.881 +   this distribution.
   2.882 +
   2.883 +   The names "Ant" and  "Apache Software Foundation"  must not be used to
   2.884 +   endorse  or promote  products derived  from this  software without prior
   2.885 +   written permission. For written permission, please contact
   2.886 +   apache@apache.org.
   2.887 +
   2.888 +The Apache Software License, Version 1.1
   2.889 +
   2.890 +The Apache Software License, Version 1.1, applies to all versions of up to ant
   2.891 +1.6.0 included.
   2.892 +
   2.893 +/*
   2.894 + * ============================================================================
   2.895 + *                   The Apache Software License, Version 1.1
   2.896 + * ============================================================================
   2.897 + * 
   2.898 + *    Copyright (C) 2000-2003 The Apache Software Foundation. All
   2.899 + *    rights reserved.
   2.900 + * 
   2.901 + * Redistribution and use in source and binary forms, with or without modifica-
   2.902 + * tion, are permitted provided that the following conditions are met:
   2.903 + * 
   2.904 + * 1. Redistributions of  source code must  retain the above copyright  notice,
   2.905 + *    this list of conditions and the following disclaimer.
   2.906 + * 
   2.907 + * 2. Redistributions in binary form must reproduce the above copyright notice,
   2.908 + *    this list of conditions and the following disclaimer in the documentation
   2.909 + *    and/or other materials provided with the distribution.
   2.910 + * 
   2.911 + * 3. The end-user documentation included with the redistribution, if any, must
   2.912 + *    include  the following  acknowledgment:  "This product includes  software
   2.913 + *    developed  by the  Apache Software Foundation  (http://www.apache.org/)."
   2.914 + *    Alternately, this  acknowledgment may  appear in the software itself,  if
   2.915 + *    and wherever such third-party acknowledgments normally appear.
   2.916 + * 
   2.917 + * 4. The names "Ant" and  "Apache Software Foundation"  must not be used to
   2.918 + *    endorse  or promote  products derived  from this  software without  prior
   2.919 + *    written permission. For written permission, please contact
   2.920 + *    apache@apache.org.
   2.921 + * 
   2.922 + * 5. Products  derived from this software may not  be called "Apache", nor may
   2.923 + *    "Apache" appear  in their name,  without prior written permission  of the
   2.924 + *    Apache Software Foundation.
   2.925 + * 
   2.926 + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
   2.927 + * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
   2.928 + * FITNESS  FOR A PARTICULAR  PURPOSE ARE  DISCLAIMED.  IN NO  EVENT SHALL  THE
   2.929 + * APACHE SOFTWARE  FOUNDATION  OR ITS CONTRIBUTORS  BE LIABLE FOR  ANY DIRECT,
   2.930 + * INDIRECT, INCIDENTAL, SPECIAL,  EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLU-
   2.931 + * DING, BUT NOT LIMITED TO, PROCUREMENT  OF SUBSTITUTE GOODS OR SERVICES; LOSS
   2.932 + * OF USE, DATA, OR  PROFITS; OR BUSINESS  INTERRUPTION)  HOWEVER CAUSED AND ON
   2.933 + * ANY  THEORY OF LIABILITY,  WHETHER  IN CONTRACT,  STRICT LIABILITY,  OR TORT
   2.934 + * (INCLUDING  NEGLIGENCE OR  OTHERWISE) ARISING IN  ANY WAY OUT OF THE  USE OF
   2.935 + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   2.936 + * 
   2.937 + * This software  consists of voluntary contributions made  by many individuals
   2.938 + * on behalf of the  Apache Software Foundation.  For more  information  on the 
   2.939 + * Apache Software Foundation, please see .
   2.940 + *
   2.941 + */
   2.942 +
   2.943 +
   2.944 +
   2.945 +%% The following software may be included in this product:  RelaxNGCC. Use of any of this software is governed by the terms of the license below: 
   2.946 +
   2.947 +Copyright (c) 2000-2003 Daisuke Okajima and Kohsuke Kawaguchi.
   2.948 +All rights reserved.
   2.949 +
   2.950 +Redistribution and use in source and binary forms, with or without
   2.951 +modification, are permitted provided that the following conditions
   2.952 +are met:
   2.953 +
   2.954 +1. Redistributions of source code must retain the above copyright
   2.955 +notice, this list of conditions and the following disclaimer.
   2.956 +
   2.957 +2. Redistributions in binary form must reproduce the above copyright
   2.958 +notice, this list of conditions and the following disclaimer in the
   2.959 +documentation and/or other materials provided with the distribution.
   2.960 +
   2.961 +3. The end-user documentation included with the redistribution, if
   2.962 +any, must include the following acknowledgment:
   2.963 +
   2.964 +    "This product includes software developed by Daisuke Okajima
   2.965 +    and Kohsuke Kawaguchi (http://relaxngcc.sf.net/)."
   2.966 +
   2.967 +Alternately, this acknowledgment may appear in the software itself,
   2.968 +if and wherever such third-party acknowledgments normally appear.
   2.969 +
   2.970 +4. The names of the copyright holders must not be used to endorse or
   2.971 +promote products derived from this software without prior written
   2.972 +permission. For written permission, please contact the copyright
   2.973 +holders.
   2.974 +
   2.975 +5. Products derived from this software may not be called "RELAXNGCC",
   2.976 +nor may "RELAXNGCC" appear in their name, without prior written
   2.977 +permission of the copyright holders.
   2.978 +
   2.979 +THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
   2.980 +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
   2.981 +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
   2.982 +IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR ITS CONTRIBUTORS
   2.983 +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
   2.984 +OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
   2.985 +OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
   2.986 +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
   2.987 +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
   2.988 +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
   2.989 +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   2.990 +
   2.991 +
   2.992 +%% The following software may be included in this product:  Jing.  Use of any of this software is governed by the terms of the license below: 
   2.993 +
   2.994 +Jing Copying Conditions
   2.995 +
   2.996 +Copyright (c) 2001-2003 Thai Open Source Software Center Ltd
   2.997 +All rights reserved.
   2.998 +
   2.999 +Redistribution and use in source and binary forms, with or without modification,
  2.1000 +are permitted provided that the following conditions are met:
  2.1001 +
  2.1002 +    * Redistributions of source code must retain the above copyright notice,
  2.1003 +this list of conditions and the following disclaimer.
  2.1004 +    * Redistributions in binary form must reproduce the above copyright notice,
  2.1005 +this list of conditions and the following disclaimer in the documentation and/or
  2.1006 +other materials provided with the distribution.
  2.1007 +    * Neither the name of the Thai Open Source Software Center Ltd nor the names
  2.1008 +of its contributors may be used to endorse or promote products derived from this
  2.1009 +software without specific prior written permission.
  2.1010 +
  2.1011 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  2.1012 +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  2.1013 +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  2.1014 +DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
  2.1015 +DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  2.1016 +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  2.1017 +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  2.1018 +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  2.1019 +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  2.1020 +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  2.1021 +
  2.1022 +%% The following software may be included in this product:  NekoHTML. Use of any of this software is governed by the terms of the license below: 
  2.1023 +
  2.1024 +The CyberNeko Software License, Version 1.0
  2.1025 +
  2.1026 + 
  2.1027 +(C) Copyright 2002,2003, Andy Clark.  All rights reserved.
  2.1028 + 
  2.1029 +Redistribution and use in source and binary forms, with or without
  2.1030 +modification, are permitted provided that the following conditions
  2.1031 +are met:
  2.1032 +
  2.1033 +1. Redistributions of source code must retain the above copyright
  2.1034 +   notice, this list of conditions and the following disclaimer. 
  2.1035 +
  2.1036 +2. Redistributions in binary form must reproduce the above copyright
  2.1037 +   notice, this list of conditions and the following disclaimer in
  2.1038 +   the documentation and/or other materials provided with the
  2.1039 +   distribution.
  2.1040 +
  2.1041 +3. The end-user documentation included with the redistribution,
  2.1042 +   if any, must include the following acknowledgment:  
  2.1043 +     "This product includes software developed by Andy Clark."
  2.1044 +   Alternately, this acknowledgment may appear in the software itself,
  2.1045 +   if and wherever such third-party acknowledgments normally appear.
  2.1046 +
  2.1047 +4. The names "CyberNeko" and "NekoHTML" must not be used to endorse
  2.1048 +   or promote products derived from this software without prior 
  2.1049 +   written permission. For written permission, please contact 
  2.1050 +   andy@cyberneko.net.
  2.1051 +
  2.1052 +5. Products derived from this software may not be called "CyberNeko",
  2.1053 +   nor may "CyberNeko" appear in their name, without prior written
  2.1054 +   permission of the author.
  2.1055 +
  2.1056 +THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  2.1057 +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  2.1058 +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  2.1059 +DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS
  2.1060 +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, 
  2.1061 +OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT 
  2.1062 +OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
  2.1063 +BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
  2.1064 +WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
  2.1065 +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
  2.1066 +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  2.1067 +
  2.1068 +
     3.1 --- a/websvc.wsitlib/nbproject/project.properties	Tue Aug 07 22:44:42 2007 +0000
     3.2 +++ b/websvc.wsitlib/nbproject/project.properties	Wed Aug 08 17:27:09 2007 +0000
     3.3 @@ -15,7 +15,8 @@
     3.4  # Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun
     3.5  # Microsystems, Inc. All Rights Reserved.
     3.6  
     3.7 -extra.module.files=\
     3.8 -    modules/ext/wsitlib/webservices-tools.jar,\
     3.9 -    modules/ext/wsitlib/webservices.jar
    3.10  javac.source=1.5
    3.11 +
    3.12 +release.build/external/wsitlib/webservices-tools.jar=modules/ext/wsitlib/webservices-tools.jar
    3.13 +release.build/external/wsitlib/webservices.jar=modules/ext/wsitlib/webservices.jar
    3.14 +