Skip to content
Snippets Groups Projects
Commit 9f4c122b authored by Dustin Jenkins's avatar Dustin Jenkins
Browse files

Story 1666: Added javacsv to the classpath.

parent 67c5adc7
No related branches found
No related tags found
No related merge requests found
......@@ -91,11 +91,12 @@
<property name="cadcRegistryClient" value="${lib}/cadcRegistryClient.jar" />
<property name="jdom2" value="${ext.lib}/jdom2.jar" />
<property name="javacsv" value="${ext.lib}/javacsv.jar" />
<property name="log4j" value="${ext.lib}/log4j.jar" />
<property name="unboundid" value="${ext.lib}/unboundid-ldapsdk-se.jar" />
<property name="jars" value="${cadcUtil}:${cadcRegistryClient}:${jdom2}:${log4j}:${unboundid}" />
<property name="jars" value="${jdom2}:${log4j}:${javacsv}:${unboundid}:${cadcUtil}:${cadcRegistryClient}" />
<target name="build" depends="compile">
<jar jarfile="${build}/lib/${project}.jar"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment