You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ea...@apache.org on 2019/04/12 15:59:44 UTC

[qpid-dispatch] branch master updated: DISPATCH-1320 Revering commit

This is an automated email from the ASF dual-hosted git repository.

eallen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new fdedd6a  DISPATCH-1320 Revering commit
fdedd6a is described below

commit fdedd6a493b967d2f4678a839600dfb90f9f1d3c
Author: Ernest Allen <ea...@redhat.com>
AuthorDate: Fri Apr 12 11:59:27 2019 -0400

    DISPATCH-1320 Revering commit
---
 bin/make_standalone_console_tarball.sh                  |   1 -
 console/CMakeLists.txt                                  |   1 -
 .../stand-alone/plugin/img/downstream_console_logo.png  | Bin 11622 -> 0 bytes
 3 files changed, 2 deletions(-)

diff --git a/bin/make_standalone_console_tarball.sh b/bin/make_standalone_console_tarball.sh
index 8c473e8..14015e6 100755
--- a/bin/make_standalone_console_tarball.sh
+++ b/bin/make_standalone_console_tarball.sh
@@ -90,7 +90,6 @@ echo Working Directory=${WORKDIR}
     cmake -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DCMAKE_BUILD_TYPE=Release ../$PREFIX
     make install
     pushd $INSTALL_DIR/share/qpid-dispatch/
-    cp console/img/downstream_console_logo.png console/img/console_logo.png
     tar -c -h -z \
         --owner=root --group=root --numeric-owner \
         --mtime="${MTIME}" \
diff --git a/console/CMakeLists.txt b/console/CMakeLists.txt
index e953c42..7bdb481 100644
--- a/console/CMakeLists.txt
+++ b/console/CMakeLists.txt
@@ -85,7 +85,6 @@ if(CONSOLE_INSTALL)
             ${CONSOLE_SOURCE_DIR}/plugin/img/bg-modal-about-pf.png
             ${CONSOLE_SOURCE_DIR}/plugin/img/logo-alt.svg
             ${CONSOLE_SOURCE_DIR}/plugin/img/console_logo.png
-            ${CONSOLE_SOURCE_DIR}/plugin/img/downstream_console_logo.png
           )
           ## Files copied to the css/ dir
           set(CSS_FONTS
diff --git a/console/stand-alone/plugin/img/downstream_console_logo.png b/console/stand-alone/plugin/img/downstream_console_logo.png
deleted file mode 100644
index a9adea5..0000000
Binary files a/console/stand-alone/plugin/img/downstream_console_logo.png and /dev/null differ


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org