diff options
author | Sven Gothel <[email protected]> | 2012-06-26 12:36:58 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-06-26 12:36:58 +0200 |
commit | e51542375c4f736c396fd5a38288dd5129a09268 (patch) | |
tree | c51948abe3f95be48527debbafda540ec141350c /make/build-common.xml | |
parent | a393e45613d87101dbb13763df263c2f9291d2d0 (diff) |
Complete Bug #598 - Commit a393e45613d87101dbb13763df263c2f9291d2d0
Diffstat (limited to 'make/build-common.xml')
-rw-r--r-- | make/build-common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-common.xml b/make/build-common.xml index b2885c8af..8d440a766 100644 --- a/make/build-common.xml +++ b/make/build-common.xml @@ -470,7 +470,7 @@ <path refid="nativewindow_all_atoms.classpath" /> <path refid="jogl_all_atoms.classpath" /> <path refid="newt_all_atoms.classpath" /> - <pathelement location="${newt.driver.android.jar}" /> + <pathelement location="${newt-driver-android.jar}" /> </path> <!-- Postbuild: javadoc .. --> |