added 3rd libraries
authorJiri Rechtacek <jrechtacek@netbeans.org>
Fri, 12 Aug 2011 12:48:02 +0200
changeset 4cd17635c6d04
parent 3 5421ab22be0a
child 5 deebe9f9c51a
added 3rd libraries
.hgignore
Libraries/ThirdParty/libs.commons/build.xml
Libraries/ThirdParty/libs.commons/external/binaries-list
Libraries/ThirdParty/libs.commons/external/commons-io-1.4-license.txt
Libraries/ThirdParty/libs.commons/manifest.mf
Libraries/ThirdParty/libs.commons/nbproject/build-impl.xml
Libraries/ThirdParty/libs.commons/nbproject/genfiles.properties
Libraries/ThirdParty/libs.commons/nbproject/project.properties
Libraries/ThirdParty/libs.commons/nbproject/project.xml
Libraries/ThirdParty/libs.commons/nbproject/suite.properties
PLSQL/Annotation/nbproject/project.xml
PLSQL/Utilities/nbproject/project.xml
build.properties
nbproject/project.properties
     1.1 --- a/.hgignore	Fri Aug 12 11:25:14 2011 +0200
     1.2 +++ b/.hgignore	Fri Aug 12 12:48:02 2011 +0200
     1.3 @@ -1,11 +1,13 @@
     1.4  ~$
     1.5  /build$
     1.6  /dist$
     1.7 +/ide$
     1.8  /nbproject/private$
     1.9  /nbproject/sqe.properties$
    1.10  /nbproject/findbugs.settings$
    1.11  /test/(coverage|lib|results|work)$
    1.12  derby\.log
    1.13 +netbeans.*
    1.14  \.class$
    1.15  \.DS_Store$
    1.16  \.orig$
    1.17 @@ -181,3 +183,4 @@
    1.18  \.orig\..*$
    1.19  \.chg\..*$
    1.20  \.conflict\~$
    1.21 +^${timestamp\.file}$
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/Libraries/ThirdParty/libs.commons/build.xml	Fri Aug 12 12:48:02 2011 +0200
     2.3 @@ -0,0 +1,8 @@
     2.4 +<?xml version="1.0" encoding="UTF-8"?>
     2.5 +<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
     2.6 +<!-- for some information on what you could do (e.g. targets to override). -->
     2.7 +<!-- If you delete this file and reopen the project it will be recreated. -->
     2.8 +<project name="org.netbeans.libs.commons" default="netbeans" basedir=".">
     2.9 +    <description>Builds, tests, and runs the project org.netbeans.libs.commons.</description>
    2.10 +    <import file="nbproject/build-impl.xml"/>
    2.11 +</project>
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/Libraries/ThirdParty/libs.commons/external/binaries-list	Fri Aug 12 12:48:02 2011 +0200
     3.3 @@ -0,0 +1,1 @@
     3.4 +A8762D07E76CFDE2395257A5DA47BA7C1DBD3DCE commons-io-1.4.jar
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/Libraries/ThirdParty/libs.commons/external/commons-io-1.4-license.txt	Fri Aug 12 12:48:02 2011 +0200
     4.3 @@ -0,0 +1,210 @@
     4.4 +Name: commons-io
     4.5 +Version: 1.4
     4.6 +License: Apache-2.0
     4.7 +OSR: 12295
     4.8 +Origin: http://commons.apache.org/io/
     4.9 +Source: http://commons.apache.org/io/
    4.10 +Description: IO related utilities.
    4.11 +
    4.12 +                                 Apache License
    4.13 +                           Version 2.0, January 2004
    4.14 +                        http://www.apache.org/licenses/
    4.15 +
    4.16 +   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    4.17 +
    4.18 +   1. Definitions.
    4.19 +
    4.20 +      "License" shall mean the terms and conditions for use, reproduction,
    4.21 +      and distribution as defined by Sections 1 through 9 of this document.
    4.22 +
    4.23 +      "Licensor" shall mean the copyright owner or entity authorized by
    4.24 +      the copyright owner that is granting the License.
    4.25 +
    4.26 +      "Legal Entity" shall mean the union of the acting entity and all
    4.27 +      other entities that control, are controlled by, or are under common
    4.28 +      control with that entity. For the purposes of this definition,
    4.29 +      "control" means (i) the power, direct or indirect, to cause the
    4.30 +      direction or management of such entity, whether by contract or
    4.31 +      otherwise, or (ii) ownership of fifty percent (50%) or more of the
    4.32 +      outstanding shares, or (iii) beneficial ownership of such entity.
    4.33 +
    4.34 +      "You" (or "Your") shall mean an individual or Legal Entity
    4.35 +      exercising permissions granted by this License.
    4.36 +
    4.37 +      "Source" form shall mean the preferred form for making modifications,
    4.38 +      including but not limited to software source code, documentation
    4.39 +      source, and configuration files.
    4.40 +
    4.41 +      "Object" form shall mean any form resulting from mechanical
    4.42 +      transformation or translation of a Source form, including but
    4.43 +      not limited to compiled object code, generated documentation,
    4.44 +      and conversions to other media types.
    4.45 +
    4.46 +      "Work" shall mean the work of authorship, whether in Source or
    4.47 +      Object form, made available under the License, as indicated by a
    4.48 +      copyright notice that is included in or attached to the work
    4.49 +      (an example is provided in the Appendix below).
    4.50 +
    4.51 +      "Derivative Works" shall mean any work, whether in Source or Object
    4.52 +      form, that is based on (or derived from) the Work and for which the
    4.53 +      editorial revisions, annotations, elaborations, or other modifications
    4.54 +      represent, as a whole, an original work of authorship. For the purposes
    4.55 +      of this License, Derivative Works shall not include works that remain
    4.56 +      separable from, or merely link (or bind by name) to the interfaces of,
    4.57 +      the Work and Derivative Works thereof.
    4.58 +
    4.59 +      "Contribution" shall mean any work of authorship, including
    4.60 +      the original version of the Work and any modifications or additions
    4.61 +      to that Work or Derivative Works thereof, that is intentionally
    4.62 +      submitted to Licensor for inclusion in the Work by the copyright owner
    4.63 +      or by an individual or Legal Entity authorized to submit on behalf of
    4.64 +      the copyright owner. For the purposes of this definition, "submitted"
    4.65 +      means any form of electronic, verbal, or written communication sent
    4.66 +      to the Licensor or its representatives, including but not limited to
    4.67 +      communication on electronic mailing lists, source code control systems,
    4.68 +      and issue tracking systems that are managed by, or on behalf of, the
    4.69 +      Licensor for the purpose of discussing and improving the Work, but
    4.70 +      excluding communication that is conspicuously marked or otherwise
    4.71 +      designated in writing by the copyright owner as "Not a Contribution."
    4.72 +
    4.73 +      "Contributor" shall mean Licensor and any individual or Legal Entity
    4.74 +      on behalf of whom a Contribution has been received by Licensor and
    4.75 +      subsequently incorporated within the Work.
    4.76 +
    4.77 +   2. Grant of Copyright License. Subject to the terms and conditions of
    4.78 +      this License, each Contributor hereby grants to You a perpetual,
    4.79 +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    4.80 +      copyright license to reproduce, prepare Derivative Works of,
    4.81 +      publicly display, publicly perform, sublicense, and distribute the
    4.82 +      Work and such Derivative Works in Source or Object form.
    4.83 +
    4.84 +   3. Grant of Patent License. Subject to the terms and conditions of
    4.85 +      this License, each Contributor hereby grants to You a perpetual,
    4.86 +      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    4.87 +      (except as stated in this section) patent license to make, have made,
    4.88 +      use, offer to sell, sell, import, and otherwise transfer the Work,
    4.89 +      where such license applies only to those patent claims licensable
    4.90 +      by such Contributor that are necessarily infringed by their
    4.91 +      Contribution(s) alone or by combination of their Contribution(s)
    4.92 +      with the Work to which such Contribution(s) was submitted. If You
    4.93 +      institute patent litigation against any entity (including a
    4.94 +      cross-claim or counterclaim in a lawsuit) alleging that the Work
    4.95 +      or a Contribution incorporated within the Work constitutes direct
    4.96 +      or contributory patent infringement, then any patent licenses
    4.97 +      granted to You under this License for that Work shall terminate
    4.98 +      as of the date such litigation is filed.
    4.99 +
   4.100 +   4. Redistribution. You may reproduce and distribute copies of the
   4.101 +      Work or Derivative Works thereof in any medium, with or without
   4.102 +      modifications, and in Source or Object form, provided that You
   4.103 +      meet the following conditions:
   4.104 +
   4.105 +      (a) You must give any other recipients of the Work or
   4.106 +          Derivative Works a copy of this License; and
   4.107 +
   4.108 +      (b) You must cause any modified files to carry prominent notices
   4.109 +          stating that You changed the files; and
   4.110 +
   4.111 +      (c) You must retain, in the Source form of any Derivative Works
   4.112 +          that You distribute, all copyright, patent, trademark, and
   4.113 +          attribution notices from the Source form of the Work,
   4.114 +          excluding those notices that do not pertain to any part of
   4.115 +          the Derivative Works; and
   4.116 +
   4.117 +      (d) If the Work includes a "NOTICE" text file as part of its
   4.118 +          distribution, then any Derivative Works that You distribute must
   4.119 +          include a readable copy of the attribution notices contained
   4.120 +          within such NOTICE file, excluding those notices that do not
   4.121 +          pertain to any part of the Derivative Works, in at least one
   4.122 +          of the following places: within a NOTICE text file distributed
   4.123 +          as part of the Derivative Works; within the Source form or
   4.124 +          documentation, if provided along with the Derivative Works; or,
   4.125 +          within a display generated by the Derivative Works, if and
   4.126 +          wherever such third-party notices normally appear. The contents
   4.127 +          of the NOTICE file are for informational purposes only and
   4.128 +          do not modify the License. You may add Your own attribution
   4.129 +          notices within Derivative Works that You distribute, alongside
   4.130 +          or as an addendum to the NOTICE text from the Work, provided
   4.131 +          that such additional attribution notices cannot be construed
   4.132 +          as modifying the License.
   4.133 +
   4.134 +      You may add Your own copyright statement to Your modifications and
   4.135 +      may provide additional or different license terms and conditions
   4.136 +      for use, reproduction, or distribution of Your modifications, or
   4.137 +      for any such Derivative Works as a whole, provided Your use,
   4.138 +      reproduction, and distribution of the Work otherwise complies with
   4.139 +      the conditions stated in this License.
   4.140 +
   4.141 +   5. Submission of Contributions. Unless You explicitly state otherwise,
   4.142 +      any Contribution intentionally submitted for inclusion in the Work
   4.143 +      by You to the Licensor shall be under the terms and conditions of
   4.144 +      this License, without any additional terms or conditions.
   4.145 +      Notwithstanding the above, nothing herein shall supersede or modify
   4.146 +      the terms of any separate license agreement you may have executed
   4.147 +      with Licensor regarding such Contributions.
   4.148 +
   4.149 +   6. Trademarks. This License does not grant permission to use the trade
   4.150 +      names, trademarks, service marks, or product names of the Licensor,
   4.151 +      except as required for reasonable and customary use in describing the
   4.152 +      origin of the Work and reproducing the content of the NOTICE file.
   4.153 +
   4.154 +   7. Disclaimer of Warranty. Unless required by applicable law or
   4.155 +      agreed to in writing, Licensor provides the Work (and each
   4.156 +      Contributor provides its Contributions) on an "AS IS" BASIS,
   4.157 +      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
   4.158 +      implied, including, without limitation, any warranties or conditions
   4.159 +      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
   4.160 +      PARTICULAR PURPOSE. You are solely responsible for determining the
   4.161 +      appropriateness of using or redistributing the Work and assume any
   4.162 +      risks associated with Your exercise of permissions under this License.
   4.163 +
   4.164 +   8. Limitation of Liability. In no event and under no legal theory,
   4.165 +      whether in tort (including negligence), contract, or otherwise,
   4.166 +      unless required by applicable law (such as deliberate and grossly
   4.167 +      negligent acts) or agreed to in writing, shall any Contributor be
   4.168 +      liable to You for damages, including any direct, indirect, special,
   4.169 +      incidental, or consequential damages of any character arising as a
   4.170 +      result of this License or out of the use or inability to use the
   4.171 +      Work (including but not limited to damages for loss of goodwill,
   4.172 +      work stoppage, computer failure or malfunction, or any and all
   4.173 +      other commercial damages or losses), even if such Contributor
   4.174 +      has been advised of the possibility of such damages.
   4.175 +
   4.176 +   9. Accepting Warranty or Additional Liability. While redistributing
   4.177 +      the Work or Derivative Works thereof, You may choose to offer,
   4.178 +      and charge a fee for, acceptance of support, warranty, indemnity,
   4.179 +      or other liability obligations and/or rights consistent with this
   4.180 +      License. However, in accepting such obligations, You may act only
   4.181 +      on Your own behalf and on Your sole responsibility, not on behalf
   4.182 +      of any other Contributor, and only if You agree to indemnify,
   4.183 +      defend, and hold each Contributor harmless for any liability
   4.184 +      incurred by, or claims asserted against, such Contributor by reason
   4.185 +      of your accepting any such warranty or additional liability.
   4.186 +
   4.187 +   END OF TERMS AND CONDITIONS
   4.188 +
   4.189 +   APPENDIX: How to apply the Apache License to your work.
   4.190 +
   4.191 +      To apply the Apache License to your work, attach the following
   4.192 +      boilerplate notice, with the fields enclosed by brackets "[]"
   4.193 +      replaced with your own identifying information. (Don't include
   4.194 +      the brackets!)  The text should be enclosed in the appropriate
   4.195 +      comment syntax for the file format. We also recommend that a
   4.196 +      file or class name and description of purpose be included on the
   4.197 +      same "printed page" as the copyright notice for easier
   4.198 +      identification within third-party archives.
   4.199 +
   4.200 +   Copyright [yyyy] [name of copyright owner]
   4.201 +
   4.202 +   Licensed under the Apache License, Version 2.0 (the "License");
   4.203 +   you may not use this file except in compliance with the License.
   4.204 +   You may obtain a copy of the License at
   4.205 +
   4.206 +       http://www.apache.org/licenses/LICENSE-2.0
   4.207 +
   4.208 +   Unless required by applicable law or agreed to in writing, software
   4.209 +   distributed under the License is distributed on an "AS IS" BASIS,
   4.210 +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   4.211 +   See the License for the specific language governing permissions and
   4.212 +   limitations under the License.
   4.213 +
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/Libraries/ThirdParty/libs.commons/manifest.mf	Fri Aug 12 12:48:02 2011 +0200
     5.3 @@ -0,0 +1,5 @@
     5.4 +Manifest-Version: 1.0
     5.5 +OpenIDE-Module: org.netbeans.libs.commons
     5.6 +OpenIDE-Module-Localizing-Bundle: org/netbeans/libs/commons/Bundle.properties
     5.7 +OpenIDE-Module-Specification-Version: 1.0
     5.8 +
     6.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.2 +++ b/Libraries/ThirdParty/libs.commons/nbproject/build-impl.xml	Fri Aug 12 12:48:02 2011 +0200
     6.3 @@ -0,0 +1,30 @@
     6.4 +<?xml version="1.0" encoding="UTF-8"?>
     6.5 +<!--
     6.6 +*** GENERATED FROM project.xml - DO NOT EDIT  ***
     6.7 +***         EDIT ../build.xml INSTEAD         ***
     6.8 +-->
     6.9 +<project name="org.netbeans.libs.commons-impl" basedir="..">
    6.10 +    <property file="nbproject/private/suite-private.properties"/>
    6.11 +    <property file="nbproject/suite.properties"/>
    6.12 +    <fail unless="suite.dir">You must set 'suite.dir' to point to your containing module suite</fail>
    6.13 +    <property file="${suite.dir}/nbproject/private/platform-private.properties"/>
    6.14 +    <property file="${suite.dir}/nbproject/platform.properties"/>
    6.15 +    <macrodef name="property" uri="http://www.netbeans.org/ns/nb-module-project/2">
    6.16 +        <attribute name="name"/>
    6.17 +        <attribute name="value"/>
    6.18 +        <sequential>
    6.19 +            <property name="@{name}" value="${@{value}}"/>
    6.20 +        </sequential>
    6.21 +    </macrodef>
    6.22 +    <property file="${user.properties.file}"/>
    6.23 +    <nbmproject2:property name="harness.dir" value="nbplatform.${nbplatform.active}.harness.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
    6.24 +    <nbmproject2:property name="netbeans.dest.dir" value="nbplatform.${nbplatform.active}.netbeans.dest.dir" xmlns:nbmproject2="http://www.netbeans.org/ns/nb-module-project/2"/>
    6.25 +    <fail message="You must define 'nbplatform.${nbplatform.active}.harness.dir'">
    6.26 +        <condition>
    6.27 +            <not>
    6.28 +                <available file="${harness.dir}" type="dir"/>
    6.29 +            </not>
    6.30 +        </condition>
    6.31 +    </fail>
    6.32 +    <import file="${harness.dir}/build.xml"/>
    6.33 +</project>
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/Libraries/ThirdParty/libs.commons/nbproject/genfiles.properties	Fri Aug 12 12:48:02 2011 +0200
     7.3 @@ -0,0 +1,8 @@
     7.4 +build.xml.data.CRC32=610829b0
     7.5 +build.xml.script.CRC32=7749a78a
     7.6 +build.xml.stylesheet.CRC32=a56c6a5b@1.44
     7.7 +# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
     7.8 +# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
     7.9 +nbproject/build-impl.xml.data.CRC32=610829b0
    7.10 +nbproject/build-impl.xml.script.CRC32=5f8fb834
    7.11 +nbproject/build-impl.xml.stylesheet.CRC32=68e521fc@1.44
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/Libraries/ThirdParty/libs.commons/nbproject/project.properties	Fri Aug 12 12:48:02 2011 +0200
     8.3 @@ -0,0 +1,2 @@
     8.4 +is.autoload=true
     8.5 +release.external/commons-io-1.4.jar=modules/ext/release/modules/ext/commons-io-1.4.jar
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/Libraries/ThirdParty/libs.commons/nbproject/project.xml	Fri Aug 12 12:48:02 2011 +0200
     9.3 @@ -0,0 +1,22 @@
     9.4 +<?xml version="1.0" encoding="UTF-8"?>
     9.5 +<project xmlns="http://www.netbeans.org/ns/project/1">
     9.6 +    <type>org.netbeans.modules.apisupport.project</type>
     9.7 +    <configuration>
     9.8 +        <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
     9.9 +            <code-name-base>org.netbeans.libs.commons</code-name-base>
    9.10 +            <suite-component/>
    9.11 +            <module-dependencies/>
    9.12 +            <public-packages>
    9.13 +                <package>org.apache.commons.io</package>
    9.14 +                <package>org.apache.commons.io.comparator</package>
    9.15 +                <package>org.apache.commons.io.filefilter</package>
    9.16 +                <package>org.apache.commons.io.input</package>
    9.17 +                <package>org.apache.commons.io.output</package>
    9.18 +            </public-packages>
    9.19 +            <class-path-extension>
    9.20 +                <runtime-relative-path>ext/commons-io-1.4.jar</runtime-relative-path>
    9.21 +                <binary-origin>external/commons-io-1.4.jar</binary-origin>
    9.22 +            </class-path-extension>
    9.23 +        </data>
    9.24 +    </configuration>
    9.25 +</project>
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/Libraries/ThirdParty/libs.commons/nbproject/suite.properties	Fri Aug 12 12:48:02 2011 +0200
    10.3 @@ -0,0 +1,1 @@
    10.4 +suite.dir=${basedir}/../../..
    11.1 --- a/PLSQL/Annotation/nbproject/project.xml	Fri Aug 12 11:25:14 2011 +0200
    11.2 +++ b/PLSQL/Annotation/nbproject/project.xml	Fri Aug 12 12:48:02 2011 +0200
    11.3 @@ -39,15 +39,6 @@
    11.4                      </run-dependency>
    11.5                  </dependency>
    11.6                  <dependency>
    11.7 -                    <code-name-base>org.apache.commons.io</code-name-base>
    11.8 -                    <build-prerequisite/>
    11.9 -                    <compile-dependency/>
   11.10 -                    <run-dependency>
   11.11 -                        <release-version>2</release-version>
   11.12 -                        <specification-version>2.1.0</specification-version>
   11.13 -                    </run-dependency>
   11.14 -                </dependency>
   11.15 -                <dependency>
   11.16                      <code-name-base>org.netbeans.api.progress</code-name-base>
   11.17                      <build-prerequisite/>
   11.18                      <compile-dependency/>
    12.1 --- a/PLSQL/Utilities/nbproject/project.xml	Fri Aug 12 11:25:14 2011 +0200
    12.2 +++ b/PLSQL/Utilities/nbproject/project.xml	Fri Aug 12 12:48:02 2011 +0200
    12.3 @@ -7,31 +7,6 @@
    12.4              <suite-component/>
    12.5              <module-dependencies>
    12.6                  <dependency>
    12.7 -                    <code-name-base>org.netbeans.modules.plsqlsupport.db</code-name-base>
    12.8 -                    <build-prerequisite/>
    12.9 -                    <compile-dependency/>
   12.10 -                    <run-dependency>
   12.11 -                        <specification-version>1.0.14</specification-version>
   12.12 -                    </run-dependency>
   12.13 -                </dependency>
   12.14 -                <dependency>
   12.15 -                    <code-name-base>org.netbeans.modules.plsql.lexer</code-name-base>
   12.16 -                    <build-prerequisite/>
   12.17 -                    <compile-dependency/>
   12.18 -                    <run-dependency>
   12.19 -                        <specification-version>1.0.8</specification-version>
   12.20 -                    </run-dependency>
   12.21 -                </dependency>
   12.22 -                <dependency>
   12.23 -                    <code-name-base>org.apache.commons.io</code-name-base>
   12.24 -                    <build-prerequisite/>
   12.25 -                    <compile-dependency/>
   12.26 -                    <run-dependency>
   12.27 -                        <release-version>2</release-version>
   12.28 -                        <specification-version>2.1.0</specification-version>
   12.29 -                    </run-dependency>
   12.30 -                </dependency>
   12.31 -                <dependency>
   12.32                      <code-name-base>org.jdesktop.layout</code-name-base>
   12.33                      <build-prerequisite/>
   12.34                      <compile-dependency/>
   12.35 @@ -50,6 +25,14 @@
   12.36                      </run-dependency>
   12.37                  </dependency>
   12.38                  <dependency>
   12.39 +                    <code-name-base>org.netbeans.libs.commons</code-name-base>
   12.40 +                    <build-prerequisite/>
   12.41 +                    <compile-dependency/>
   12.42 +                    <run-dependency>
   12.43 +                        <specification-version>1.0</specification-version>
   12.44 +                    </run-dependency>
   12.45 +                </dependency>
   12.46 +                <dependency>
   12.47                      <code-name-base>org.netbeans.modules.db</code-name-base>
   12.48                      <build-prerequisite/>
   12.49                      <compile-dependency/>
   12.50 @@ -77,6 +60,22 @@
   12.51                      </run-dependency>
   12.52                  </dependency>
   12.53                  <dependency>
   12.54 +                    <code-name-base>org.netbeans.modules.plsql.lexer</code-name-base>
   12.55 +                    <build-prerequisite/>
   12.56 +                    <compile-dependency/>
   12.57 +                    <run-dependency>
   12.58 +                        <specification-version>1.0.8</specification-version>
   12.59 +                    </run-dependency>
   12.60 +                </dependency>
   12.61 +                <dependency>
   12.62 +                    <code-name-base>org.netbeans.modules.plsqlsupport.db</code-name-base>
   12.63 +                    <build-prerequisite/>
   12.64 +                    <compile-dependency/>
   12.65 +                    <run-dependency>
   12.66 +                        <specification-version>1.0.14</specification-version>
   12.67 +                    </run-dependency>
   12.68 +                </dependency>
   12.69 +                <dependency>
   12.70                      <code-name-base>org.netbeans.modules.projectapi</code-name-base>
   12.71                      <build-prerequisite/>
   12.72                      <compile-dependency/>
    13.1 --- a/build.properties	Fri Aug 12 11:25:14 2011 +0200
    13.2 +++ b/build.properties	Fri Aug 12 12:48:02 2011 +0200
    13.3 @@ -1,4 +1,4 @@
    13.4 -netbeans.base.url=http://bits.netbeans.org/download/trunk/nightly/latest/zip/
    13.5 -# netbeans.base.url=http://smetiste.czech.sun.com/builds/netbeans/trunk/daily/latest/zip/
    13.6 +# netbeans.base.url=http://bits.netbeans.org/download/trunk/nightly/latest/zip/
    13.7 +netbeans.base.url=http://smetiste.czech.sun.com/builds/netbeans/trunk/daily/latest/zip/
    13.8  nbplatform.default.harness.dir=${nbplatform.default.netbeans.dest.dir}/harness
    13.9 -nbplatform.default.netbeans.dest.dir=ide/netbeans
   13.10 +nbplatform.default.netbeans.dest.dir=/space/source/plsql-support/ide/netbeans
    14.1 --- a/nbproject/project.properties	Fri Aug 12 11:25:14 2011 +0200
    14.2 +++ b/nbproject/project.properties	Fri Aug 12 12:48:02 2011 +0200
    14.3 @@ -23,11 +23,11 @@
    14.4      ${project.org.netbeans.modules.plsql.navigator}:\
    14.5      ${project.org.netbeans.modules.plsql.palette}:\
    14.6      ${project.org.netbeans.modules.plsql.usage}:\
    14.7 -    ${project.org.apache.commons.io}:\
    14.8 -    ${project.org.apache.commons.lang}:\
    14.9      ${project.org.netbeans.modules.plsqlsupport.db.project}:\
   14.10      ${project.org.netbeans.modules.plsqlsupport.options}:\
   14.11 -    ${project.org.netbeans.modules.plsql.utilities}
   14.12 +    ${project.org.netbeans.modules.plsql.utilities}:\
   14.13 +    ${project.org.netbeans.libs.commons}
   14.14 +project.org.netbeans.libs.commons=Libraries/ThirdParty/libs.commons
   14.15  project.org.netbeans.modules.plsqlsupport.db=Utilities/Oracle
   14.16  project.org.netbeans.modules.plsqlsupport.db.project=PLSQL/Project
   14.17  project.org.netbeans.modules.plsqlsupport.options=Options
   14.18 @@ -45,8 +45,6 @@
   14.19  project.org.netbeans.modules.plsql.palette=PLSQL/Palette
   14.20  project.org.netbeans.modules.plsql.usage=PLSQL/Usage
   14.21  project.org.netbeans.modules.plsql.utilities=PLSQL/Utilities
   14.22 -project.org.apache.commons.io=Libraries/ThirdParty/Apache Commons IO 2.0
   14.23 -project.org.apache.commons.lang=Libraries/ThirdParty/Apache Commons Lang 2.6
   14.24  # the devstudio.logging can be set to debug 
   14.25  # console is the default netbeans behaviour i.e. showing it in the Output console
   14.26  # debug will put all logging in %h/devstudio-debug-%g.log