1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <feature
- id="de.itemis.gmf.runtime.commons.sdk"
- label="GMF Runtime Commons SDK"
- version="1.0.0.qualifier"
- provider-name="itemis AG">
- <description url="http://www.example.com/description">
- [Enter Feature Description here.]
- </description>
- <copyright url="http://www.example.com/copyright">
- [Enter Copyright Description here.]
- </copyright>
- <license url="http://www.example.com/license">
- [Enter License Description here.]
- </license>
- <includes
- id="de.itemis.gmf.runtime.commons"
- version="0.0.0"/>
- <plugin
- id="de.itemis.gmf.runtime.commons.source"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
- </feature>
|