Advertisement
Guest User

feature.xml

a guest
Aug 9th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feature
  3.      id="adv3_feature"
  4.      label="Adv3_feature"
  5.      version="1.0.0.qualifier">
  6.  
  7.    <description url="http://www.example.com/description">
  8.       [Enter Feature Description here.]
  9.    </description>
  10.  
  11.    <copyright url="http://www.example.com/copyright">
  12.       [Enter Copyright Description here.]
  13.    </copyright>
  14.  
  15.    <license url="http://www.example.com/license">
  16.       [Enter License Description here.]
  17.    </license>
  18.  
  19.    <plugin
  20.         id="adv3"
  21.         download-size="0"
  22.         install-size="0"
  23.         version="0.0.0"
  24.         unpack="false"/>
  25.  
  26. </feature>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement