Skip to content

Instantly share code, notes, and snippets.

@lahirue
Created October 21, 2015 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lahirue/09401af6f1fe9acf82d4 to your computer and use it in GitHub Desktop.
Save lahirue/09401af6f1fe9acf82d4 to your computer and use it in GitHub Desktop.
WSO2 Carbon Component.xml
<?xml version="1.0" encoding="UTF-8"?>
<component xmlns="http://products.wso2.org/carbon">
<menus>
<menu>
<id>TestServiceMenu</id>
<i18n-key>TestService.menu</i18n-key>
<i18n-bundle>org.wso2.carbon.testService.ui.i18n.Resources</i18n-bundle>
<parent-menu>manage_menu</parent-menu>
<link>../AnyName/MyPage.jsp</link>
<region>region1</region>
<style-class>manage</style-class>
<!-- --><icon>../log-admin/images/log.gif</icon>-->
<require-permission>/permission/protected/manage</require-permission>
</menu>
</menus>
</component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment