1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- IBM Confidential
- OCO Source Materials
- IBM Business Platform: Glass Foundation
- (C) Copyright IBM Corp. 2018, 2019
- The source code for this program is not published or otherwise divested of its trade secrets,
- irrespective of what has been deposited with the U.S. Copyright Office
- -->
- <server>
- <library id="conv-skills" apiTypeVisibility="spec,ibm-api,third-party">
- <fileset dir="${install.dir}/configuration/smarts/conversation/skills" include="*.jar" />
- </library>
- <application type="war" location="${install.dir}/webapps/smarts-conversation.war"
- context-root="/smarts-conversation/api">
- <classloader apiTypeVisibility="spec, ibm-api, third-party" commonLibraryRef="nlp-models" privateLibraryRef="conv-skills"/>
- </application>
- </server>
|