diff options
author | Matthew Harmsen <mharmsen@redhat.com> | 2012-10-29 13:30:42 -0700 |
---|---|---|
committer | Matthew Harmsen <mharmsen@redhat.com> | 2012-10-29 13:32:23 -0700 |
commit | 8d77b527adf2ae4b1487ec63dd4e03835180e793 (patch) | |
tree | b124b13d79ffba45f116c04971b8adde20bd6d02 /base/symkey | |
parent | c1aa8b2d05cb1873990d1a3e9cf007cca240f135 (diff) | |
download | pki-8d77b527adf2ae4b1487ec63dd4e03835180e793.tar.gz pki-8d77b527adf2ae4b1487ec63dd4e03835180e793.tar.xz pki-8d77b527adf2ae4b1487ec63dd4e03835180e793.zip |
Removal of version numbers from jar file names
* TRAC Ticket #350 - Dogtag 10: Remove version numbers from PKI jar files . . .
Diffstat (limited to 'base/symkey')
-rw-r--r-- | base/symkey/src/CMakeLists.txt | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/base/symkey/src/CMakeLists.txt b/base/symkey/src/CMakeLists.txt index b4d190602..149247599 100644 --- a/base/symkey/src/CMakeLists.txt +++ b/base/symkey/src/CMakeLists.txt @@ -20,7 +20,7 @@ javac(symkey-classes jar(symkey-jar CREATE - ${CMAKE_BINARY_DIR}/dist/symkey-${APPLICATION_VERSION}.jar + ${CMAKE_BINARY_DIR}/dist/symkey.jar INPUT_DIR ${CMAKE_BINARY_DIR}/classes FILES @@ -29,23 +29,6 @@ jar(symkey-jar symkey-classes ) -link(symkey - SOURCE - ${CMAKE_BINARY_DIR}/dist/symkey.jar - DEST - symkey-${APPLICATION_VERSION}.jar - DEPENDS - symkey-jar -) - -install( - FILES - ${CMAKE_BINARY_DIR}/dist/symkey.jar - ${CMAKE_BINARY_DIR}/dist/symkey-${APPLICATION_VERSION}.jar - DESTINATION - ${LIB_INSTALL_DIR}/symkey -) - install( FILES ${CMAKE_BINARY_DIR}/dist/symkey.jar |