gcat/enunciate.xml

24 lines
959 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<enunciate
2022-04-01 18:21:01 +02:00
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://enunciate.webcohesion.com/schemas/enunciate-2.14.0.xsd">
2022-09-28 16:58:17 +02:00
<description package="org.gcube.gcat.rest"/>
2022-04-01 18:21:01 +02:00
<api-classes>
2022-07-12 11:08:11 +02:00
<include pattern="org.gcube.gcat.rest.*" />
2022-09-28 16:58:17 +02:00
<include pattern="org.gcube.gcat.rest.administration.*" />
2022-07-12 11:08:11 +02:00
<exclude pattern="org.gcube.gcat.*" />
2022-04-01 18:21:01 +02:00
</api-classes>
<modules>
<gwt-json-overlay disabled="true " />
<php-json-client disabled="true" />
<ruby-json-client disabled="true" />
<java-json-client disabled="true" />
<javascript-client disabled="true" />
2022-09-13 17:28:21 +02:00
<docs docsDir="${project.build.directory}" docsSubdir="api-docs" />
2022-04-01 18:21:01 +02:00
<swagger basePath="/${project.artifactId}" />
<docs freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">
<additional-css
file="css/d4science_enunciate_custom.css" />
</docs>
</modules>
</enunciate>