This is an automated email from the ASF dual-hosted git repository.
tbouron pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-library.git
The following commit(s) were added to refs/heads/master by this push:
new 1cfa11d Fixes JBoss 6 & 7 logos in catalog
new f98f13d Merge pull request #169 from nakomis/fix-jboss-logo
1cfa11d is described below
commit 1cfa11d7e1264f00e3dbe04ab19f78d0236dcce9
Author: Martin Harris <[email protected]>
AuthorDate: Fri Jan 18 10:24:15 2019 +0000
Fixes JBoss 6 & 7 logos in catalog
---
software/webapp/src/main/resources/catalog.bom | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/software/webapp/src/main/resources/catalog.bom
b/software/webapp/src/main/resources/catalog.bom
index 9d99854..db767a7 100644
--- a/software/webapp/src/main/resources/catalog.bom
+++ b/software/webapp/src/main/resources/catalog.bom
@@ -25,7 +25,7 @@ brooklyn.catalog:
type: org.apache.brooklyn.entity.webapp.nodejs.NodeJsWebAppService
name: Node.JS Application
- id: org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
- iconUrl: classpath:///jboss_logo.png
+ iconUrl: classpath:///jboss-logo.png
item:
type: org.apache.brooklyn.entity.webapp.jboss.JBoss7Server
name: "[DEPRECATED] JBoss Application Server 7"
@@ -46,7 +46,7 @@ brooklyn.catalog:
name: Nginx Server
description: A single Nginx server. Provides HTTP and reverse proxy
services
- id: org.apache.brooklyn.entity.webapp.jboss.JBoss6Server
- iconUrl: classpath:///jboss_logo.png
+ iconUrl: classpath:///jboss-logo.png
item:
type: org.apache.brooklyn.entity.webapp.jboss.JBoss6Server
name: "[DEPRECATED] JBoss Application Server 6"