Skip to content

Commit a22f151

Browse files
committed
Fixed pointing to the development libraries, using the same customizable approach as in the rest of the build.xml
Change-Id: Id658eb3fbd75f52506fdc1d9b48855f4b9d15008
1 parent 49c2a19 commit a22f151

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@
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

0 commit comments

Comments
 (0)