rewritten diff displayer to use the diff module. QBE200203080100-BLD200203111550
authormkleint@netbeans.org
Wed, 06 Mar 2002 22:01:03 +0000
changeset 73132b031338414
parent 730 82a91e5455c8
child 732 c3e01190d2bd
rewritten diff displayer to use the diff module.
javacvs/build.xml
     1.1 --- a/javacvs/build.xml	Wed Mar 06 19:52:37 2002 +0000
     1.2 +++ b/javacvs/build.xml	Wed Mar 06 22:01:03 2002 +0000
     1.3 @@ -32,6 +32,7 @@
     1.4        <classpath>
     1.5          <pathelement location="libsrc"/>
     1.6          <pathelement location="../vcscore/netbeans/modules/autoload/vcscore.jar"/>
     1.7 +        <pathelement location="../diff/netbeans/modules/diff.jar"/>
     1.8          <pathelement location="${binroot}/core/release/lib/ext/regexp.jar"/> 
     1.9  	<pathelement location="../openide/openide-13javac-workaround.jar"/>
    1.10          <fileset dir="../openide/netbeans/lib">