From 8d77b527adf2ae4b1487ec63dd4e03835180e793 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Mon, 29 Oct 2012 13:30:42 -0700 Subject: Removal of version numbers from jar file names * TRAC Ticket #350 - Dogtag 10: Remove version numbers from PKI jar files . . . --- base/console/src/CMakeLists.txt | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'base/console') diff --git a/base/console/src/CMakeLists.txt b/base/console/src/CMakeLists.txt index f53f2ddd7..40f8843a8 100644 --- a/base/console/src/CMakeLists.txt +++ b/base/console/src/CMakeLists.txt @@ -106,7 +106,7 @@ configure_file( # package console classes and resources jar(pki-console-jar CREATE - ${CMAKE_BINARY_DIR}/dist/pki-console-${APPLICATION_VERSION}.jar + ${CMAKE_BINARY_DIR}/dist/pki-console.jar OPTIONS m PARAMS @@ -123,19 +123,9 @@ jar(pki-console-jar pki-console-classes ) -link(pki-console - SOURCE - ${CMAKE_BINARY_DIR}/dist/pki-console.jar - DEST - pki-console-${APPLICATION_VERSION}.jar - DEPENDS - pki-console-jar -) - install( FILES ${CMAKE_BINARY_DIR}/dist/pki-console.jar - ${CMAKE_BINARY_DIR}/dist/pki-console-${APPLICATION_VERSION}.jar DESTINATION ${JAVA_JAR_INSTALL_DIR}/pki ) -- cgit