summaryrefslogtreecommitdiffstats
path: root/base/tps
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/tps
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/tps')
-rw-r--r--base/tps/src/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/base/tps/src/CMakeLists.txt b/base/tps/src/CMakeLists.txt
index f517a63c4..c54749465 100644
--- a/base/tps/src/CMakeLists.txt
+++ b/base/tps/src/CMakeLists.txt
@@ -111,7 +111,7 @@ find_file(VELOCITY_JAR
# build pki-tps
javac(pki-tps-classes
SOURCES
- org/dogtagpki/server/tps/*.java
+ *.java
CLASSPATH
${COMMONS_CODEC_JAR} ${COMMONS_LANG_JAR}
${LDAPJDK_JAR}
@@ -140,8 +140,6 @@ jar(pki-tps-jar
${CMAKE_CURRENT_BINARY_DIR}/pki-tps.mf
INPUT_DIR
${CMAKE_CURRENT_BINARY_DIR}/classes
- FILES
- org/dogtagpki/server/tps/*.class
DEPENDS
pki-tps-classes
)