File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 <!-- Include the JavaNCSS goodies -->
4141 <taskdef name =" javancss" classname =" javancss.JavancssAntTask" >
4242 <classpath >
43- <pathelement location =" ${ basedir } /develjar /javacc.jar" />
44- <pathelement location =" ${ basedir } /develjar /javancss.jar" />
45- <pathelement location =" ${ basedir } /develjar /ccl.jar" />
46- <pathelement location =" ${ basedir } /develjar /jhbasic.jar" />
43+ <pathelement location =" ${ devellib } /javacc.jar" />
44+ <pathelement location =" ${ devellib } /javancss.jar" />
45+ <pathelement location =" ${ devellib } /ccl.jar" />
46+ <pathelement location =" ${ devellib } /jhbasic.jar" />
4747 </classpath >
4848 </taskdef >
4949 <!-- Include the ant-contrib goodies -->
5050 <taskdef resource =" net/sf/antcontrib/antlib.xml" >
5151 <classpath >
52- <pathelement location =" ${ basedir } /develjar /ant-contrib-1.0b3.jar" />
52+ <pathelement location =" ${ devellib } /ant-contrib-1.0b3.jar" />
5353 </classpath >
5454 </taskdef >
5555
You can’t perform that action at this time.
0 commit comments