Skip to content
Snippets Groups Projects
enunciate.xml 1.33 KiB
<enunciate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.0.0-M.4.xsd">

  <title>VIPSLogic API</title>
  <description format="markdown" file="README.md"/>>
  <copyright>NIBIO</copyright>
  <contact><a href="https://www.nibio.no/ansatte/tor-einar-skog" target="new">Tor-Einar Skog</a></contact>

  <application root="/"/>


  <modules>
    <docs>
      <download file="LICENSE.txt" name="NIBIO" description="The license governing this API" showLink="true"/>
    </docs>
    <java-xml-client>
        <facet name="restricted" pattern="**"/>
    </java-xml-client>
  </modules>

  <api-classes>
      <exclude pattern="no.nibio.vips.logic.messaging.UniversalMessagingServiceClient"/>
      <exclude pattern="no.nibio.vips.util.weather.dnmipointweb.**"/>
      <exclude pattern="com.**"/>
      <exclude pattern="org.**"/>
      <exclude pattern="net.**"/>
      <exclude pattern="freemarker.**"/>
      <exclude pattern="de.**"/>
      <exclude pattern="resources.**"/>
      <exclude pattern="thredds.**"/>
      <exclude pattern="ucar.**"/>
      <exclude pattern="uk.**"/>
      <exclude pattern="it.**"/>
      <exclude pattern="antlr.**"/>
      <exclude pattern="jakarta.**"/>
  </api-classes>
  <facets>
        <exclude name="restricted"/>
  </facets>
</enunciate>