Skip to content

Commit 16773ed

Browse files
committed
Try to fix issues
1 parent 95c0166 commit 16773ed

File tree

12 files changed

+5
-4
lines changed

12 files changed

+5
-4
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<property name="javadocs.dir" value="${basedir}/docs/javadocs" />
77
<property name="build.dir" value="${basedir}/target" />
88
<property name="classes.dir" value="${basedir}/target/classes" />
9-
<property name="lib.dir" value="${basedir}/lib" />
9+
<property name="lib.dir" value="${basedir}/target/lib" />
1010
<property name="src.tests" value="${basedir}/src/test/java" />
1111
<property name="resources.dir" value="${basedir}/resources" />
1212
<property name="reports.tests" value="${basedir}/target/reports" />
@@ -106,7 +106,7 @@
106106
<javadoc destdir="${javadocs.dir}" author="true" version="true" encoding="UTF-8" use="true" windowtitle="Authorize.Net Java SDK" verbose="off" serialwarn="off">
107107

108108
<classpath>
109-
<fileset id="libFiles" dir="lib">
109+
<fileset id="libFiles" dir="target/lib">
110110
<include name="**/**/*.jar" />
111111
</fileset>
112112
</classpath>

lib/commons-logging-1.2.jar

-60.4 KB
Binary file not shown.

lib/gson-2.3.1.jar

-206 KB
Binary file not shown.

lib/hamcrest-core-1.3.jar

-44 KB
Binary file not shown.

lib/hamcrest-library-1.3.jar

-51.8 KB
Binary file not shown.

lib/httpclient-4.5.12.jar

-760 KB
Binary file not shown.

lib/httpcore-4.4.13.jar

-321 KB
Binary file not shown.

lib/jmock-2.6.0.jar

-305 KB
Binary file not shown.

lib/junit-4.8.2.jar

-232 KB
Binary file not shown.

lib/log4j-1.2.16.jar

-470 KB
Binary file not shown.

0 commit comments

Comments
 (0)