summaryrefslogtreecommitdiffstats
path: root/base/common/src
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-11-04 21:32:01 +0100
committerEndi S. Dewata <edewata@redhat.com>2016-11-11 23:22:07 +0100
commitfdb4b69e839db08f686e744c0dfeff8890068491 (patch)
treeecbf2a2e3294c17263444579768eb0e1203b8cfa /base/common/src
parent22ca258a846fe95dde281b15be067e6f3e304127 (diff)
downloadpki-fdb4b69e839db08f686e744c0dfeff8890068491.tar.gz
pki-fdb4b69e839db08f686e744c0dfeff8890068491.tar.xz
pki-fdb4b69e839db08f686e744c0dfeff8890068491.zip
Generalized list of files in CMakeLists.txt.
The list of source and class files in some CMake files have been generalized to allow renaming Java packages without changing the CMake files again. https://fedorahosted.org/pki/ticket/6
Diffstat (limited to 'base/common/src')
-rw-r--r--base/common/src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/base/common/src/CMakeLists.txt b/base/common/src/CMakeLists.txt
index 7ce833c6c..72815bbfe 100644
--- a/base/common/src/CMakeLists.txt
+++ b/base/common/src/CMakeLists.txt
@@ -150,10 +150,6 @@ jar(pki-certsrv-jar
${CMAKE_CURRENT_BINARY_DIR}/pki-certsrv.mf
INPUT_DIR
${CMAKE_CURRENT_BINARY_DIR}/classes
- FILES
- com/netscape/certsrv/*.class
- org/dogtagpki/tps/*.class
-
DEPENDS
pki-certsrv-classes
)