Selenium modules splitted to parts w/ and w/out 3rd-party binary release73
authorMartin Fousek <marfous@netbeans.org>
Mon, 28 Jan 2013 15:12:51 +0100
branchrelease73
changeset 17942beea29f6e2ab
parent 17921 2089575101da
child 17943 7e0666018d60
Selenium modules splitted to parts w/ and w/out 3rd-party binary
selenium.binary/build.xml
selenium.binary/external/binaries-list
selenium.binary/external/selenium-java-client-driver-2.16.1-licence.txt
selenium.binary/manifest.mf
selenium.binary/nbproject/project.properties
selenium.binary/nbproject/project.xml
selenium.binary/src/org/netbeans/modules/selenium/binary/Bundle.properties
selenium.binary/src/org/netbeans/modules/selenium/binary/Selenium.xml
selenium.binary/src/org/netbeans/modules/selenium/binary/layer.xml
selenium.server.binary/build.xml
selenium.server.binary/external/binaries-list
selenium.server.binary/external/selenium-server-2.16.1-licence.txt
selenium.server.binary/manifest.mf
selenium.server.binary/nbproject/project.properties
selenium.server.binary/nbproject/project.xml
selenium.server.binary/src/org/netbeans/modules/selenium/server/binary/Bundle.properties
selenium.server/external/binaries-list
selenium.server/external/selenium-server-2.16.1-licence.txt
selenium.server/manifest.mf
selenium.server/nbproject/project.properties
selenium.server/nbproject/project.xml
selenium.server/test/unit/src/org/netbeans/modules/selenium/server/SeleniumServerNodeTest.java
selenium/external/binaries-list
selenium/external/selenium-java-client-driver-2.16.1-licence.txt
selenium/manifest.mf
selenium/nbproject/project.properties
selenium/nbproject/project.xml
selenium/src/org/netbeans/modules/selenium/Bundle.properties
selenium/src/org/netbeans/modules/selenium/Selenium.xml
selenium/src/org/netbeans/modules/selenium/layer.xml
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/selenium.binary/build.xml	Mon Jan 28 15:12:51 2013 +0100
     1.3 @@ -0,0 +1,5 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<project basedir="." default="netbeans" name="contrib/selenium.binary">
     1.6 +    <description>Builds, tests, and runs the project org.netbeans.modules.selenium.binary</description>
     1.7 +    <import file="../../nbbuild/templates/projectized.xml"/>
     1.8 +</project>
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/selenium.binary/external/binaries-list	Mon Jan 28 15:12:51 2013 +0100
     2.3 @@ -0,0 +1,2 @@
     2.4 +DA449FFBBA97CDBD489EBE058A4C332130448499 selenium-java-client-driver-2.16.1.zip
     2.5 +184514077C8B787DC3899BE8208FFAEC35996EC8 selenium-java-client-driver-sources-2.16.1.jar
     2.6 \ No newline at end of file
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/selenium.binary/external/selenium-java-client-driver-2.16.1-licence.txt	Mon Jan 28 15:12:51 2013 +0100
     3.3 @@ -0,0 +1,201 @@
     3.4 +Name: selenium-java-client-driver-2.16.1.jar
     3.5 +Version: 2.16.1
     3.6 +Description: Library for management of some selenium java client driver.
     3.7 +License: Apache_V20
     3.8 +Origin: http://selenium.seleniumhq.org/
     3.9 +
    3.10 +Use of selenium-java-client-driver-2.16.1.jar version 2.16.1 is governed by the terms of the license below:
    3.11 +
    3.12 +                                 Apache License
    3.13 +                           Version 2.0, January 2004
    3.14 +                        http://www.apache.org/licenses/
    3.15 +      
    3.16 +
    3.17 +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    3.18 +
    3.19 +   1. Definitions.
    3.20 +
    3.21 +      "License" shall mean the terms and conditions for use, reproduction,
    3.22 +      and distribution as defined by Sections 1 through 9 of this document.
    3.23 +
    3.24 +      "Licensor" shall mean the copyright owner or entity authorized by
    3.25 +      the copyright owner that is granting the License.
    3.26 +
    3.27 +      "Legal Entity" shall mean the union of the acting entity and all
    3.28 +      other entities that control, are controlled by, or are under common
    3.29 +      control with that entity. For the purposes of this definition,
    3.30 +      "control" means (i) the power, direct or indirect, to cause the
    3.31 +      direction or management of such entity, whether by contract or
    3.32 +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
    3.33 +      outstanding shares, or (iii) beneficial ownership of such entity.
    3.34 +
    3.35 +      "You" (or "Your") shall mean an individual or Legal Entity
    3.36 +      exercising permissions granted by this License.
    3.37 +
    3.38 +      "Source" form shall mean the preferred form for making modifications,
    3.39 +      including but not limited to software source code, documentation
    3.40 +      source, and configuration files.
    3.41 +
    3.42 +      "Object" form shall mean any form resulting from mechanical
    3.43 +      transformation or translation of a Source form, including but
    3.44 +      not limited to compiled object code, generated documentation,
    3.45 +      and conversions to other media types.
    3.46 +
    3.47 +      "Work" shall mean the work of authorship, whether in Source or
    3.48 +      Object form, made available under the License, as indicated by a
    3.49 +      copyright notice that is included in or attached to the work
    3.50 +      (an example is provided in the Appendix below).
    3.51 +
    3.52 +      "Derivative Works" shall mean any work, whether in Source or Object
    3.53 +      form, that is based on (or derived from) the Work and for which the
    3.54 +      editorial revisions, annotations, elaborations, or other modifications
    3.55 +      represent, as a whole, an original work of authorship. For the purposes
    3.56 +      of this License, Derivative Works shall not include works that remain
    3.57 +      separable from, or merely link (or bind by name) to the interfaces of,
    3.58 +      the Work and Derivative Works thereof.
    3.59 +
    3.60 +      "Contribution" shall mean any work of authorship, including
    3.61 +      the original version of the Work and any modifications or additions
    3.62 +      to that Work or Derivative Works thereof, that is intentionally
    3.63 +      submitted to Licensor for inclusion in the Work by the copyright owner
    3.64 +      or by an individual or Legal Entity authorized to submit on behalf of
    3.65 +      the copyright owner. For the purposes of this definition, "submitted"
    3.66 +      means any form of electronic, verbal, or written communication sent
    3.67 +      to the Licensor or its representatives, including but not limited to
    3.68 +      communication on electronic mailing lists, source code control systems,
    3.69 +      and issue tracking systems that are managed by, or on behalf of, the
    3.70 +      Licensor for the purpose of discussing and improving the Work, but
    3.71 +      excluding communication that is conspicuously marked or otherwise
    3.72 +      designated in writing by the copyright owner as "Not a Contribution."
    3.73 +
    3.74 +      "Contributor" shall mean Licensor and any individual or Legal Entity
    3.75 +      on behalf of whom a Contribution has been received by Licensor and
    3.76 +      subsequently incorporated within the Work.
    3.77 +
    3.78 +   2. Grant of Copyright License. Subject to the terms and conditions of
    3.79 +      this License, each Contributor hereby grants to You a perpetual,
    3.80 +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    3.81 +      copyright license to reproduce, prepare Derivative Works of,
    3.82 +      publicly display, publicly perform, sublicense, and distribute the
    3.83 +      Work and such Derivative Works in Source or Object form.
    3.84 +
    3.85 +   3. Grant of Patent License. Subject to the terms and conditions of
    3.86 +      this License, each Contributor hereby grants to You a perpetual,
    3.87 +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    3.88 +      (except as stated in this section) patent license to make, have made,
    3.89 +      use, offer to sell, sell, import, and otherwise transfer the Work,
    3.90 +      where such license applies only to those patent claims licensable
    3.91 +      by such Contributor that are necessarily infringed by their
    3.92 +      Contribution(s) alone or by combination of their Contribution(s)
    3.93 +      with the Work to which such Contribution(s) was submitted. If You
    3.94 +      institute patent litigation against any entity (including a
    3.95 +      cross-claim or counterclaim in a lawsuit) alleging that the Work
    3.96 +      or a Contribution incorporated within the Work constitutes direct
    3.97 +      or contributory patent infringement, then any patent licenses
    3.98 +      granted to You under this License for that Work shall terminate
    3.99 +      as of the date such litigation is filed.
   3.100 +
   3.101 +   4. Redistribution. You may reproduce and distribute copies of the
   3.102 +      Work or Derivative Works thereof in any medium, with or without
   3.103 +      modifications, and in Source or Object form, provided that You
   3.104 +      meet the following conditions:
   3.105 +
   3.106 +      (a) You must give any other recipients of the Work or
   3.107 +          Derivative Works a copy of this License; and
   3.108 +
   3.109 +      (b) You must cause any modified files to carry prominent notices
   3.110 +          stating that You changed the files; and
   3.111 +
   3.112 +      (c) You must retain, in the Source form of any Derivative Works
   3.113 +          that You distribute, all copyright, patent, trademark, and
   3.114 +          attribution notices from the Source form of the Work,
   3.115 +          excluding those notices that do not pertain to any part of
   3.116 +          the Derivative Works; and
   3.117 +
   3.118 +      (d) If the Work includes a "NOTICE" text file as part of its
   3.119 +          distribution, then any Derivative Works that You distribute must
   3.120 +          include a readable copy of the attribution notices contained
   3.121 +          within such NOTICE file, excluding those notices that do not
   3.122 +          pertain to any part of the Derivative Works, in at least one
   3.123 +          of the following places: within a NOTICE text file distributed
   3.124 +          as part of the Derivative Works; within the Source form or
   3.125 +          documentation, if provided along with the Derivative Works; or,
   3.126 +          within a display generated by the Derivative Works, if and
   3.127 +          wherever such third-party notices normally appear. The contents
   3.128 +          of the NOTICE file are for informational purposes only and
   3.129 +          do not modify the License. You may add Your own attribution
   3.130 +          notices within Derivative Works that You distribute, alongside
   3.131 +          or as an addendum to the NOTICE text from the Work, provided
   3.132 +          that such additional attribution notices cannot be construed
   3.133 +          as modifying the License.
   3.134 +
   3.135 +      You may add Your own copyright statement to Your modifications and
   3.136 +      may provide additional or different license terms and conditions
   3.137 +      for use, reproduction, or distribution of Your modifications, or
   3.138 +      for any such Derivative Works as a whole, provided Your use,
   3.139 +      reproduction, and distribution of the Work otherwise complies with
   3.140 +      the conditions stated in this License.
   3.141 +
   3.142 +   5. Submission of Contributions. Unless You explicitly state otherwise,
   3.143 +      any Contribution intentionally submitted for inclusion in the Work
   3.144 +      by You to the Licensor shall be under the terms and conditions of
   3.145 +      this License, without any additional terms or conditions.
   3.146 +      Notwithstanding the above, nothing herein shall supersede or modify
   3.147 +      the terms of any separate license agreement you may have executed
   3.148 +      with Licensor regarding such Contributions.
   3.149 +
   3.150 +   6. Trademarks. This License does not grant permission to use the trade
   3.151 +      names, trademarks, service marks, or product names of the Licensor,
   3.152 +      except as required for reasonable and customary use in describing the
   3.153 +      origin of the Work and reproducing the content of the NOTICE file.
   3.154 +
   3.155 +   7. Disclaimer of Warranty. Unless required by applicable law or
   3.156 +      agreed to in writing, Licensor provides the Work (and each
   3.157 +      Contributor provides its Contributions) on an "AS IS" BASIS,
   3.158 +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   3.159 +      implied, including, without limitation, any warranties or conditions
   3.160 +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   3.161 +      PARTICULAR PURPOSE. You are solely responsible for determining the
   3.162 +      appropriateness of using or redistributing the Work and assume any
   3.163 +      risks associated with Your exercise of permissions under this License.
   3.164 +
   3.165 +   8. Limitation of Liability. In no event and under no legal theory,
   3.166 +      whether in tort (including negligence), contract, or otherwise,
   3.167 +      unless required by applicable law (such as deliberate and grossly
   3.168 +      negligent acts) or agreed to in writing, shall any Contributor be
   3.169 +      liable to You for damages, including any direct, indirect, special,
   3.170 +      incidental, or consequential damages of any character arising as a
   3.171 +      result of this License or out of the use or inability to use the
   3.172 +      Work (including but not limited to damages for loss of goodwill,
   3.173 +      work stoppage, computer failure or malfunction, or any and all
   3.174 +      other commercial damages or losses), even if such Contributor
   3.175 +      has been advised of the possibility of such damages.
   3.176 +
   3.177 +   9. Accepting Warranty or Additional Liability. While redistributing
   3.178 +      the Work or Derivative Works thereof, You may choose to offer,
   3.179 +      and charge a fee for, acceptance of support, warranty, indemnity,
   3.180 +      or other liability obligations and/or rights consistent with this
   3.181 +      License. However, in accepting such obligations, You may act only
   3.182 +      on Your own behalf and on Your sole responsibility, not on behalf
   3.183 +      of any other Contributor, and only if You agree to indemnify,
   3.184 +      defend, and hold each Contributor harmless for any liability
   3.185 +      incurred by, or claims asserted against, such Contributor by reason
   3.186 +      of your accepting any such warranty or additional liability.
   3.187 +
   3.188 +   END OF TERMS AND CONDITIONS
   3.189 +
   3.190 +   Copyright 2004 ThoughtWorks, Inc.
   3.191 +   
   3.192 +       http://www.thoughtworks.com
   3.193 +
   3.194 +   Licensed under the Apache License, Version 2.0 (the "License");
   3.195 +   you may not use this file except in compliance with the License.
   3.196 +   You may obtain a copy of the License at
   3.197 +
   3.198 +       http://www.apache.org/licenses/LICENSE-2.0
   3.199 +
   3.200 +   Unless required by applicable law or agreed to in writing, software
   3.201 +   distributed under the License is distributed on an "AS IS" BASIS,
   3.202 +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   3.203 +   See the License for the specific language governing permissions and
   3.204 +   limitations under the License.
   3.205 \ No newline at end of file
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/selenium.binary/manifest.mf	Mon Jan 28 15:12:51 2013 +0100
     4.3 @@ -0,0 +1,6 @@
     4.4 +Manifest-Version: 1.0
     4.5 +OpenIDE-Module: org.netbeans.modules.selenium.binary
     4.6 +OpenIDE-Module-Layer: org/netbeans/modules/selenium/binary/layer.xml
     4.7 +OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/selenium/binary/Bundle.properties
     4.8 +OpenIDE-Module-Specification-Version: 1.0
     4.9 +
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/selenium.binary/nbproject/project.properties	Mon Jan 28 15:12:51 2013 +0100
     5.3 @@ -0,0 +1,43 @@
     5.4 +is.autoload=true
     5.5 +javac.source=1.6
     5.6 +javac.compilerargs=-Xlint -Xlint:-serial
     5.7 +nbm.homepage=http://wiki.netbeans.org/SeleniumPlugin
     5.8 +nbm.module.author=Martin Fousek
     5.9 +
    5.10 +extra.license.files=external/selenium-java-client-driver-2.16.1-licence.txt
    5.11 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/apache-mime4j-0.6.jar=modules/ext/selenium-client-2.16.1/apache-mime4j-0.6.jar
    5.12 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/bsh-1.3.0.jar=modules/ext/selenium-client-2.16.1/bsh-1.3.0.jar
    5.13 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/cglib-nodep-2.1_3.jar=modules/ext/selenium-client-2.16.1/cglib-nodep-2.1_3.jar
    5.14 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-codec-1.4.jar=modules/ext/selenium-client-2.16.1/commons-codec-1.4.jar
    5.15 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-collections-3.2.1.jar=modules/ext/selenium-client-2.16.1/commons-collections-3.2.1.jar
    5.16 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-exec-1.1.jar=modules/ext/selenium-client-2.16.1/commons-exec-1.1.jar
    5.17 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-io-2.0.1.jar=modules/ext/selenium-client-2.16.1/commons-io-2.0.1.jar
    5.18 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-jxpath-1.3.jar=modules/ext/selenium-client-2.16.1/commons-jxpath-1.3.jar
    5.19 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-lang-2.6.jar=modules/ext/selenium-client-2.16.1/commons-lang-2.6.jar
    5.20 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-logging-1.1.1.jar=modules/ext/selenium-client-2.16.1/commons-logging-1.1.1.jar
    5.21 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/cssparser-0.9.5.jar=modules/ext/selenium-client-2.16.1/cssparser-0.9.5.jar
    5.22 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/guava-10.0.1.jar=modules/ext/selenium-client-2.16.1/guava-10.0.1.jar
    5.23 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/hamcrest-all-1.1.jar=modules/ext/selenium-client-2.16.1/hamcrest-all-1.1.jar
    5.24 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/htmlunit-2.9.jar=modules/ext/selenium-client-2.16.1/htmlunit-2.9.jar
    5.25 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/htmlunit-core-js-2.9.jar=modules/ext/selenium-client-2.16.1/htmlunit-core-js-2.9.jar
    5.26 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/httpclient-4.1.2.jar=modules/ext/selenium-client-2.16.1/httpclient-4.1.2.jar
    5.27 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/httpcore-4.1.3.jar=modules/ext/selenium-client-2.16.1/httpcore-4.1.3.jar
    5.28 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/httpmime-4.1.2.jar=modules/ext/selenium-client-2.16.1/httpmime-4.1.2.jar
    5.29 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/jcommander-1.13.jar=modules/ext/selenium-client-2.16.1/jcommander-1.13.jar
    5.30 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/jna-3.4.0.jar=modules/ext/selenium-client-2.16.1/jna-3.4.0.jar
    5.31 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/jna-platform-3.4.0.jar=modules/ext/selenium-client-2.16.1/jna-platform-3.4.0.jar
    5.32 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/json-20080701.jar=modules/ext/selenium-client-2.16.1/json-20080701.jar
    5.33 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/junit-dep-4.10.jar=modules/ext/selenium-client-2.16.1/junit-dep-4.10.jar
    5.34 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/nekohtml-1.9.15.jar=modules/ext/selenium-client-2.16.1/nekohtml-1.9.15.jar
    5.35 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/operadriver-v0.8.1.jar=modules/ext/selenium-client-2.16.1/operadriver-v0.8.1.jar
    5.36 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/protobuf-java-2.4.1.jar=modules/ext/selenium-client-2.16.1/protobuf-java-2.4.1.jar
    5.37 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/sac-1.3.jar=modules/ext/selenium-client-2.16.1/sac-1.3.jar
    5.38 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/selenium-java-2.16.1.jar=modules/ext/selenium-client-2.16.1/selenium-java-2.16.1.jar
    5.39 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/serializer-2.7.1.jar=modules/ext/selenium-client-2.16.1/serializer-2.7.1.jar
    5.40 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/testng-6.0.1-nobsh-noguice.jar=modules/ext/selenium-client-2.16.1/testng-6.0.1-nobsh-noguice.jar
    5.41 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/xalan-2.7.1.jar=modules/ext/selenium-client-2.16.1/xalan-2.7.1.jar
    5.42 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/xercesImpl-2.9.1.jar=modules/ext/selenium-client-2.16.1/xercesImpl-2.9.1.jar
    5.43 +release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/xml-apis-1.3.04.jar=modules/ext/selenium-client-2.16.1/xml-apis-1.3.04.jar
    5.44 +release.external/selenium-java-client-driver-sources-2.16.1.jar=modules/ext/selenium/selenium-java-client-driver-sources-2.16.1.jar
    5.45 +jnlp.indirect.jars=modules/ext/selenium/selenium-java-client-driver-2.16.1.jar
    5.46 +
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/selenium.binary/nbproject/project.xml	Mon Jan 28 15:12:51 2013 +0100
     6.3 @@ -0,0 +1,11 @@
     6.4 +<?xml version="1.0" encoding="UTF-8"?>
     6.5 +<project xmlns="http://www.netbeans.org/ns/project/1">
     6.6 +    <type>org.netbeans.modules.apisupport.project</type>
     6.7 +    <configuration>
     6.8 +        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
     6.9 +            <code-name-base>org.netbeans.modules.selenium.binary</code-name-base>
    6.10 +            <module-dependencies/>
    6.11 +            <public-packages/>
    6.12 +        </data>
    6.13 +    </configuration>
    6.14 +</project>
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/selenium.binary/src/org/netbeans/modules/selenium/binary/Bundle.properties	Mon Jan 28 15:12:51 2013 +0100
     7.3 @@ -0,0 +1,4 @@
     7.4 +OpenIDE-Module-Display-Category=Testing Tools
     7.5 +OpenIDE-Module-Name=Selenium Driver Library
     7.6 +OpenIDE-Module-Short-Description=Selenium library for testing framework
     7.7 +seleniumLibraryDisplayName=Selenium Java Client 2.16.1
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/selenium.binary/src/org/netbeans/modules/selenium/binary/Selenium.xml	Mon Jan 28 15:12:51 2013 +0100
     8.3 @@ -0,0 +1,54 @@
     8.4 +<?xml version="1.0" encoding="UTF-8"?>
     8.5 +<!--
     8.6 +To change this template, choose Tools | Templates
     8.7 +and open the template in the editor.
     8.8 +-->
     8.9 +<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd">
    8.10 +<library version="1.0">
    8.11 +    <name>Selenium</name>
    8.12 +    <type>j2se</type>
    8.13 +    <localizing-bundle>org/netbeans/modules/selenium/Bundle</localizing-bundle>
    8.14 +    <volume>
    8.15 +        <type>classpath</type>
    8.16 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/bsh-1.3.0.jar!/</resource>
    8.17 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/cglib-nodep-2.1_3.jar!/</resource>
    8.18 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-codec-1.4.jar!/</resource>
    8.19 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-collections-3.2.1.jar!/</resource>
    8.20 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-exec-1.1.jar!/</resource>
    8.21 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-io-2.0.1.jar!/</resource>
    8.22 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-jxpath-1.3.jar!/</resource>
    8.23 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-lang-2.6.jar!/</resource>
    8.24 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-logging-1.1.1.jar!/</resource>
    8.25 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/cssparser-0.9.5.jar!/</resource>
    8.26 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/guava-10.0.1.jar!/</resource>
    8.27 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/hamcrest-all-1.1.jar!/</resource>
    8.28 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/htmlunit-2.9.jar!/</resource>
    8.29 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/htmlunit-core-js-2.9.jar!/</resource>
    8.30 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/httpclient-4.1.2.jar!/</resource>
    8.31 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/httpcore-4.1.3.jar!/</resource>
    8.32 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/httpmime-4.1.2.jar!/</resource>
    8.33 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/jcommander-1.13.jar!/</resource>
    8.34 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/jna-3.4.0.jar!/</resource>
    8.35 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/jna-platform-3.4.0.jar!/</resource>
    8.36 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/json-20080701.jar!/</resource>
    8.37 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/junit-dep-4.10.jar!/</resource>
    8.38 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/nekohtml-1.9.15.jar!/</resource>
    8.39 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/operadriver-v0.8.1.jar!/</resource>
    8.40 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/protobuf-java-2.4.1.jar!/</resource>
    8.41 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/sac-1.3.jar!/</resource>
    8.42 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/selenium-java-2.16.1.jar!/</resource>
    8.43 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/serializer-2.7.1.jar!/</resource>
    8.44 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/testng-6.0.1-nobsh-noguice.jar!/</resource>
    8.45 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/xalan-2.7.1.jar!/</resource>
    8.46 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/xercesImpl-2.9.1.jar!/</resource>
    8.47 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/xml-apis-1.3.04.jar!/</resource>
    8.48 +    </volume>
    8.49 +    <volume>
    8.50 +        <type>src</type>
    8.51 +        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium/selenium-java-client-driver-sources-2.16.1.jar!</resource>
    8.52 +    </volume>
    8.53 +<!--    <volume>
    8.54 +        <type>maven-pom</type>
    8.55 +        <resource>http://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-java/2.16.1/selenium-java-2.16.1.pom</resource>
    8.56 +    </volume>-->
    8.57 +</library>
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/selenium.binary/src/org/netbeans/modules/selenium/binary/layer.xml	Mon Jan 28 15:12:51 2013 +0100
     9.3 @@ -0,0 +1,11 @@
     9.4 +<?xml version="1.0" encoding="UTF-8"?>
     9.5 +<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.2//EN" "http://www.netbeans.org/dtds/filesystem-1_2.dtd">
     9.6 +<filesystem>
     9.7 +    <folder name="org-netbeans-api-project-libraries">
     9.8 +        <folder name="Libraries">
     9.9 +            <file name="Selenium.xml" url="Selenium.xml">
    9.10 +                <attr name="displayName" bundlevalue="org.netbeans.modules.selenium.Bundle#seleniumLibraryDisplayName"/>
    9.11 +            </file>
    9.12 +        </folder>
    9.13 +    </folder>
    9.14 +</filesystem>
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/selenium.server.binary/build.xml	Mon Jan 28 15:12:51 2013 +0100
    10.3 @@ -0,0 +1,5 @@
    10.4 +<?xml version="1.0" encoding="UTF-8"?>
    10.5 +<project basedir="." default="netbeans" name="contrib/selenium.server.binary">
    10.6 +    <description>Builds, tests, and runs the project org.netbeans.modules.selenium.server.binary</description>
    10.7 +    <import file="../../nbbuild/templates/projectized.xml"/>
    10.8 +</project>
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/selenium.server.binary/external/binaries-list	Mon Jan 28 15:12:51 2013 +0100
    11.3 @@ -0,0 +1,1 @@
    11.4 +1C101062DBAF52594F89228F8E1E9C0B1ADF8EE9 selenium-server-2.16.1.jar
    11.5 \ No newline at end of file
    12.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.2 +++ b/selenium.server.binary/external/selenium-server-2.16.1-licence.txt	Mon Jan 28 15:12:51 2013 +0100
    12.3 @@ -0,0 +1,202 @@
    12.4 +Name: selenium-server-2.16.1.jar
    12.5 +Version: 2.16.1
    12.6 +Description: Library for management of some selenium java client driver.
    12.7 +License: Apache_V20
    12.8 +Origin: http://seleniumhq.org/download/
    12.9 +
   12.10 +Use of selenium-server-2.16.1.jar version 2.16.1 is governed by the terms of the license below:
   12.11 +
   12.12 +
   12.13 +                                 Apache License
   12.14 +                           Version 2.0, January 2004
   12.15 +                        http://www.apache.org/licenses/
   12.16 +      
   12.17 +
   12.18 +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   12.19 +
   12.20 +   1. Definitions.
   12.21 +
   12.22 +      "License" shall mean the terms and conditions for use, reproduction,
   12.23 +      and distribution as defined by Sections 1 through 9 of this document.
   12.24 +
   12.25 +      "Licensor" shall mean the copyright owner or entity authorized by
   12.26 +      the copyright owner that is granting the License.
   12.27 +
   12.28 +      "Legal Entity" shall mean the union of the acting entity and all
   12.29 +      other entities that control, are controlled by, or are under common
   12.30 +      control with that entity. For the purposes of this definition,
   12.31 +      "control" means (i) the power, direct or indirect, to cause the
   12.32 +      direction or management of such entity, whether by contract or
   12.33 +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
   12.34 +      outstanding shares, or (iii) beneficial ownership of such entity.
   12.35 +
   12.36 +      "You" (or "Your") shall mean an individual or Legal Entity
   12.37 +      exercising permissions granted by this License.
   12.38 +
   12.39 +      "Source" form shall mean the preferred form for making modifications,
   12.40 +      including but not limited to software source code, documentation
   12.41 +      source, and configuration files.
   12.42 +
   12.43 +      "Object" form shall mean any form resulting from mechanical
   12.44 +      transformation or translation of a Source form, including but
   12.45 +      not limited to compiled object code, generated documentation,
   12.46 +      and conversions to other media types.
   12.47 +
   12.48 +      "Work" shall mean the work of authorship, whether in Source or
   12.49 +      Object form, made available under the License, as indicated by a
   12.50 +      copyright notice that is included in or attached to the work
   12.51 +      (an example is provided in the Appendix below).
   12.52 +
   12.53 +      "Derivative Works" shall mean any work, whether in Source or Object
   12.54 +      form, that is based on (or derived from) the Work and for which the
   12.55 +      editorial revisions, annotations, elaborations, or other modifications
   12.56 +      represent, as a whole, an original work of authorship. For the purposes
   12.57 +      of this License, Derivative Works shall not include works that remain
   12.58 +      separable from, or merely link (or bind by name) to the interfaces of,
   12.59 +      the Work and Derivative Works thereof.
   12.60 +
   12.61 +      "Contribution" shall mean any work of authorship, including
   12.62 +      the original version of the Work and any modifications or additions
   12.63 +      to that Work or Derivative Works thereof, that is intentionally
   12.64 +      submitted to Licensor for inclusion in the Work by the copyright owner
   12.65 +      or by an individual or Legal Entity authorized to submit on behalf of
   12.66 +      the copyright owner. For the purposes of this definition, "submitted"
   12.67 +      means any form of electronic, verbal, or written communication sent
   12.68 +      to the Licensor or its representatives, including but not limited to
   12.69 +      communication on electronic mailing lists, source code control systems,
   12.70 +      and issue tracking systems that are managed by, or on behalf of, the
   12.71 +      Licensor for the purpose of discussing and improving the Work, but
   12.72 +      excluding communication that is conspicuously marked or otherwise
   12.73 +      designated in writing by the copyright owner as "Not a Contribution."
   12.74 +
   12.75 +      "Contributor" shall mean Licensor and any individual or Legal Entity
   12.76 +      on behalf of whom a Contribution has been received by Licensor and
   12.77 +      subsequently incorporated within the Work.
   12.78 +
   12.79 +   2. Grant of Copyright License. Subject to the terms and conditions of
   12.80 +      this License, each Contributor hereby grants to You a perpetual,
   12.81 +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   12.82 +      copyright license to reproduce, prepare Derivative Works of,
   12.83 +      publicly display, publicly perform, sublicense, and distribute the
   12.84 +      Work and such Derivative Works in Source or Object form.
   12.85 +
   12.86 +   3. Grant of Patent License. Subject to the terms and conditions of
   12.87 +      this License, each Contributor hereby grants to You a perpetual,
   12.88 +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   12.89 +      (except as stated in this section) patent license to make, have made,
   12.90 +      use, offer to sell, sell, import, and otherwise transfer the Work,
   12.91 +      where such license applies only to those patent claims licensable
   12.92 +      by such Contributor that are necessarily infringed by their
   12.93 +      Contribution(s) alone or by combination of their Contribution(s)
   12.94 +      with the Work to which such Contribution(s) was submitted. If You
   12.95 +      institute patent litigation against any entity (including a
   12.96 +      cross-claim or counterclaim in a lawsuit) alleging that the Work
   12.97 +      or a Contribution incorporated within the Work constitutes direct
   12.98 +      or contributory patent infringement, then any patent licenses
   12.99 +      granted to You under this License for that Work shall terminate
  12.100 +      as of the date such litigation is filed.
  12.101 +
  12.102 +   4. Redistribution. You may reproduce and distribute copies of the
  12.103 +      Work or Derivative Works thereof in any medium, with or without
  12.104 +      modifications, and in Source or Object form, provided that You
  12.105 +      meet the following conditions:
  12.106 +
  12.107 +      (a) You must give any other recipients of the Work or
  12.108 +          Derivative Works a copy of this License; and
  12.109 +
  12.110 +      (b) You must cause any modified files to carry prominent notices
  12.111 +          stating that You changed the files; and
  12.112 +
  12.113 +      (c) You must retain, in the Source form of any Derivative Works
  12.114 +          that You distribute, all copyright, patent, trademark, and
  12.115 +          attribution notices from the Source form of the Work,
  12.116 +          excluding those notices that do not pertain to any part of
  12.117 +          the Derivative Works; and
  12.118 +
  12.119 +      (d) If the Work includes a "NOTICE" text file as part of its
  12.120 +          distribution, then any Derivative Works that You distribute must
  12.121 +          include a readable copy of the attribution notices contained
  12.122 +          within such NOTICE file, excluding those notices that do not
  12.123 +          pertain to any part of the Derivative Works, in at least one
  12.124 +          of the following places: within a NOTICE text file distributed
  12.125 +          as part of the Derivative Works; within the Source form or
  12.126 +          documentation, if provided along with the Derivative Works; or,
  12.127 +          within a display generated by the Derivative Works, if and
  12.128 +          wherever such third-party notices normally appear. The contents
  12.129 +          of the NOTICE file are for informational purposes only and
  12.130 +          do not modify the License. You may add Your own attribution
  12.131 +          notices within Derivative Works that You distribute, alongside
  12.132 +          or as an addendum to the NOTICE text from the Work, provided
  12.133 +          that such additional attribution notices cannot be construed
  12.134 +          as modifying the License.
  12.135 +
  12.136 +      You may add Your own copyright statement to Your modifications and
  12.137 +      may provide additional or different license terms and conditions
  12.138 +      for use, reproduction, or distribution of Your modifications, or
  12.139 +      for any such Derivative Works as a whole, provided Your use,
  12.140 +      reproduction, and distribution of the Work otherwise complies with
  12.141 +      the conditions stated in this License.
  12.142 +
  12.143 +   5. Submission of Contributions. Unless You explicitly state otherwise,
  12.144 +      any Contribution intentionally submitted for inclusion in the Work
  12.145 +      by You to the Licensor shall be under the terms and conditions of
  12.146 +      this License, without any additional terms or conditions.
  12.147 +      Notwithstanding the above, nothing herein shall supersede or modify
  12.148 +      the terms of any separate license agreement you may have executed
  12.149 +      with Licensor regarding such Contributions.
  12.150 +
  12.151 +   6. Trademarks. This License does not grant permission to use the trade
  12.152 +      names, trademarks, service marks, or product names of the Licensor,
  12.153 +      except as required for reasonable and customary use in describing the
  12.154 +      origin of the Work and reproducing the content of the NOTICE file.
  12.155 +
  12.156 +   7. Disclaimer of Warranty. Unless required by applicable law or
  12.157 +      agreed to in writing, Licensor provides the Work (and each
  12.158 +      Contributor provides its Contributions) on an "AS IS" BASIS,
  12.159 +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  12.160 +      implied, including, without limitation, any warranties or conditions
  12.161 +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  12.162 +      PARTICULAR PURPOSE. You are solely responsible for determining the
  12.163 +      appropriateness of using or redistributing the Work and assume any
  12.164 +      risks associated with Your exercise of permissions under this License.
  12.165 +
  12.166 +   8. Limitation of Liability. In no event and under no legal theory,
  12.167 +      whether in tort (including negligence), contract, or otherwise,
  12.168 +      unless required by applicable law (such as deliberate and grossly
  12.169 +      negligent acts) or agreed to in writing, shall any Contributor be
  12.170 +      liable to You for damages, including any direct, indirect, special,
  12.171 +      incidental, or consequential damages of any character arising as a
  12.172 +      result of this License or out of the use or inability to use the
  12.173 +      Work (including but not limited to damages for loss of goodwill,
  12.174 +      work stoppage, computer failure or malfunction, or any and all
  12.175 +      other commercial damages or losses), even if such Contributor
  12.176 +      has been advised of the possibility of such damages.
  12.177 +
  12.178 +   9. Accepting Warranty or Additional Liability. While redistributing
  12.179 +      the Work or Derivative Works thereof, You may choose to offer,
  12.180 +      and charge a fee for, acceptance of support, warranty, indemnity,
  12.181 +      or other liability obligations and/or rights consistent with this
  12.182 +      License. However, in accepting such obligations, You may act only
  12.183 +      on Your own behalf and on Your sole responsibility, not on behalf
  12.184 +      of any other Contributor, and only if You agree to indemnify,
  12.185 +      defend, and hold each Contributor harmless for any liability
  12.186 +      incurred by, or claims asserted against, such Contributor by reason
  12.187 +      of your accepting any such warranty or additional liability.
  12.188 +
  12.189 +   END OF TERMS AND CONDITIONS
  12.190 +
  12.191 +   Copyright 2004 ThoughtWorks, Inc.
  12.192 +   
  12.193 +       http://www.thoughtworks.com
  12.194 +
  12.195 +   Licensed under the Apache License, Version 2.0 (the "License");
  12.196 +   you may not use this file except in compliance with the License.
  12.197 +   You may obtain a copy of the License at
  12.198 +
  12.199 +       http://www.apache.org/licenses/LICENSE-2.0
  12.200 +
  12.201 +   Unless required by applicable law or agreed to in writing, software
  12.202 +   distributed under the License is distributed on an "AS IS" BASIS,
  12.203 +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12.204 +   See the License for the specific language governing permissions and
  12.205 +   limitations under the License.
  12.206 \ No newline at end of file
    13.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.2 +++ b/selenium.server.binary/manifest.mf	Mon Jan 28 15:12:51 2013 +0100
    13.3 @@ -0,0 +1,5 @@
    13.4 +Manifest-Version: 1.0
    13.5 +OpenIDE-Module: org.netbeans.modules.selenium.server.binary
    13.6 +OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/selenium/server/binary/Bundle.properties
    13.7 +OpenIDE-Module-Specification-Version: 1.0
    13.8 +
    14.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.2 +++ b/selenium.server.binary/nbproject/project.properties	Mon Jan 28 15:12:51 2013 +0100
    14.3 @@ -0,0 +1,7 @@
    14.4 +is.autoload=true
    14.5 +javac.source=1.6
    14.6 +javac.compilerargs=-Xlint -Xlint:-serial
    14.7 +extra.license.files=external/selenium-server-2.16.1-licence.txt
    14.8 +nbm.module.author=Martin Fousek
    14.9 +release.external/selenium-server-2.16.1.jar=modules/ext/selenium/selenium-server-2.16.1.jar
   14.10 +jnlp.indirect.jars=modules/ext/selenium/selenium-server-2.16.1.jar
    15.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.2 +++ b/selenium.server.binary/nbproject/project.xml	Mon Jan 28 15:12:51 2013 +0100
    15.3 @@ -0,0 +1,20 @@
    15.4 +<?xml version="1.0" encoding="UTF-8"?>
    15.5 +<project xmlns="http://www.netbeans.org/ns/project/1">
    15.6 +    <type>org.netbeans.modules.apisupport.project</type>
    15.7 +    <configuration>
    15.8 +        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
    15.9 +            <code-name-base>org.netbeans.modules.selenium.server.binary</code-name-base>
   15.10 +            <module-dependencies/>
   15.11 +            <test-dependencies>
   15.12 +                <test-type>
   15.13 +                    <name>unit</name>
   15.14 +                    <test-dependency>
   15.15 +                        <code-name-base>org.netbeans.libs.junit4</code-name-base>
   15.16 +                        <compile-dependency/>
   15.17 +                    </test-dependency>
   15.18 +                </test-type>
   15.19 +            </test-dependencies>
   15.20 +            <public-packages/>
   15.21 +        </data>
   15.22 +    </configuration>
   15.23 +</project>
    16.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.2 +++ b/selenium.server.binary/src/org/netbeans/modules/selenium/server/binary/Bundle.properties	Mon Jan 28 15:12:51 2013 +0100
    16.3 @@ -0,0 +1,1 @@
    16.4 +OpenIDE-Module-Name=Selenium Server Binary
    17.1 --- a/selenium.server/external/binaries-list	Mon Jan 14 10:24:40 2013 +0100
    17.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.3 @@ -1,1 +0,0 @@
    17.4 -1C101062DBAF52594F89228F8E1E9C0B1ADF8EE9 selenium-server-2.16.1.jar
    17.5 \ No newline at end of file
    18.1 --- a/selenium.server/external/selenium-server-2.16.1-licence.txt	Mon Jan 14 10:24:40 2013 +0100
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,202 +0,0 @@
    18.4 -Name: selenium-server-2.16.1.jar
    18.5 -Version: 2.16.1
    18.6 -Description: Library for management of some selenium java client driver.
    18.7 -License: Apache_V20
    18.8 -Origin: http://seleniumhq.org/download/
    18.9 -
   18.10 -Use of selenium-server-2.16.1.jar version 2.16.1 is governed by the terms of the license below:
   18.11 -
   18.12 -
   18.13 -                                 Apache License
   18.14 -                           Version 2.0, January 2004
   18.15 -                        http://www.apache.org/licenses/
   18.16 -      
   18.17 -
   18.18 -   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   18.19 -
   18.20 -   1. Definitions.
   18.21 -
   18.22 -      "License" shall mean the terms and conditions for use, reproduction,
   18.23 -      and distribution as defined by Sections 1 through 9 of this document.
   18.24 -
   18.25 -      "Licensor" shall mean the copyright owner or entity authorized by
   18.26 -      the copyright owner that is granting the License.
   18.27 -
   18.28 -      "Legal Entity" shall mean the union of the acting entity and all
   18.29 -      other entities that control, are controlled by, or are under common
   18.30 -      control with that entity. For the purposes of this definition,
   18.31 -      "control" means (i) the power, direct or indirect, to cause the
   18.32 -      direction or management of such entity, whether by contract or
   18.33 -      otherwise, or (ii) ownership of fifty percent (50%) or more of the
   18.34 -      outstanding shares, or (iii) beneficial ownership of such entity.
   18.35 -
   18.36 -      "You" (or "Your") shall mean an individual or Legal Entity
   18.37 -      exercising permissions granted by this License.
   18.38 -
   18.39 -      "Source" form shall mean the preferred form for making modifications,
   18.40 -      including but not limited to software source code, documentation
   18.41 -      source, and configuration files.
   18.42 -
   18.43 -      "Object" form shall mean any form resulting from mechanical
   18.44 -      transformation or translation of a Source form, including but
   18.45 -      not limited to compiled object code, generated documentation,
   18.46 -      and conversions to other media types.
   18.47 -
   18.48 -      "Work" shall mean the work of authorship, whether in Source or
   18.49 -      Object form, made available under the License, as indicated by a
   18.50 -      copyright notice that is included in or attached to the work
   18.51 -      (an example is provided in the Appendix below).
   18.52 -
   18.53 -      "Derivative Works" shall mean any work, whether in Source or Object
   18.54 -      form, that is based on (or derived from) the Work and for which the
   18.55 -      editorial revisions, annotations, elaborations, or other modifications
   18.56 -      represent, as a whole, an original work of authorship. For the purposes
   18.57 -      of this License, Derivative Works shall not include works that remain
   18.58 -      separable from, or merely link (or bind by name) to the interfaces of,
   18.59 -      the Work and Derivative Works thereof.
   18.60 -
   18.61 -      "Contribution" shall mean any work of authorship, including
   18.62 -      the original version of the Work and any modifications or additions
   18.63 -      to that Work or Derivative Works thereof, that is intentionally
   18.64 -      submitted to Licensor for inclusion in the Work by the copyright owner
   18.65 -      or by an individual or Legal Entity authorized to submit on behalf of
   18.66 -      the copyright owner. For the purposes of this definition, "submitted"
   18.67 -      means any form of electronic, verbal, or written communication sent
   18.68 -      to the Licensor or its representatives, including but not limited to
   18.69 -      communication on electronic mailing lists, source code control systems,
   18.70 -      and issue tracking systems that are managed by, or on behalf of, the
   18.71 -      Licensor for the purpose of discussing and improving the Work, but
   18.72 -      excluding communication that is conspicuously marked or otherwise
   18.73 -      designated in writing by the copyright owner as "Not a Contribution."
   18.74 -
   18.75 -      "Contributor" shall mean Licensor and any individual or Legal Entity
   18.76 -      on behalf of whom a Contribution has been received by Licensor and
   18.77 -      subsequently incorporated within the Work.
   18.78 -
   18.79 -   2. Grant of Copyright License. Subject to the terms and conditions of
   18.80 -      this License, each Contributor hereby grants to You a perpetual,
   18.81 -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   18.82 -      copyright license to reproduce, prepare Derivative Works of,
   18.83 -      publicly display, publicly perform, sublicense, and distribute the
   18.84 -      Work and such Derivative Works in Source or Object form.
   18.85 -
   18.86 -   3. Grant of Patent License. Subject to the terms and conditions of
   18.87 -      this License, each Contributor hereby grants to You a perpetual,
   18.88 -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   18.89 -      (except as stated in this section) patent license to make, have made,
   18.90 -      use, offer to sell, sell, import, and otherwise transfer the Work,
   18.91 -      where such license applies only to those patent claims licensable
   18.92 -      by such Contributor that are necessarily infringed by their
   18.93 -      Contribution(s) alone or by combination of their Contribution(s)
   18.94 -      with the Work to which such Contribution(s) was submitted. If You
   18.95 -      institute patent litigation against any entity (including a
   18.96 -      cross-claim or counterclaim in a lawsuit) alleging that the Work
   18.97 -      or a Contribution incorporated within the Work constitutes direct
   18.98 -      or contributory patent infringement, then any patent licenses
   18.99 -      granted to You under this License for that Work shall terminate
  18.100 -      as of the date such litigation is filed.
  18.101 -
  18.102 -   4. Redistribution. You may reproduce and distribute copies of the
  18.103 -      Work or Derivative Works thereof in any medium, with or without
  18.104 -      modifications, and in Source or Object form, provided that You
  18.105 -      meet the following conditions:
  18.106 -
  18.107 -      (a) You must give any other recipients of the Work or
  18.108 -          Derivative Works a copy of this License; and
  18.109 -
  18.110 -      (b) You must cause any modified files to carry prominent notices
  18.111 -          stating that You changed the files; and
  18.112 -
  18.113 -      (c) You must retain, in the Source form of any Derivative Works
  18.114 -          that You distribute, all copyright, patent, trademark, and
  18.115 -          attribution notices from the Source form of the Work,
  18.116 -          excluding those notices that do not pertain to any part of
  18.117 -          the Derivative Works; and
  18.118 -
  18.119 -      (d) If the Work includes a "NOTICE" text file as part of its
  18.120 -          distribution, then any Derivative Works that You distribute must
  18.121 -          include a readable copy of the attribution notices contained
  18.122 -          within such NOTICE file, excluding those notices that do not
  18.123 -          pertain to any part of the Derivative Works, in at least one
  18.124 -          of the following places: within a NOTICE text file distributed
  18.125 -          as part of the Derivative Works; within the Source form or
  18.126 -          documentation, if provided along with the Derivative Works; or,
  18.127 -          within a display generated by the Derivative Works, if and
  18.128 -          wherever such third-party notices normally appear. The contents
  18.129 -          of the NOTICE file are for informational purposes only and
  18.130 -          do not modify the License. You may add Your own attribution
  18.131 -          notices within Derivative Works that You distribute, alongside
  18.132 -          or as an addendum to the NOTICE text from the Work, provided
  18.133 -          that such additional attribution notices cannot be construed
  18.134 -          as modifying the License.
  18.135 -
  18.136 -      You may add Your own copyright statement to Your modifications and
  18.137 -      may provide additional or different license terms and conditions
  18.138 -      for use, reproduction, or distribution of Your modifications, or
  18.139 -      for any such Derivative Works as a whole, provided Your use,
  18.140 -      reproduction, and distribution of the Work otherwise complies with
  18.141 -      the conditions stated in this License.
  18.142 -
  18.143 -   5. Submission of Contributions. Unless You explicitly state otherwise,
  18.144 -      any Contribution intentionally submitted for inclusion in the Work
  18.145 -      by You to the Licensor shall be under the terms and conditions of
  18.146 -      this License, without any additional terms or conditions.
  18.147 -      Notwithstanding the above, nothing herein shall supersede or modify
  18.148 -      the terms of any separate license agreement you may have executed
  18.149 -      with Licensor regarding such Contributions.
  18.150 -
  18.151 -   6. Trademarks. This License does not grant permission to use the trade
  18.152 -      names, trademarks, service marks, or product names of the Licensor,
  18.153 -      except as required for reasonable and customary use in describing the
  18.154 -      origin of the Work and reproducing the content of the NOTICE file.
  18.155 -
  18.156 -   7. Disclaimer of Warranty. Unless required by applicable law or
  18.157 -      agreed to in writing, Licensor provides the Work (and each
  18.158 -      Contributor provides its Contributions) on an "AS IS" BASIS,
  18.159 -      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  18.160 -      implied, including, without limitation, any warranties or conditions
  18.161 -      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  18.162 -      PARTICULAR PURPOSE. You are solely responsible for determining the
  18.163 -      appropriateness of using or redistributing the Work and assume any
  18.164 -      risks associated with Your exercise of permissions under this License.
  18.165 -
  18.166 -   8. Limitation of Liability. In no event and under no legal theory,
  18.167 -      whether in tort (including negligence), contract, or otherwise,
  18.168 -      unless required by applicable law (such as deliberate and grossly
  18.169 -      negligent acts) or agreed to in writing, shall any Contributor be
  18.170 -      liable to You for damages, including any direct, indirect, special,
  18.171 -      incidental, or consequential damages of any character arising as a
  18.172 -      result of this License or out of the use or inability to use the
  18.173 -      Work (including but not limited to damages for loss of goodwill,
  18.174 -      work stoppage, computer failure or malfunction, or any and all
  18.175 -      other commercial damages or losses), even if such Contributor
  18.176 -      has been advised of the possibility of such damages.
  18.177 -
  18.178 -   9. Accepting Warranty or Additional Liability. While redistributing
  18.179 -      the Work or Derivative Works thereof, You may choose to offer,
  18.180 -      and charge a fee for, acceptance of support, warranty, indemnity,
  18.181 -      or other liability obligations and/or rights consistent with this
  18.182 -      License. However, in accepting such obligations, You may act only
  18.183 -      on Your own behalf and on Your sole responsibility, not on behalf
  18.184 -      of any other Contributor, and only if You agree to indemnify,
  18.185 -      defend, and hold each Contributor harmless for any liability
  18.186 -      incurred by, or claims asserted against, such Contributor by reason
  18.187 -      of your accepting any such warranty or additional liability.
  18.188 -
  18.189 -   END OF TERMS AND CONDITIONS
  18.190 -
  18.191 -   Copyright 2004 ThoughtWorks, Inc.
  18.192 -   
  18.193 -       http://www.thoughtworks.com
  18.194 -
  18.195 -   Licensed under the Apache License, Version 2.0 (the "License");
  18.196 -   you may not use this file except in compliance with the License.
  18.197 -   You may obtain a copy of the License at
  18.198 -
  18.199 -       http://www.apache.org/licenses/LICENSE-2.0
  18.200 -
  18.201 -   Unless required by applicable law or agreed to in writing, software
  18.202 -   distributed under the License is distributed on an "AS IS" BASIS,
  18.203 -   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  18.204 -   See the License for the specific language governing permissions and
  18.205 -   limitations under the License.
  18.206 \ No newline at end of file
    19.1 --- a/selenium.server/manifest.mf	Mon Jan 14 10:24:40 2013 +0100
    19.2 +++ b/selenium.server/manifest.mf	Mon Jan 28 15:12:51 2013 +0100
    19.3 @@ -3,5 +3,5 @@
    19.4  OpenIDE-Module-Layer: org/netbeans/modules/selenium/server/layer.xml
    19.5  OpenIDE-Module-Install: org/netbeans/modules/selenium/server/Installer.class
    19.6  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/selenium/server/Bundle.properties
    19.7 -OpenIDE-Module-Specification-Version: 1.5
    19.8 +OpenIDE-Module-Specification-Version: 1.6
    19.9  
    20.1 --- a/selenium.server/nbproject/project.properties	Mon Jan 14 10:24:40 2013 +0100
    20.2 +++ b/selenium.server/nbproject/project.properties	Mon Jan 28 15:12:51 2013 +0100
    20.3 @@ -1,9 +1,6 @@
    20.4  javac.source=1.6
    20.5  javac.compilerargs=-Xlint -Xlint:-serial
    20.6  nbm.module.author=Jindrich Sedek, Martin Fousek
    20.7 -extra.license.files=external/selenium-server-2.16.1-licence.txt
    20.8 -release.external/selenium-server-2.16.1.jar=modules/ext/selenium/selenium-server-2.16.1.jar
    20.9 -jnlp.indirect.jars=modules/ext/selenium/selenium-server-2.16.1.jar
   20.10  
   20.11  # junit properties
   20.12 -test-unit-sys-prop.test.selenium.server.jar=${basedir}/external/selenium-server-2.16.1.jar
   20.13 +test-unit-sys-prop.test.selenium.server.jar=${basedir}/../selenium.server.binary/external/selenium-server-2.16.1.jar
    21.1 --- a/selenium.server/nbproject/project.xml	Mon Jan 14 10:24:40 2013 +0100
    21.2 +++ b/selenium.server/nbproject/project.xml	Mon Jan 28 15:12:51 2013 +0100
    21.3 @@ -6,6 +6,12 @@
    21.4              <code-name-base>org.netbeans.modules.selenium.server</code-name-base>
    21.5              <module-dependencies>
    21.6                  <dependency>
    21.7 +                    <code-name-base>org.netbeans.modules.selenium.server.binary</code-name-base>
    21.8 +                    <run-dependency>
    21.9 +                        <specification-version>1.0</specification-version>
   21.10 +                    </run-dependency>
   21.11 +                </dependency>
   21.12 +                <dependency>
   21.13                      <code-name-base>org.netbeans.modules.server</code-name-base>
   21.14                      <build-prerequisite/>
   21.15                      <compile-dependency/>
    22.1 --- a/selenium.server/test/unit/src/org/netbeans/modules/selenium/server/SeleniumServerNodeTest.java	Mon Jan 14 10:24:40 2013 +0100
    22.2 +++ b/selenium.server/test/unit/src/org/netbeans/modules/selenium/server/SeleniumServerNodeTest.java	Mon Jan 28 15:12:51 2013 +0100
    22.3 @@ -147,7 +147,7 @@
    22.4  
    22.5          @Override
    22.6          public File locate(String relativePath, String codeNameBase, boolean localized) {
    22.7 -            if (relativePath.equals("modules/ext/selenium/selenium-server-2.0.jar")) {
    22.8 +            if (relativePath.equals("modules/ext/selenium/selenium-server-2.16.1.jar")) {
    22.9                  String path = System.getProperty("test.selenium.server.jar");
   22.10                  System.err.println(path);
   22.11                  assertNotNull("must set test.selenium.server.jar", path);
    23.1 --- a/selenium/external/binaries-list	Mon Jan 14 10:24:40 2013 +0100
    23.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.3 @@ -1,2 +0,0 @@
    23.4 -DA449FFBBA97CDBD489EBE058A4C332130448499 selenium-java-client-driver-2.16.1.zip
    23.5 -184514077C8B787DC3899BE8208FFAEC35996EC8 selenium-java-client-driver-sources-2.16.1.jar
    23.6 \ No newline at end of file
    24.1 --- a/selenium/external/selenium-java-client-driver-2.16.1-licence.txt	Mon Jan 14 10:24:40 2013 +0100
    24.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.3 @@ -1,201 +0,0 @@
    24.4 -Name: selenium-java-client-driver-2.16.1.jar
    24.5 -Version: 2.16.1
    24.6 -Description: Library for management of some selenium java client driver.
    24.7 -License: Apache_V20
    24.8 -Origin: http://selenium.seleniumhq.org/
    24.9 -
   24.10 -Use of selenium-java-client-driver-2.16.1.jar version 2.16.1 is governed by the terms of the license below:
   24.11 -
   24.12 -                                 Apache License
   24.13 -                           Version 2.0, January 2004
   24.14 -                        http://www.apache.org/licenses/
   24.15 -      
   24.16 -
   24.17 -   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
   24.18 -
   24.19 -   1. Definitions.
   24.20 -
   24.21 -      "License" shall mean the terms and conditions for use, reproduction,
   24.22 -      and distribution as defined by Sections 1 through 9 of this document.
   24.23 -
   24.24 -      "Licensor" shall mean the copyright owner or entity authorized by
   24.25 -      the copyright owner that is granting the License.
   24.26 -
   24.27 -      "Legal Entity" shall mean the union of the acting entity and all
   24.28 -      other entities that control, are controlled by, or are under common
   24.29 -      control with that entity. For the purposes of this definition,
   24.30 -      "control" means (i) the power, direct or indirect, to cause the
   24.31 -      direction or management of such entity, whether by contract or
   24.32 -      otherwise, or (ii) ownership of fifty percent (50%) or more of the
   24.33 -      outstanding shares, or (iii) beneficial ownership of such entity.
   24.34 -
   24.35 -      "You" (or "Your") shall mean an individual or Legal Entity
   24.36 -      exercising permissions granted by this License.
   24.37 -
   24.38 -      "Source" form shall mean the preferred form for making modifications,
   24.39 -      including but not limited to software source code, documentation
   24.40 -      source, and configuration files.
   24.41 -
   24.42 -      "Object" form shall mean any form resulting from mechanical
   24.43 -      transformation or translation of a Source form, including but
   24.44 -      not limited to compiled object code, generated documentation,
   24.45 -      and conversions to other media types.
   24.46 -
   24.47 -      "Work" shall mean the work of authorship, whether in Source or
   24.48 -      Object form, made available under the License, as indicated by a
   24.49 -      copyright notice that is included in or attached to the work
   24.50 -      (an example is provided in the Appendix below).
   24.51 -
   24.52 -      "Derivative Works" shall mean any work, whether in Source or Object
   24.53 -      form, that is based on (or derived from) the Work and for which the
   24.54 -      editorial revisions, annotations, elaborations, or other modifications
   24.55 -      represent, as a whole, an original work of authorship. For the purposes
   24.56 -      of this License, Derivative Works shall not include works that remain
   24.57 -      separable from, or merely link (or bind by name) to the interfaces of,
   24.58 -      the Work and Derivative Works thereof.
   24.59 -
   24.60 -      "Contribution" shall mean any work of authorship, including
   24.61 -      the original version of the Work and any modifications or additions
   24.62 -      to that Work or Derivative Works thereof, that is intentionally
   24.63 -      submitted to Licensor for inclusion in the Work by the copyright owner
   24.64 -      or by an individual or Legal Entity authorized to submit on behalf of
   24.65 -      the copyright owner. For the purposes of this definition, "submitted"
   24.66 -      means any form of electronic, verbal, or written communication sent
   24.67 -      to the Licensor or its representatives, including but not limited to
   24.68 -      communication on electronic mailing lists, source code control systems,
   24.69 -      and issue tracking systems that are managed by, or on behalf of, the
   24.70 -      Licensor for the purpose of discussing and improving the Work, but
   24.71 -      excluding communication that is conspicuously marked or otherwise
   24.72 -      designated in writing by the copyright owner as "Not a Contribution."
   24.73 -
   24.74 -      "Contributor" shall mean Licensor and any individual or Legal Entity
   24.75 -      on behalf of whom a Contribution has been received by Licensor and
   24.76 -      subsequently incorporated within the Work.
   24.77 -
   24.78 -   2. Grant of Copyright License. Subject to the terms and conditions of
   24.79 -      this License, each Contributor hereby grants to You a perpetual,
   24.80 -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   24.81 -      copyright license to reproduce, prepare Derivative Works of,
   24.82 -      publicly display, publicly perform, sublicense, and distribute the
   24.83 -      Work and such Derivative Works in Source or Object form.
   24.84 -
   24.85 -   3. Grant of Patent License. Subject to the terms and conditions of
   24.86 -      this License, each Contributor hereby grants to You a perpetual,
   24.87 -      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
   24.88 -      (except as stated in this section) patent license to make, have made,
   24.89 -      use, offer to sell, sell, import, and otherwise transfer the Work,
   24.90 -      where such license applies only to those patent claims licensable
   24.91 -      by such Contributor that are necessarily infringed by their
   24.92 -      Contribution(s) alone or by combination of their Contribution(s)
   24.93 -      with the Work to which such Contribution(s) was submitted. If You
   24.94 -      institute patent litigation against any entity (including a
   24.95 -      cross-claim or counterclaim in a lawsuit) alleging that the Work
   24.96 -      or a Contribution incorporated within the Work constitutes direct
   24.97 -      or contributory patent infringement, then any patent licenses
   24.98 -      granted to You under this License for that Work shall terminate
   24.99 -      as of the date such litigation is filed.
  24.100 -
  24.101 -   4. Redistribution. You may reproduce and distribute copies of the
  24.102 -      Work or Derivative Works thereof in any medium, with or without
  24.103 -      modifications, and in Source or Object form, provided that You
  24.104 -      meet the following conditions:
  24.105 -
  24.106 -      (a) You must give any other recipients of the Work or
  24.107 -          Derivative Works a copy of this License; and
  24.108 -
  24.109 -      (b) You must cause any modified files to carry prominent notices
  24.110 -          stating that You changed the files; and
  24.111 -
  24.112 -      (c) You must retain, in the Source form of any Derivative Works
  24.113 -          that You distribute, all copyright, patent, trademark, and
  24.114 -          attribution notices from the Source form of the Work,
  24.115 -          excluding those notices that do not pertain to any part of
  24.116 -          the Derivative Works; and
  24.117 -
  24.118 -      (d) If the Work includes a "NOTICE" text file as part of its
  24.119 -          distribution, then any Derivative Works that You distribute must
  24.120 -          include a readable copy of the attribution notices contained
  24.121 -          within such NOTICE file, excluding those notices that do not
  24.122 -          pertain to any part of the Derivative Works, in at least one
  24.123 -          of the following places: within a NOTICE text file distributed
  24.124 -          as part of the Derivative Works; within the Source form or
  24.125 -          documentation, if provided along with the Derivative Works; or,
  24.126 -          within a display generated by the Derivative Works, if and
  24.127 -          wherever such third-party notices normally appear. The contents
  24.128 -          of the NOTICE file are for informational purposes only and
  24.129 -          do not modify the License. You may add Your own attribution
  24.130 -          notices within Derivative Works that You distribute, alongside
  24.131 -          or as an addendum to the NOTICE text from the Work, provided
  24.132 -          that such additional attribution notices cannot be construed
  24.133 -          as modifying the License.
  24.134 -
  24.135 -      You may add Your own copyright statement to Your modifications and
  24.136 -      may provide additional or different license terms and conditions
  24.137 -      for use, reproduction, or distribution of Your modifications, or
  24.138 -      for any such Derivative Works as a whole, provided Your use,
  24.139 -      reproduction, and distribution of the Work otherwise complies with
  24.140 -      the conditions stated in this License.
  24.141 -
  24.142 -   5. Submission of Contributions. Unless You explicitly state otherwise,
  24.143 -      any Contribution intentionally submitted for inclusion in the Work
  24.144 -      by You to the Licensor shall be under the terms and conditions of
  24.145 -      this License, without any additional terms or conditions.
  24.146 -      Notwithstanding the above, nothing herein shall supersede or modify
  24.147 -      the terms of any separate license agreement you may have executed
  24.148 -      with Licensor regarding such Contributions.
  24.149 -
  24.150 -   6. Trademarks. This License does not grant permission to use the trade
  24.151 -      names, trademarks, service marks, or product names of the Licensor,
  24.152 -      except as required for reasonable and customary use in describing the
  24.153 -      origin of the Work and reproducing the content of the NOTICE file.
  24.154 -
  24.155 -   7. Disclaimer of Warranty. Unless required by applicable law or
  24.156 -      agreed to in writing, Licensor provides the Work (and each
  24.157 -      Contributor provides its Contributions) on an "AS IS" BASIS,
  24.158 -      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  24.159 -      implied, including, without limitation, any warranties or conditions
  24.160 -      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  24.161 -      PARTICULAR PURPOSE. You are solely responsible for determining the
  24.162 -      appropriateness of using or redistributing the Work and assume any
  24.163 -      risks associated with Your exercise of permissions under this License.
  24.164 -
  24.165 -   8. Limitation of Liability. In no event and under no legal theory,
  24.166 -      whether in tort (including negligence), contract, or otherwise,
  24.167 -      unless required by applicable law (such as deliberate and grossly
  24.168 -      negligent acts) or agreed to in writing, shall any Contributor be
  24.169 -      liable to You for damages, including any direct, indirect, special,
  24.170 -      incidental, or consequential damages of any character arising as a
  24.171 -      result of this License or out of the use or inability to use the
  24.172 -      Work (including but not limited to damages for loss of goodwill,
  24.173 -      work stoppage, computer failure or malfunction, or any and all
  24.174 -      other commercial damages or losses), even if such Contributor
  24.175 -      has been advised of the possibility of such damages.
  24.176 -
  24.177 -   9. Accepting Warranty or Additional Liability. While redistributing
  24.178 -      the Work or Derivative Works thereof, You may choose to offer,
  24.179 -      and charge a fee for, acceptance of support, warranty, indemnity,
  24.180 -      or other liability obligations and/or rights consistent with this
  24.181 -      License. However, in accepting such obligations, You may act only
  24.182 -      on Your own behalf and on Your sole responsibility, not on behalf
  24.183 -      of any other Contributor, and only if You agree to indemnify,
  24.184 -      defend, and hold each Contributor harmless for any liability
  24.185 -      incurred by, or claims asserted against, such Contributor by reason
  24.186 -      of your accepting any such warranty or additional liability.
  24.187 -
  24.188 -   END OF TERMS AND CONDITIONS
  24.189 -
  24.190 -   Copyright 2004 ThoughtWorks, Inc.
  24.191 -   
  24.192 -       http://www.thoughtworks.com
  24.193 -
  24.194 -   Licensed under the Apache License, Version 2.0 (the "License");
  24.195 -   you may not use this file except in compliance with the License.
  24.196 -   You may obtain a copy of the License at
  24.197 -
  24.198 -       http://www.apache.org/licenses/LICENSE-2.0
  24.199 -
  24.200 -   Unless required by applicable law or agreed to in writing, software
  24.201 -   distributed under the License is distributed on an "AS IS" BASIS,
  24.202 -   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24.203 -   See the License for the specific language governing permissions and
  24.204 -   limitations under the License.
  24.205 \ No newline at end of file
    25.1 --- a/selenium/manifest.mf	Mon Jan 14 10:24:40 2013 +0100
    25.2 +++ b/selenium/manifest.mf	Mon Jan 28 15:12:51 2013 +0100
    25.3 @@ -2,6 +2,4 @@
    25.4  OpenIDE-Module: org.netbeans.modules.selenium
    25.5  OpenIDE-Module-Layer: org/netbeans/modules/selenium/layer.xml
    25.6  OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/selenium/Bundle.properties
    25.7 -OpenIDE-Module-Specification-Version: 1.4
    25.8 -
    25.9 -
   25.10 +OpenIDE-Module-Specification-Version: 1.5
    26.1 --- a/selenium/nbproject/project.properties	Mon Jan 14 10:24:40 2013 +0100
    26.2 +++ b/selenium/nbproject/project.properties	Mon Jan 28 15:12:51 2013 +0100
    26.3 @@ -40,42 +40,3 @@
    26.4  javac.compilerargs=-Xlint -Xlint:-serial
    26.5  nbm.homepage=http://wiki.netbeans.org/SeleniumPlugin
    26.6  nbm.module.author=Jindrich Sedek, Martin Fousek
    26.7 -extra.license.files=external/selenium-java-client-driver-2.16.1-licence.txt
    26.8 -
    26.9 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/apache-mime4j-0.6.jar=modules/ext/selenium-client-2.16.1/apache-mime4j-0.6.jar
   26.10 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/bsh-1.3.0.jar=modules/ext/selenium-client-2.16.1/bsh-1.3.0.jar
   26.11 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/cglib-nodep-2.1_3.jar=modules/ext/selenium-client-2.16.1/cglib-nodep-2.1_3.jar
   26.12 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-codec-1.4.jar=modules/ext/selenium-client-2.16.1/commons-codec-1.4.jar
   26.13 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-collections-3.2.1.jar=modules/ext/selenium-client-2.16.1/commons-collections-3.2.1.jar
   26.14 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-exec-1.1.jar=modules/ext/selenium-client-2.16.1/commons-exec-1.1.jar
   26.15 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-io-2.0.1.jar=modules/ext/selenium-client-2.16.1/commons-io-2.0.1.jar
   26.16 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-jxpath-1.3.jar=modules/ext/selenium-client-2.16.1/commons-jxpath-1.3.jar
   26.17 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-lang-2.6.jar=modules/ext/selenium-client-2.16.1/commons-lang-2.6.jar
   26.18 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/commons-logging-1.1.1.jar=modules/ext/selenium-client-2.16.1/commons-logging-1.1.1.jar
   26.19 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/cssparser-0.9.5.jar=modules/ext/selenium-client-2.16.1/cssparser-0.9.5.jar
   26.20 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/guava-10.0.1.jar=modules/ext/selenium-client-2.16.1/guava-10.0.1.jar
   26.21 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/hamcrest-all-1.1.jar=modules/ext/selenium-client-2.16.1/hamcrest-all-1.1.jar
   26.22 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/htmlunit-2.9.jar=modules/ext/selenium-client-2.16.1/htmlunit-2.9.jar
   26.23 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/htmlunit-core-js-2.9.jar=modules/ext/selenium-client-2.16.1/htmlunit-core-js-2.9.jar
   26.24 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/httpclient-4.1.2.jar=modules/ext/selenium-client-2.16.1/httpclient-4.1.2.jar
   26.25 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/httpcore-4.1.3.jar=modules/ext/selenium-client-2.16.1/httpcore-4.1.3.jar
   26.26 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/httpmime-4.1.2.jar=modules/ext/selenium-client-2.16.1/httpmime-4.1.2.jar
   26.27 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/jcommander-1.13.jar=modules/ext/selenium-client-2.16.1/jcommander-1.13.jar
   26.28 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/jna-3.4.0.jar=modules/ext/selenium-client-2.16.1/jna-3.4.0.jar
   26.29 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/jna-platform-3.4.0.jar=modules/ext/selenium-client-2.16.1/jna-platform-3.4.0.jar
   26.30 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/json-20080701.jar=modules/ext/selenium-client-2.16.1/json-20080701.jar
   26.31 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/junit-dep-4.10.jar=modules/ext/selenium-client-2.16.1/junit-dep-4.10.jar
   26.32 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/nekohtml-1.9.15.jar=modules/ext/selenium-client-2.16.1/nekohtml-1.9.15.jar
   26.33 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/operadriver-v0.8.1.jar=modules/ext/selenium-client-2.16.1/operadriver-v0.8.1.jar
   26.34 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/protobuf-java-2.4.1.jar=modules/ext/selenium-client-2.16.1/protobuf-java-2.4.1.jar
   26.35 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/sac-1.3.jar=modules/ext/selenium-client-2.16.1/sac-1.3.jar
   26.36 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/selenium-java-2.16.1.jar=modules/ext/selenium-client-2.16.1/selenium-java-2.16.1.jar
   26.37 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/serializer-2.7.1.jar=modules/ext/selenium-client-2.16.1/serializer-2.7.1.jar
   26.38 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/testng-6.0.1-nobsh-noguice.jar=modules/ext/selenium-client-2.16.1/testng-6.0.1-nobsh-noguice.jar
   26.39 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/xalan-2.7.1.jar=modules/ext/selenium-client-2.16.1/xalan-2.7.1.jar
   26.40 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/xercesImpl-2.9.1.jar=modules/ext/selenium-client-2.16.1/xercesImpl-2.9.1.jar
   26.41 -release.external/selenium-java-client-driver-2.16.1.zip!/selenium-java-client-driver-2.16.1/xml-apis-1.3.04.jar=modules/ext/selenium-client-2.16.1/xml-apis-1.3.04.jar
   26.42 -
   26.43 -release.external/selenium-java-client-driver-sources-2.16.1.jar=modules/ext/selenium/selenium-java-client-driver-sources-2.16.1.jar
   26.44 -
   26.45 -jnlp.indirect.jars=modules/ext/selenium/selenium-java-client-driver-2.16.1.jar
    27.1 --- a/selenium/nbproject/project.xml	Mon Jan 14 10:24:40 2013 +0100
    27.2 +++ b/selenium/nbproject/project.xml	Mon Jan 28 15:12:51 2013 +0100
    27.3 @@ -78,6 +78,12 @@
    27.4                      </run-dependency>
    27.5                  </dependency>
    27.6                  <dependency>
    27.7 +                    <code-name-base>org.netbeans.modules.selenium.binary</code-name-base>
    27.8 +                    <run-dependency>
    27.9 +                        <specification-version>1.0</specification-version>
   27.10 +                    </run-dependency>
   27.11 +                </dependency>
   27.12 +                <dependency>
   27.13                      <code-name-base>org.netbeans.modules.server</code-name-base>
   27.14                      <build-prerequisite/>
   27.15                      <compile-dependency/>
    28.1 --- a/selenium/src/org/netbeans/modules/selenium/Bundle.properties	Mon Jan 14 10:24:40 2013 +0100
    28.2 +++ b/selenium/src/org/netbeans/modules/selenium/Bundle.properties	Mon Jan 28 15:12:51 2013 +0100
    28.3 @@ -9,4 +9,3 @@
    28.4  No_Build_XML=build.xml file not found
    28.5  
    28.6  lblNoJunitCreatedOrFound=No JUnit library created and found
    28.7 -seleniumLibraryDisplayName=Selenium Java Client 2.16.1
    28.8 \ No newline at end of file
    29.1 --- a/selenium/src/org/netbeans/modules/selenium/Selenium.xml	Mon Jan 14 10:24:40 2013 +0100
    29.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.3 @@ -1,54 +0,0 @@
    29.4 -<?xml version="1.0" encoding="UTF-8"?>
    29.5 -<!--
    29.6 -To change this template, choose Tools | Templates
    29.7 -and open the template in the editor.
    29.8 --->
    29.9 -<!DOCTYPE library PUBLIC "-//NetBeans//DTD Library Declaration 1.0//EN" "http://www.netbeans.org/dtds/library-declaration-1_0.dtd">
   29.10 -<library version="1.0">
   29.11 -    <name>Selenium</name>
   29.12 -    <type>j2se</type>
   29.13 -    <localizing-bundle>org/netbeans/modules/selenium/Bundle</localizing-bundle>
   29.14 -    <volume>
   29.15 -        <type>classpath</type>
   29.16 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/bsh-1.3.0.jar!/</resource>
   29.17 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/cglib-nodep-2.1_3.jar!/</resource>
   29.18 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-codec-1.4.jar!/</resource>
   29.19 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-collections-3.2.1.jar!/</resource>
   29.20 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-exec-1.1.jar!/</resource>
   29.21 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-io-2.0.1.jar!/</resource>
   29.22 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-jxpath-1.3.jar!/</resource>
   29.23 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-lang-2.6.jar!/</resource>
   29.24 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/commons-logging-1.1.1.jar!/</resource>
   29.25 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/cssparser-0.9.5.jar!/</resource>
   29.26 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/guava-10.0.1.jar!/</resource>
   29.27 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/hamcrest-all-1.1.jar!/</resource>
   29.28 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/htmlunit-2.9.jar!/</resource>
   29.29 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/htmlunit-core-js-2.9.jar!/</resource>
   29.30 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/httpclient-4.1.2.jar!/</resource>
   29.31 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/httpcore-4.1.3.jar!/</resource>
   29.32 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/httpmime-4.1.2.jar!/</resource>
   29.33 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/jcommander-1.13.jar!/</resource>
   29.34 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/jna-3.4.0.jar!/</resource>
   29.35 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/jna-platform-3.4.0.jar!/</resource>
   29.36 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/json-20080701.jar!/</resource>
   29.37 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/junit-dep-4.10.jar!/</resource>
   29.38 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/nekohtml-1.9.15.jar!/</resource>
   29.39 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/operadriver-v0.8.1.jar!/</resource>
   29.40 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/protobuf-java-2.4.1.jar!/</resource>
   29.41 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/sac-1.3.jar!/</resource>
   29.42 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/selenium-java-2.16.1.jar!/</resource>
   29.43 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/serializer-2.7.1.jar!/</resource>
   29.44 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/testng-6.0.1-nobsh-noguice.jar!/</resource>
   29.45 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/xalan-2.7.1.jar!/</resource>
   29.46 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/xercesImpl-2.9.1.jar!/</resource>
   29.47 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium-client-2.16.1/xml-apis-1.3.04.jar!/</resource>
   29.48 -    </volume>
   29.49 -    <volume>
   29.50 -        <type>src</type>
   29.51 -        <resource>jar:nbinst://org.netbeans.modules.selenium/modules/ext/selenium/selenium-java-client-driver-sources-2.16.1.jar!</resource>
   29.52 -    </volume>
   29.53 -<!--    <volume>
   29.54 -        <type>maven-pom</type>
   29.55 -        <resource>http://repo1.maven.org/maven2/org/seleniumhq/selenium/selenium-java/2.16.1/selenium-java-2.16.1.pom</resource>
   29.56 -    </volume>-->
   29.57 -</library>
    30.1 --- a/selenium/src/org/netbeans/modules/selenium/layer.xml	Mon Jan 14 10:24:40 2013 +0100
    30.2 +++ b/selenium/src/org/netbeans/modules/selenium/layer.xml	Mon Jan 28 15:12:51 2013 +0100
    30.3 @@ -45,11 +45,4 @@
    30.4              </file>
    30.5          </folder>
    30.6      </folder>
    30.7 -    <folder name="org-netbeans-api-project-libraries">
    30.8 -        <folder name="Libraries">
    30.9 -            <file name="Selenium.xml" url="Selenium.xml">
   30.10 -                <attr name="displayName" bundlevalue="org.netbeans.modules.selenium.Bundle#seleniumLibraryDisplayName"/>
   30.11 -            </file>
   30.12 -        </folder>
   30.13 -    </folder>
   30.14  </filesystem>