gkarasiu | 87bf645 | 2008-03-10 15:31:49 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <?eclipse version="3.2"?> |
| 3 | <plugin> |
| 4 | <extension |
| 5 | point="org.eclipse.wst.validation.validatorV2" |
| 6 | id="Test1" name="%Test1.Validator.Name"> |
| 7 | <validator |
gkarasiu | 73f52e5 | 2008-03-20 10:55:39 +0000 | [diff] [blame] | 8 | build="false" |
| 9 | class="org.eclipse.wst.validation.tests.TestValidator" |
| 10 | manual="false"> |
gkarasiu | 87bf645 | 2008-03-10 15:31:49 +0000 | [diff] [blame] | 11 | <include> |
| 12 | <rules> |
| 13 | <fileext |
| 14 | ext="test1"> |
| 15 | </fileext> |
| 16 | </rules> |
| 17 | </include> |
| 18 | </validator> |
| 19 | </extension> |
| 20 | <extension |
| 21 | point="org.eclipse.wst.validation.validatorV2" |
| 22 | id="Test2" name="%Test2.Validator.Name"> |
| 23 | <validator |
gkarasiu | 73f52e5 | 2008-03-20 10:55:39 +0000 | [diff] [blame] | 24 | build="false" |
| 25 | class="org.eclipse.wst.validation.tests.TestValidator2" |
| 26 | manual="false"> |
gkarasiu | 87bf645 | 2008-03-10 15:31:49 +0000 | [diff] [blame] | 27 | <include> |
| 28 | <rules> |
| 29 | <fileext |
| 30 | ext="jsp"> |
| 31 | </fileext> |
gkarasiu | 587a4df | 2008-05-14 14:17:32 +0000 | [diff] [blame] | 32 | <file name="somefile.txt" type="file"/> |
gkarasiu | 87bf645 | 2008-03-10 15:31:49 +0000 | [diff] [blame] | 33 | <fileext |
| 34 | ext="jspx"> |
| 35 | </fileext> |
| 36 | <fileext |
| 37 | ext="java"> |
| 38 | </fileext> |
| 39 | <fileext |
| 40 | ext="test2"> |
| 41 | </fileext> |
| 42 | </rules> |
| 43 | </include> |
| 44 | <include> |
| 45 | <rules> |
| 46 | <projectNature id="org.eclipse.sample" /> |
| 47 | <facet id="com.ibm.vf.test.facet2"/> |
| 48 | </rules> |
| 49 | </include> |
| 50 | <include> |
| 51 | <rules> |
| 52 | <contentType |
| 53 | id="com.ibm.vf.test.contentType2"> |
| 54 | </contentType> |
| 55 | </rules> |
| 56 | </include> |
| 57 | <exclude> |
| 58 | <rules> |
| 59 | <facet |
| 60 | id="org.eclipse.wst.wid.facet"> |
| 61 | </facet> |
| 62 | </rules> |
| 63 | </exclude> |
| 64 | <messageCategory id="bad" label="%Message.bad" severity="error"/> |
| 65 | <messageCategory id="sortof" label="%Message.sortof" severity="warning"/> |
| 66 | <messageCategory id="nice" label="%Message.nice" severity="ignore"/> |
| 67 | <messageCategory id="long" label="%Message.long" severity="ignore"/> |
| 68 | |
| 69 | </validator> |
| 70 | </extension> |
| 71 | |
| 72 | <extension |
| 73 | point="org.eclipse.wst.validation.validatorV2" |
| 74 | id="Test3" name="%Test3.Validator.Name"> |
| 75 | <validator |
gkarasiu | 73f52e5 | 2008-03-20 10:55:39 +0000 | [diff] [blame] | 76 | build="false" |
gkarasiu | 87bf645 | 2008-03-10 15:31:49 +0000 | [diff] [blame] | 77 | class="org.eclipse.wst.validation.tests.TestValidator3" |
gkarasiu | 73f52e5 | 2008-03-20 10:55:39 +0000 | [diff] [blame] | 78 | manual="false"> |
gkarasiu | 87bf645 | 2008-03-10 15:31:49 +0000 | [diff] [blame] | 79 | <include> |
| 80 | <rules> |
| 81 | <fileext |
| 82 | ext="html"> |
| 83 | </fileext> |
| 84 | <fileext |
| 85 | ext="htm"> |
| 86 | </fileext> |
| 87 | </rules> |
| 88 | </include> |
| 89 | </validator> |
| 90 | </extension> |
| 91 | |
| 92 | <extension |
| 93 | point="org.eclipse.wst.validation.validatorV2" |
| 94 | id="Test4" name="%Test4.Validator.Name"> |
| 95 | <validator |
gkarasiu | 73f52e5 | 2008-03-20 10:55:39 +0000 | [diff] [blame] | 96 | build="false" |
| 97 | class="org.eclipse.wst.validation.tests.TestValidator4" |
| 98 | manual="false"> |
gkarasiu | 87bf645 | 2008-03-10 15:31:49 +0000 | [diff] [blame] | 99 | <include> |
| 100 | <rules> |
| 101 | <fileext |
| 102 | ext="test4"> |
| 103 | </fileext> |
| 104 | </rules> |
| 105 | </include> |
| 106 | </validator> |
| 107 | </extension> |
| 108 | <extension id="Test5" name="%Test5.Validator.Name" point="org.eclipse.wst.validation.validatorV2"> |
gkarasiu | 73f52e5 | 2008-03-20 10:55:39 +0000 | [diff] [blame] | 109 | <validator |
| 110 | build="false" |
| 111 | class="org.eclipse.wst.validation.tests.TestValidator5" |
| 112 | manual="false"> |
gkarasiu | 87bf645 | 2008-03-10 15:31:49 +0000 | [diff] [blame] | 113 | <include> |
| 114 | <rules> |
| 115 | <fileext |
| 116 | ext="test5"> |
| 117 | </fileext> |
| 118 | </rules> |
| 119 | </include> |
| 120 | </validator> |
| 121 | </extension> |
| 122 | <extension |
| 123 | point="org.eclipse.wst.validation.validatorDelegates"> |
| 124 | <delegate |
| 125 | class="org.eclipse.wst.validation.tests.TestValidator5D" |
| 126 | name="%Test5D.Validator.Name" |
| 127 | target="org.eclipse.wst.validation.tests.TestValidator5"> |
| 128 | </delegate> |
| 129 | </extension> |
| 130 | <extension |
| 131 | id="Test6" |
| 132 | name="%Test6.Validator.Name" |
| 133 | point="org.eclipse.wst.validation.validatorV2"> |
| 134 | <validator |
gkarasiu | 73f52e5 | 2008-03-20 10:55:39 +0000 | [diff] [blame] | 135 | build="false" |
| 136 | class="org.eclipse.wst.validation.tests.TestValidator6" |
| 137 | manual="false"> |
gkarasiu | 87bf645 | 2008-03-10 15:31:49 +0000 | [diff] [blame] | 138 | <include> |
| 139 | <rules> |
| 140 | <contentType id="org.eclipse.core.runtime.xml"></contentType> |
| 141 | <contentType id="org.eclipse.wst.xml.core.xmlsource"></contentType> |
| 142 | <contentType id="org.eclipse.wst.xml.core.xslsource"></contentType> |
| 143 | <contentType id="org.eclipse.jst.jsp.core.tldsource"></contentType> |
| 144 | </rules> |
| 145 | </include> |
| 146 | <exclude> |
| 147 | <rules> |
| 148 | <file |
| 149 | caseSensitive="true" |
| 150 | name=".project" |
| 151 | type="file"> |
| 152 | </file> |
| 153 | </rules> |
| 154 | </exclude> |
| 155 | </validator> |
| 156 | </extension> |
gkarasiu | bffbb95 | 2008-03-18 15:36:59 +0000 | [diff] [blame] | 157 | <extension |
| 158 | point="org.eclipse.wst.validation.validatorV2" |
| 159 | id="Test7" name="%Test7.Validator.Name"> |
| 160 | <validator |
gkarasiu | 73f52e5 | 2008-03-20 10:55:39 +0000 | [diff] [blame] | 161 | build="false" |
| 162 | class="org.eclipse.wst.validation.tests.TestValidator7" |
| 163 | manual="false"> |
gkarasiu | bffbb95 | 2008-03-18 15:36:59 +0000 | [diff] [blame] | 164 | <include> |
| 165 | <rules> |
| 166 | <fileext |
| 167 | ext="test1"> |
| 168 | </fileext> |
| 169 | </rules> |
| 170 | </include> |
| 171 | </validator> |
| 172 | </extension> |
| 173 | |
| 174 | <extension |
| 175 | point="org.eclipse.wst.validation.validatorV2" |
gkarasiu | 587a4df | 2008-05-14 14:17:32 +0000 | [diff] [blame] | 176 | id="Test8" name="Test8"> |
| 177 | <validator |
| 178 | build="false" |
| 179 | class="org.eclipse.wst.validation.tests.TestValidator8" |
| 180 | manual="false"> |
| 181 | <include> |
| 182 | <rules> |
| 183 | <file name="file.specific" type="file"/> |
| 184 | <file name="source/full.specific" type="full"/> |
| 185 | </rules> |
| 186 | </include> |
| 187 | </validator> |
| 188 | </extension> |
| 189 | |
| 190 | <extension |
| 191 | point="org.eclipse.wst.validation.validatorV2" |
gkarasiu | bffbb95 | 2008-03-18 15:36:59 +0000 | [diff] [blame] | 192 | id="T1A" name="T1A Validator"> |
| 193 | <validator |
gkarasiu | 73f52e5 | 2008-03-20 10:55:39 +0000 | [diff] [blame] | 194 | build="false" |
| 195 | class="org.eclipse.wst.validation.tests.T1AValidator" |
| 196 | manual="false"> |
gkarasiu | bffbb95 | 2008-03-18 15:36:59 +0000 | [diff] [blame] | 197 | <include> |
| 198 | <rules> |
| 199 | <fileext |
| 200 | ext="test1"> |
| 201 | </fileext> |
| 202 | </rules> |
| 203 | </include> |
gkarasiu | fa1092b | 2008-04-20 17:19:19 +0000 | [diff] [blame] | 204 | <group |
| 205 | id="org.eclipse.wst.common.tests.validation.t1group"> |
| 206 | </group> |
gkarasiu | bffbb95 | 2008-03-18 15:36:59 +0000 | [diff] [blame] | 207 | </validator> |
| 208 | </extension> |
gkarasiu | a40be32 | 2008-03-28 13:35:06 +0000 | [diff] [blame] | 209 | |
| 210 | <extension |
| 211 | point="org.eclipse.wst.validation.validatorV2" |
| 212 | id="T1B" name="T1B Validator"> |
| 213 | <validator |
| 214 | build="false" |
| 215 | class="org.eclipse.wst.validation.tests.T1B" |
| 216 | markerId="org.eclipse.wst.common.tests.validation.t1bmarker"> |
| 217 | <include> |
| 218 | <rules> |
| 219 | <fileext |
| 220 | ext="t1b"> |
| 221 | </fileext> |
| 222 | </rules> |
| 223 | </include> |
| 224 | </validator> |
| 225 | </extension> |
| 226 | |
gkarasiu | 641abc4 | 2008-04-16 13:13:28 +0000 | [diff] [blame] | 227 | <extension |
| 228 | point="org.eclipse.wst.validation.validatorV2" |
| 229 | id="T1C" name="T1C"> |
| 230 | <validator |
| 231 | build="false" |
| 232 | class="org.eclipse.wst.validation.tests.T1C" |
| 233 | manual="false"> |
| 234 | <include> |
| 235 | <rules> |
| 236 | <fileext |
| 237 | ext="t1c"> |
| 238 | </fileext> |
| 239 | </rules> |
| 240 | </include> |
| 241 | <exclude> |
| 242 | <rules> |
| 243 | <file |
| 244 | caseSensitive="false" |
| 245 | name="ignore" |
| 246 | type="folder"> |
| 247 | </file> |
| 248 | </rules> |
| 249 | </exclude> |
gkarasiu | fa1092b | 2008-04-20 17:19:19 +0000 | [diff] [blame] | 250 | <group |
| 251 | id="org.eclipse.wst.common.tests.validation.t1group"> |
| 252 | </group> |
gkarasiu | 641abc4 | 2008-04-16 13:13:28 +0000 | [diff] [blame] | 253 | </validator> |
| 254 | </extension> |
| 255 | |
gkarasiu | f3bd6d3 | 2008-03-26 17:59:22 +0000 | [diff] [blame] | 256 | <extension |
| 257 | id="t2a" |
| 258 | name="T2A" |
| 259 | point="org.eclipse.wst.validation.validator"> |
| 260 | <validator> |
| 261 | <helper |
| 262 | class="org.eclipse.wst.validation.tests.T2AHelper"> |
| 263 | </helper> |
| 264 | <run |
| 265 | class="org.eclipse.wst.validation.tests.T2A" |
| 266 | enabled="false"> |
| 267 | </run> |
| 268 | </validator> |
| 269 | </extension> |
| 270 | <extension |
| 271 | id="t2b" |
| 272 | name="T2B" |
| 273 | point="org.eclipse.wst.validation.validator"> |
| 274 | <validator> |
| 275 | <helper |
| 276 | class="org.eclipse.wst.validation.tests.T2AHelper"> |
| 277 | </helper> |
| 278 | <run |
| 279 | class="org.eclipse.wst.validation.tests.T2B" |
gkarasiu | 72375cf | 2008-03-26 18:15:50 +0000 | [diff] [blame] | 280 | enabled="true"> |
gkarasiu | f3bd6d3 | 2008-03-26 17:59:22 +0000 | [diff] [blame] | 281 | </run> |
| 282 | </validator> |
| 283 | </extension> |
gkarasiu | a40be32 | 2008-03-28 13:35:06 +0000 | [diff] [blame] | 284 | <extension |
| 285 | id="t1bmarker" |
| 286 | name="T1B Message" |
| 287 | point="org.eclipse.core.resources.markers"> |
| 288 | <super |
| 289 | type="org.eclipse.core.resources.problemmarker"> |
| 290 | </super> |
| 291 | <persistent |
| 292 | value="true"> |
| 293 | </persistent> |
| 294 | </extension> |
gkarasiu | fa1092b | 2008-04-20 17:19:19 +0000 | [diff] [blame] | 295 | <extension |
| 296 | point="org.eclipse.wst.validation.validatorGroup"> |
| 297 | <group |
| 298 | id="t1group"> |
| 299 | <listener |
| 300 | class="org.eclipse.wst.validation.tests.T1Group"> |
| 301 | </listener> |
| 302 | </group> |
| 303 | </extension> |
gkarasiu | 390ceef | 2008-04-21 19:52:40 +0000 | [diff] [blame] | 304 | <extension |
| 305 | id="exclude1" |
| 306 | point="org.eclipse.wst.validation.exclude"> |
| 307 | <validator |
| 308 | id="org.eclipse.wst.common.tests.validation.T1A"> |
| 309 | <exclude> |
| 310 | <rules> |
| 311 | <projectNature |
| 312 | id="org.eclipse.jst.j2ee.ModuleCoreNature"> |
| 313 | </projectNature> |
| 314 | </rules> |
| 315 | </exclude> |
| 316 | </validator> |
| 317 | </extension> |
gkarasiu | 87bf645 | 2008-03-10 15:31:49 +0000 | [diff] [blame] | 318 | |
| 319 | </plugin> |