Removed reference to compile.class.path from javadoc build BLD200208290100
authorrbalada@netbeans.org
Wed, 28 Aug 2002 15:20:39 +0000
changeset 10130141185e6d30
parent 1012 51e7c63d7fb7
child 1014 769f372d85cf
Removed reference to compile.class.path from javadoc build
mdr/build.xml
     1.1 --- a/mdr/build.xml	Wed Aug 28 15:05:09 2002 +0000
     1.2 +++ b/mdr/build.xml	Wed Aug 28 15:20:39 2002 +0000
     1.3 @@ -380,7 +380,19 @@
     1.4               version="false"
     1.5               maxmemory="64m">      
     1.6        <sourcepath path="src"/>
     1.7 -      <classpath refid="compile.class.path"/>
     1.8 +      <classpath>
     1.9 +        <pathelement location="${openide-13javac-workaround.jar}"/>
    1.10 +        <fileset dir="${openide.jar.dir}">
    1.11 +            <include name="openide*.jar"/>
    1.12 +        </fileset>
    1.13 +        <pathelement location="${xml-apis.jar}"/>
    1.14 +        <pathelement location="${djava.jar}"/>
    1.15 +        <pathelement location="${jmi.jar}/"/>
    1.16 +        <pathelement location="${mof.jar}/"/>
    1.17 +        <pathelement location="${openidex.jar}"/>
    1.18 +        <pathelement location="${naming.jar}"/>
    1.19 +        <pathelement location="${looks.jar}"/>
    1.20 +      </classpath>
    1.21        <link href="${jdk-docs-location}"
    1.22              offline="true"
    1.23              packagelistLoc="${nbroot}/openide/api/doc"