pberkland | e83171f | 2007-12-11 16:18:09 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <feature |
| 3 | id="org.eclipse.wst.jsdt_tests.feature" |
| 4 | label="%featureName" |
nitind | 1de0106 | 2009-07-01 22:02:43 +0000 | [diff] [blame] | 5 | version="1.2.0.qualifier" |
pberkland | e83171f | 2007-12-11 16:18:09 +0000 | [diff] [blame] | 6 | provider-name="%providerName"> |
| 7 | |
| 8 | <description> |
| 9 | %description |
| 10 | </description> |
| 11 | |
| 12 | <copyright> |
| 13 | %copyright |
| 14 | </copyright> |
| 15 | |
| 16 | <license url="license.html"> |
| 17 | %license |
| 18 | </license> |
| 19 | |
| 20 | <url> |
| 21 | <update label="%updateSiteName" url="http://download.eclipse.org/webtools/updates/"/> |
| 22 | </url> |
| 23 | |
| 24 | <plugin |
| 25 | id="org.eclipse.wst.jsdt.core.tests.compiler" |
david_williams | 5877317 | 2008-03-26 12:41:47 +0000 | [diff] [blame] | 26 | version="0.0.0"/> |
pberkland | e83171f | 2007-12-11 16:18:09 +0000 | [diff] [blame] | 27 | |
| 28 | <plugin |
| 29 | id="org.eclipse.wst.jsdt.core.tests.model" |
pberkland | e83171f | 2007-12-11 16:18:09 +0000 | [diff] [blame] | 30 | version="0.0.0"/> |
| 31 | |
nitind | e24b540 | 2009-08-03 22:39:01 +0000 | [diff] [blame] | 32 | <plugin |
nitind | eab08f0 | 2009-10-07 22:39:22 +0000 | [diff] [blame] | 33 | id="org.eclipse.wst.jsdt.ui.tests" |
nitind | eab08f0 | 2009-10-07 22:39:22 +0000 | [diff] [blame] | 34 | version="0.0.0"/> |
| 35 | |
david_williams | b7318e0 | 2009-11-18 19:05:56 +0000 | [diff] [blame^] | 36 | <plugin |
| 37 | id="org.eclipse.wtp.releng.tests" |
| 38 | version="0.0.0"/> |
| 39 | |
david_williams | 5877317 | 2008-03-26 12:41:47 +0000 | [diff] [blame] | 40 | </feature> |