META-INF.admingui.console-config.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-community-branding-plugin Show documentation
Show all versions of console-community-branding-plugin Show documentation
Custom Theme Plugin for GlassFish Admin Console
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2008, 2018 Oracle and/or its affiliates. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0, which is available at http://www.eclipse.org/legal/epl-2.0. This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License v. 2.0 are satisfied: GNU General Public License, version 2 with the GNU Classpath Exception, which is available at https://www.gnu.org/software/classpath/license.html. SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 --> <console-config id="community-theme"> <integration-point id="customtheme" type="org.glassfish.admingui:customtheme" priority="100" content="customtheme.properties" /> <integration-point id="customtheme" type="org.glassfish.admingui:masthead" priority="100" content="branding/masthead.inc" /> <integration-point id="customtheme" type="org.glassfish.admingui:favicon" priority="100" content="branding/favicon.inc" parentId="head" /> <integration-point id="customtheme" type="org.glassfish.admingui:loginimage" priority="100" content="branding/loginimage.inc" /> <integration-point id="customtheme" type="org.glassfish.admingui:loginform" priority="100" content="branding/loginform.inc" /> <integration-point id="customtheme" type="org.glassfish.admingui:shutdownform" priority="100" content="branding/shutdown.inc" /> <integration-point id="customtheme" type="org.glassfish.admingui:versioninfo" priority="100" content="branding/versioninfo.inc" /> <integration-point id="customtheme" type="org.glassfish.admingui:upsellframepe" priority="100" content="branding/upsellpe.inc" /> <integration-point id="customtheme" type="org.glassfish.admingui:upsellframeee" priority="100" content="branding/upsellee.inc" /> </console-config>