diff options
author | sg215889 <[email protected]> | 2009-07-15 08:54:22 -0700 |
---|---|---|
committer | sg215889 <[email protected]> | 2009-07-15 08:54:22 -0700 |
commit | 88cc61ba1b5bb874ca9b2a172f7dae187f0f3b17 (patch) | |
tree | 510a4ac509f85a9c720dde0d08c82049acecfa82 /make/build-newt.xml | |
parent | 0643ae0e2e9fed542d999ddcce72fa5081176294 (diff) |
Fix CDC JAR unificationCDC_CVM_Integration
Diffstat (limited to 'make/build-newt.xml')
-rw-r--r-- | make/build-newt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/build-newt.xml b/make/build-newt.xml index 7f72b1c08..03477cf27 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -537,7 +537,7 @@ <include name="*.${native.library.suffix}" /> </fileset> </jar> - <jar destfile="${build}/newt-cdc-natives-${os.and.arch}.jar"> + <jar destfile="${build}/newt-natives-${os.and.arch}-cdc.jar"> <fileset dir="${obj}"> <include name="*.${native.library.suffix-cdc}" /> </fileset> |