Skip to main content
summaryrefslogtreecommitdiffstats
blob: ca1cbe680a8027e1c4965d15aaf7afc8f30a5d79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<plugin>
   <extension
         point="org.eclipse.equinox.http.registry.resources">
      <resource
            alias="/dispo"
            base-name="/web">
      </resource>
   </extension>

</plugin>

Back to the top