Do not include bundled Xerces in openide.util unit tests, as it makes XMLUtilTest pass even when an impl which does not work well with rt.jar is used. dbdataview_before_merge_with_main
authorJesse Glick <jglick@netbeans.org>
Wed, 02 Jul 2008 18:44:50 -0400
changeset 424d2e4f3806b84
parent 423 b1c97e653512
child 425 49e03bb32198
child 427 1e27b5e54aa9
Do not include bundled Xerces in openide.util unit tests, as it makes XMLUtilTest pass even when an impl which does not work well with rt.jar is used.
openide.util/nbproject/project.xml
     1.1 --- a/openide.util/nbproject/project.xml	Wed Jul 02 11:03:05 2008 -0400
     1.2 +++ b/openide.util/nbproject/project.xml	Wed Jul 02 18:44:50 2008 -0400
     1.3 @@ -45,24 +45,7 @@
     1.4      <configuration>
     1.5          <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
     1.6              <code-name-base>org.openide.util</code-name-base>
     1.7 -            <module-dependencies>
     1.8 -            </module-dependencies>
     1.9 -          <test-dependencies>
    1.10 -              <test-type>
    1.11 -                  <name>unit</name>
    1.12 -                  <test-dependency>
    1.13 -                      <code-name-base>org.openide.util</code-name-base>
    1.14 -                      <recursive/>
    1.15 -                      <compile-dependency/>
    1.16 -                  </test-dependency>
    1.17 -                  <test-dependency>
    1.18 -                      <code-name-base>org.netbeans.libs.xerces</code-name-base>
    1.19 -                  </test-dependency>
    1.20 -              </test-type>
    1.21 -              <test-type>
    1.22 -                  <name>qa-functional</name>
    1.23 -              </test-type>
    1.24 -            </test-dependencies>
    1.25 +            <module-dependencies/>
    1.26              <public-packages>
    1.27                  <package>org.openide</package>
    1.28                  <package>org.openide.util</package>