| <?xml version="1.0" encoding="utf-8"?> | |
| <!-- JNLP File for NatTable --> | |
| <jnlp spec="1.5+" | |
| codebase="http://download.eclipse.org/nattable/webstart"> | |
| <information> | |
| <title>SWT</title> | |
| <vendor>Eclipse</vendor> | |
| </information> | |
| <security> | |
| <all-permissions/> | |
| </security> | |
| <resources> | |
| <jar href="org.eclipse.swt_3.107.0.v20180611-0422.jar"/> | |
| </resources> | |
| <component-desc/> | |
| </jnlp> |