added jna.jar to classpath to fix ReorderJars task

This commit is contained in:
nik
2011-08-23 15:57:36 +04:00
parent ab0250ae9b
commit 09478bf43f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -402,6 +402,7 @@ def reorder(String home, String targetDirectory) {
arg(value: "$home/lib")
classpath {
pathelement(location: util.output)
pathelement(location: "$home/lib/jna.jar")
}
}
}
+1
View File
@@ -49,6 +49,7 @@
<arg value="${project.home}/lib"/>
<classpath>
<pathelement location="${modules.output}/production/util"/>
<pathelement location="${project.home}/lib/jna.jar"/>
</classpath>
</java>