Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.60 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plugin
  3.     id="KettlePlugin"
  4.     iconfile="icon.png"
  5.     description="Kettle Plugin"
  6.     tooltip="My kettle plugin"
  7.     category="Transform"
  8.     classname="org.rcelha.KettlePluginMeta">
  9.    
  10.     <libraries>
  11.         <library name="kettler_plugin.jar"/>
  12.     </libraries>
  13.    
  14.     <localized_category>
  15.         <category locale="en_US">Transform</category>
  16.     </localized_category>
  17.    
  18.     <localized_description>
  19.         <description locale="en_US">Kettle Plugin</description>
  20.     </localized_description>
  21.    
  22.     <localized_tooltip>
  23.         <tooltip locale="en_US">This is a test</tooltip>
  24.     </localized_tooltip>
  25.    
  26. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement