Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5f80d29608cd3d50f479d48c41194a60e3bfb242 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>

<Configure id="basicRuleSet"
  class="org.eclipse.jetty.webapp.verifier.RuleSet">
  <Set name="rules">
    <Array type="org.eclipse.jetty.webapp.verifier.Rule">
      <Item>
        <New class="org.eclipse.jetty.webapp.verifier.rules.JavaSupportLevelRule">
          <Set name="supportedVersion">1.5</Set>
        </New>
      </Item>
    </Array>
  </Set>
</Configure>

Back to the top