fixing problem in test classpath BLD200506281800
authormkuchtiak@netbeans.org
Tue, 28 Jun 2005 15:35:46 +0000
changeset 16991235c9a96f5f
parent 1698 3b0c677267ba
child 1700 9cfac8f8fffd
fixing problem in test classpath
schema2beans/test/build-unit.xml
     1.1 --- a/schema2beans/test/build-unit.xml	Tue Jun 28 13:12:15 2005 +0000
     1.2 +++ b/schema2beans/test/build-unit.xml	Tue Jun 28 15:35:46 2005 +0000
     1.3 @@ -16,7 +16,8 @@
     1.4  
     1.5      
     1.6      <path id="schema2beans_test_cp">
     1.7 -        <pathelement location="${openide.dir}/core/openide.jar"/>
     1.8 +        <pathelement location="${openide/fs.dir}/core/org-openide-filesystems.jar"/>
     1.9 +        <pathelement location="${openide/util.dir}/lib/org-openide-util.jar"/>
    1.10          <pathelement location="${schema2beans/rt.dir}/modules/org-netbeans-modules-schema2beans.jar"/>
    1.11          <!-- <pathelement location="${schema2beans/dev.dir}/modules/autoload/schema2beansdev.jar"/> -->
    1.12  		<pathelement location="../dev/schema2beansdev.jar"/>