Added openide-deprecated.jar to the classpath so that the module compiles. BLD200211050100
authormentlicher@netbeans.org
Fri, 01 Nov 2002 17:19:47 +0000
changeset 11064f35a39e3104
parent 1105 ee38bc60179a
child 1107 bd76c3364265
Added openide-deprecated.jar to the classpath so that the module compiles.
javacvs/changelog/build.xml
     1.1 --- a/javacvs/changelog/build.xml	Tue Oct 29 15:57:43 2002 +0000
     1.2 +++ b/javacvs/changelog/build.xml	Fri Nov 01 17:19:47 2002 +0000
     1.3 @@ -31,9 +31,8 @@
     1.4            <include name="regexp*.jar"/>
     1.5          </fileset>
     1.6  	<pathelement location="../../openide/openide-13javac-workaround.jar"/>
     1.7 -        <fileset dir="../../openide/netbeans/lib">
     1.8 -          <include name="openide*.jar"/>
     1.9 -        </fileset>
    1.10 +        <pathelement location="../../openide/netbeans/lib/openide.jar"/>
    1.11 +        <pathelement location="../../openide/deprecated/netbeans/modules/autoload/openide-deprecated.jar"/> <!-- XXX -->
    1.12        </classpath>
    1.13      </javac>
    1.14