To uninstall the integration
- Begin by backing out the individual components added to the webapps/cs directory, remove the following files:
- js/extensions/fw/ui/ctonroller/BulkTranslationController.js
- js/extensions/fw/ui/GridFormatter.js
- js/extensions/fw/ui/view/BulkTranslationView.js
- js/fw/fw_ui.js
- This file will require special handling, this fw_ui.js file overwrites the out-of-the-box fw_ui.js provided with WCS, the original fw_ui.js file will need to be placed back.
- The default version of fw_ui.js file can be found in a clean installation of WCS.
- js/fw/ui/document/CustomAssetDocument.js
- js/fw/ui/view/advanced/CustomAssetView.js
- cw/images/cloudwordslogo.png
- WEB-INF/lib/
- cloudwords-wcs-1.1.jar
- cw-client-1.16.2.jar
- gst-foundation-all-11.6.1.jar
- jericho-html-3.4-dev.jar
- okapi-core-0.27.jar
- okapi-filter-abstractmarkup-0.27.jar
- okapi-filter-html-0.27.jar
- okapi-filter-xliff-0.27.jar
- okapi-lib-tkit-0.27.jar
- org.json-20120521.jar
- snakeyaml-1.13.jar
- stax2-api-3.1.1.jar
- woodstox-core-lgpl-4.1.4.jar
- Remove the cw.ini file from the Sites Home directory (ex. JSK/11.1.1.8.0.app/Sites/11.1.1.8.0)
- Remove the additional components in WEB-INF/web.xml
- <context-param>
<param-name>gsf-contexts</param-name>
<param-value>com.cloudwords.wcs.config.WebAppContext</param-value>
</context-param> - <context-param>
<param-name>gsf-contexts</param-name>
<param-value>com.cloudwords.wcs.config.WebAppContext</param-value>
</context-param>
- <context-param>
- Manually remove the following CustomElements
- CustomElements/Cloudwords – all contents under this folder
- CustomElements/OpenMarket/Xcelerate/Actions
- CloudwordsTranslateMultipleFlexParentFront
- CloudwordsTranslateMultipleSitePlanFront
- SearchProjectsFront
- CloudwordsTranslateMultipleForm
- OutOfDateFront
- SearchProjectsPost
- ViewTranslationStatusFront
- NewProjectsFront
- NewProjectsPost
- TranslateAssetFront
- CustomElements/OpenMarket/Xcelerate/Gator/UIFramework/ LoadParentNodes
- CustomElements/UI/Actions/Cloudwords – all contents under this folder
- CustomElements/UI/Config/SiteConfigHtml – once this file is removed the global SiteConfigHtml will take precedence and be executed instead. If this is not a desired behavior, then restore a backup of SiteConfigHtml prior to the integration installation.
- CustomElements/UI/Layout/CenterPane/Search
DockedListViewHtml
ListViewHtml - CustomElements/OpenMarket/Xcelerate/AssetType/Page/PageParents.xml
If this element was customized for other functionalities outside of this integration, be sure to revert to that version. If not, remove this element. - CustomElements/OpenMarket/Xcelerate/AssetType/Page/PlacedPageParents.xml
If this element was customized for other functionalities outside of this integration, be sure to revert to that version. If not, remove this element.
0 Comments