Repository: qpid-dispatch
Updated Branches:
  refs/heads/master f543ba2b5 -> 7dd16adf3


DISPATCH-1076 Don't rebuild console if .js file changes; just do a copy.


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/7dd16adf
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/7dd16adf
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/7dd16adf

Branch: refs/heads/master
Commit: 7dd16adf39efe674b43cfdcbe504b5d7f8601e3c
Parents: f543ba2
Author: Ernest Allen <[email protected]>
Authored: Wed Jul 11 06:40:28 2018 -0400
Committer: Ernest Allen <[email protected]>
Committed: Wed Jul 11 06:40:28 2018 -0400

----------------------------------------------------------------------
 console/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/7dd16adf/console/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/console/CMakeLists.txt b/console/CMakeLists.txt
index 4cc1cf8..6f5880e 100644
--- a/console/CMakeLists.txt
+++ b/console/CMakeLists.txt
@@ -41,7 +41,7 @@ if(CONSOLE_INSTALL)
           file (GLOB_RECURSE CONSOLE_TS_SOURCES 
${CONSOLE_SOURCE_DIR}/plugin/js/*.ts)
           set(CONSOLE_CSS_SOURCE ${CONSOLE_SOURCE_DIR}/plugin/css/dispatch.css)
           set(CONSOLE_MAIN ${CONSOLE_SOURCE_DIR}/main.js)
-          set(ALL_CONSOLE_SOURCES ${CONSOLE_MAIN} ${CONSOLE_MODULE_SOURCES} 
${CONSOLE_JS_SOURCES} ${CONSOLE_TS_SOURCES} ${CONSOLE_CSS_SOURCE})
+          set(ALL_CONSOLE_SOURCES ${CONSOLE_CSS_SOURCE})
 
           ## Files created during the console build
           set(CONSOLE_ARTIFACTS


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to