The build script enhanced to include diff.jar into the compilation. BLD200205010100
authormentlicher@netbeans.org
Mon, 29 Apr 2002 18:54:32 +0000
changeset 22259a4b55fba751
parent 2224 a03f948e5454
child 2226 9962689737ba
The build script enhanced to include diff.jar into the compilation.
vcs.advanced/build.xml
     1.1 --- a/vcs.advanced/build.xml	Mon Apr 29 18:46:47 2002 +0000
     1.2 +++ b/vcs.advanced/build.xml	Mon Apr 29 18:54:32 2002 +0000
     1.3 @@ -48,6 +48,7 @@
     1.4          </fileset>
     1.5  	<pathelement location="${nbroot}/openidex/netbeans/modules/autoload/openidex.jar"/>
     1.6  	<pathelement location="${nbroot}/vcscore/netbeans/modules/autoload/vcscore.jar"/>
     1.7 +        <pathelement location="${nbroot}/diff/netbeans/modules/diff.jar"/>
     1.8          <pathelement location="${binroot}/core/release/lib/ext/xerces.jar"/>
     1.9        </classpath>
    1.10      </javac>