13 lines
323 B
XML
13 lines
323 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.4"?>
|
||
|
<plugin>
|
||
|
<extension
|
||
|
point="org.eclipse.equinox.http.registry.httpcontexts">
|
||
|
<httpcontext
|
||
|
class="org.adempiere.webstore.DefaultHttpContext"
|
||
|
id="org.adempiere.webstore">
|
||
|
</httpcontext>
|
||
|
</extension>
|
||
|
|
||
|
</plugin>
|