Remove commmented-out copy command

Change-Id: I0706f64d54716f27b12566cd9bfe488aedfacadb
Signed-off-by: Frederic Gurr <frederic.gurr@eclipse-foundation.org>
diff --git a/infoCenter/app/createInfoCenter.sh b/infoCenter/app/createInfoCenter.sh
index 7d43684..7a0cab0 100755
--- a/infoCenter/app/createInfoCenter.sh
+++ b/infoCenter/app/createInfoCenter.sh
@@ -134,8 +134,8 @@
   rm ${banner_dir}/../banner.html.bak
 
   # Add custom banner
-  echo "Add custom banner..."
-  #cp ${banner_jar} ${workdir}/eclipse/dropins/plugins/${banner_jar}
+  echo "Adding custom banner..."
+  cp ${banner_jar} ${workdir}/eclipse/dropins/plugins/${banner_jar}
 }
 
 create_scripts() {