All references to openide.jar replaced with fileset openide*jar, so all split parts of open api will be included in compilation based_on_vcscore_branch_root
authorjtulach@netbeans.org
Mon, 08 Jan 2001 14:01:23 +0000
changeset 439bf6e39688007
parent 438 d66c804641d8
child 440 90556a52c612
All references to openide.jar replaced with fileset openide*jar, so all split parts of open api will be included in compilation
javacvs/build.xml
vcscvs/build.xml
     1.1 --- a/javacvs/build.xml	Thu Jan 04 00:16:33 2001 +0000
     1.2 +++ b/javacvs/build.xml	Mon Jan 08 14:01:23 2001 +0000
     1.3 @@ -26,7 +26,9 @@
     1.4        <classpath>
     1.5         <pathelement location="libsrc"/>
     1.6         <pathelement location="../vcscore/netbeans/modules/vcscore.jar"/>
     1.7 -       <pathelement location="../openide/netbeans/lib/openide.jar"/>
     1.8 +        <fileset dir="../openide/netbeans/lib">
     1.9 +          <include name="openide*.jar" />
    1.10 +        </fileset>
    1.11        </classpath>
    1.12      </javac>
    1.13    </target>
     2.1 --- a/vcscvs/build.xml	Thu Jan 04 00:16:33 2001 +0000
     2.2 +++ b/vcscvs/build.xml	Mon Jan 08 14:01:23 2001 +0000
     2.3 @@ -23,7 +23,9 @@
     2.4          <pathelement location="../utilities/netbeans/modules/utilities.jar"/>
     2.5          <pathelement location="../editor/netbeans/modules/ext/nb-editor.jar"/>
     2.6          <pathelement location="../openidex/netbeans/lib/ext/openidex.jar"/>
     2.7 -        <pathelement location="../openide/netbeans/lib/openide.jar"/>
     2.8 +        <fileset dir="../openide/netbeans/lib">
     2.9 +          <include name="openide*.jar" />
    2.10 +        </fileset>
    2.11          <pathelement location="${binroot}/core/release/lib/ext/regexp.jar"/>
    2.12        </classpath>
    2.13      </javac>