Created
October 16, 2014 15:06
-
-
Save steinermatt/83baddcac17b016f03b1 to your computer and use it in GitHub Desktop.
enterprise-granny: enunciate.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<enunciate label="Enterprise Granny" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:noNamespaceSchemaLocation="http://enunciate.codehaus.org/schemas/enunciate-1.28.xsd"> | |
<namespaces> | |
<namespace id="Addressbook" uri="http://api.enterprise-granny.samples.cloud.sap.com/model" /> | |
</namespaces> | |
<services> | |
<rest defaultRestSubcontext="/api/v1" /> | |
</services> | |
<webapp disabled="true" doCompile="false" doLibCopy="false" doPackage="false" /> | |
<modules> | |
<!-- Disable all the client generation tools --> | |
<basic-app disabled="true" /> | |
<c disabled="true" /> | |
<csharp disabled="true" /> | |
<java-client disabled="true" /> | |
<jaxws-client disabled="true" /> | |
<jaxws-ri disabled="true" /> | |
<jaxws-support disabled="true" /> | |
<jersey disabled="true" /> | |
<obj-c disabled="true" /> | |
<xml disabled="true" /> | |
<docs splashPackage="com.sap.hana.cloud.samples.granny.srv" title="Addressbook" | |
copyright="SAP SE" includeDefaultDownloads="false" includeExampleXml="false" | |
includeExampleJson="true" groupRestResources="grouping" applyWsdlFilter="false" | |
docsDir="docs" freemarkerXMLProcessingTemplate="docs.fmt" base="docs-base.zip"> | |
</docs> | |
</modules> | |
</enunciate> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment