| <?xml version="1.0" encoding="UTF-8"?> |
| <?pde version="3.5"?> |
| |
| <product name="Product With License" uid="licenseIU.product" useFeatures="false" includeLaunchers="true"> |
| |
| <configIni use="default"> |
| </configIni> |
| |
| <launcherArgs> |
| <vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts</vmArgsMac> |
| </launcherArgs> |
| |
| <windowImages/> |
| |
| <launcher> |
| <solaris/> |
| <win useIco="false"> |
| <bmp/> |
| </win> |
| </launcher> |
| |
| <vm> |
| </vm> |
| |
| <license> |
| <url>http://www.example.com</url> |
| </license> |
| |
| <plugins> |
| </plugins> |
| |
| |
| </product> |