Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6cee1e5a604a8a4b171a0161cf342da9714527f9 (plain) (blame)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>
     <extension-point id="servlets" name="%servletsName" schema="schema/servlets.exsd"/>
     <extension-point id="filters" name="%filtersName" schema="schema/filters.exsd"/>
     <extension-point id="resources" name="%resourcesName" schema="schema/resources.exsd"/>
     <extension-point id="httpcontexts" name="%httpcontextsName" schema="schema/httpcontexts.exsd"/>
</plugin>

Back to the top