Showing posts with label Webcenter Content. Show all posts
Showing posts with label Webcenter Content. Show all posts

Wednesday, 20 April 2016

FMW 11.1.1.8.0 Applying Patch 22060958: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.15

FMW 11.1.1.8.0 Applying Patch 22060958: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.15

Patch 22060958 is an interim Oracle WebCenter Content 11.1.1.8.0 patch for Bug: 22060958 (MLR 15)

Please note if Patch 21617568: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.14 has been applied on this instance, it will be rolled back during patching

- Ensure all the patch pre-requisites are met as in the README file

- Set ORACLE_HOME to WCC Home say $MW_HOME/WCC

- Stop MT services (Admin & Managed Servers)

- If using EBS or PSFT, modify below file:

For EBS - $ORACLE_HOME/ucm/idc/components/AppAdapterEBS/AppAdapterEBS.hda
For PSFT- $ORACLE_HOME/ucm/idc/components/AppAdapterPSFT/AppAdapterPSFT.hda
to change the "build=1" value to "build=2" or higher value

- Download and unzip the Patch 22060958 (p22060958_111180_Generic.zip)

$ unzip -d PATCH_TOP p22060958_111180_Generic.zip

- cd PATCH_DIR/22060958

- Apply the patch

$ opatch apply

- Verify the patch applied

opatch lsinventory |grep 22060958

- Clear browser cache & start MT services (Admin and Managed Servers)

Patch rollback

If any issues after applying the patch and if rollback is needed,

- Stop MT services

- cd PATCH_DIR/22060958

$ opatch rollback -id 22060958


- Clear browser cache & start MT services (Admin and Managed Servers)

Related Posts:

Applying Patch 21617568: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.14

Applying Patch 22449847: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.9.160119

Applying Patch 20022599: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.9

FMW 11.1.1.8.0 Applying Patch 21617568: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.14

FMW 11.1.1.8.0 Applying Patch 21617568: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.14

Patch 21617568 is an interim Oracle WebCenter Content 11.1.1.8.0 patch for Bug: 21617568 (MLR 14)

Pls note any previously applied MLR patches may be rolled back when applying this patch.

- Ensure all the patch pre-requisites are met as in the README file

- Set ORACLE_HOME to WCC Home say $MW_HOME/WCC

- Stop MT services (Admin & Managed Servers)

- If using EBS or PSFT, modify below file:

For EBS - $ORACLE_HOME/ucm/idc/components/AppAdapterEBS/AppAdapterEBS.hda
For PSFT- $ORACLE_HOME/ucm/idc/components/AppAdapterPSFT/AppAdapterPSFT.hda
to change the "build=1" value to "build=2" or higher value

- Download and unzip the Patch 21617568 (p21617568_111180_Generic.zip)

$ unzip -d PATCH_TOP p21617568_111180_Generic.zip

- cd PATCH_DIR/21617568

- Apply the patch

$ opatch apply

- Verify the patch applied

opatch lsinventory |grep 21617568

- Clear browser cache & start MT services (Admin and Managed Servers)

Patch rollback:

If any issues after applying the patch and if rollback is needed,

- Stop MT services

- cd PATCH_DIR/21617568

$ opatch rollback -id 21617568


- Clear browser cache & start MT services (Admin and Managed Servers)

Related Posts:

Applying Patch 22060958: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.15

Applying Patch 22449847: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.9.160119

Applying Patch 20022599: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.9

Thursday, 21 January 2016

FMW 11.1.1.9.0 - Applying Patch 22449847: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.9.160119

FMW 11.1.1.9.0 - Applying Patch 22449847: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.9.160119

- Download Patch 22449847 (p22449847_111190_Generic.zip)

Applying Patch 22449847

- Set ORACLE_HOME to WebCenter Content Home, $MW_HOME/Oracle_WCC1

- Stop all servers (Admin Server and all Managed Servers)

- Unzip the patch

$ unzip -d PATCH_TOP p22449847_111190_Generic.zip
   
- $ cd PATCH_TOP/22449847

- Run opatch apply

$ opatch apply

- Start all servers (Admin Server and all Managed Servers)
       
Patch De-Installation

If any issues after applying the patch and rollback is required, follow below steps:

- Stop all servers (Admin Server and all Managed Servers)

- $ cd PATCH_TOP/22449847

- Run opatch rollback

$ opatch rollback -id 22449847

- Start all servers (Admin Server and all Managed Servers)

Related Posts:

Applying Patch 22060958: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.15

FMW 11.1.1.8.0 Applying Patch 21617568: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.14

FMW 11.1.1.9.0 - Applying Patch 22511786: WebCenter Portal Bundle Patch 11.1.1.9.160119(ID:160107.0701)

FMW 11.1.1.8.0 - Applying Patch 20022599: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.9

Friday, 18 September 2015

FMW 11.1.1.8.0 - Applying Patch 20022599: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.9

FMW 11.1.1.8.0 - Applying Patch 20022599: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.9

1. Download the patch 20022599 to staging area PATCH_TOP and unzip it

$ unzip -d PATCH_TOP p20022599_111180_Generic.zip
   

2. Set environment variables and stop MT services

a. Set ORACLE_HOME - eg: $MW_HOME/wcc_111
   
b. Stop MT services (Admin Server and all Managed Server(s)).

c. Depending on whether you use EBS or PSFT, modify the AppAdapterEBS.hda file under $Oracle_Home/ucm/idc/components/AppAdapterEBS 
   OR AppAdapterPSFT.hda under $Oracle_Home/ucm/idc/components/AppAdapterPSFT to change the "build=1" value to "build=2" (or any higher value).  


3. Apply the patch

$ cd PATCH_TOP/20022599

$ opatch apply
       

4. Post-Patching Steps

- Clear browser cache

- Start MT services

5. For instructions on the setup and configuration of the Content UI, pls review below document links

- Chapter 12 Configuring Content Server with the WebCenter Content User Interface

- Review the exact details of the following Document out on the Oracle Support Portal:
How to Install and Configure the Webcenter Content 11.1.1.8.0 Content UI (Doc ID 1617477.1)


6. Patch Rollback

If any issues post patching and roll back is required,

- Stop services

- Rollback the patch

$ opatch rollback -id 20022599
                          
- Clear browser cache


- Start all services

Related Posts:

FMW 11.1.1.9.0 - Applying Patch 22449847: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.9.160119

Applying Patch 22060958: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.15

FMW 11.1.1.8.0 Applying Patch 21617568: WEBCENTER CONTENT BUNDLE PATCH 11.1.1.8.14

FMW 11.1.1.7.0 MDS Patch 17693339 removed after applying ADF Patch for WebCenter Portal - Patch 21880254: MERGE REQUEST ON TOP OF 11.1.1.7.0 FOR BUGS 20224749 21789440

WebCenter Content 11.1.1.8.9 Stuck Threads Issue - Applying Patch 20319643: STUCK THREADS DUE TO UNSAFE RIDC CODE - HASHMAP

FMW 11.1.1.7.0 - Applying Oracle WebCenter Portal Patch 18334433: COMPOSER COMPONENT PROPERTIES DIALOG FAILS TO SAVE METHOD-VALUED ELS

Thursday, 20 February 2014

Running opatch lsinventory -detail on Webcenter Content instance upgraded to 11.1.1.7

Running opatch lsinventory -detail on Webcenter Content instance upgraded to 11.1.1.7

Have you upgraded your Webcenter Content instance to 11.1.1.7? Post upgrade, run opatch lsinventory -detail under $WCC_HOME/OPatch. You should be able to see output similar to below. Patch list may vary slightly depending on any additional MLR patches if any applied on top of 11.1.1.7.

Also ensure you check if schemas got upgraded too by running below sql query.

SQL> SELECT OWNER, VERSION, STATUS, UPGRADED FROM SCHEMA_VERSION_REGISTRY;

During the upgrade, you may also want to upgrade jrockit. You can refer to below.

Installing Oracle JRockit JDK R28.2.5 for Java SE 6 with JRMC 4.1


OPatch output
==============
Oracle Interim Patch Installer version 11.1.0.9.9
Copyright (c) 2012, Oracle Corporation.  All rights reserved.


Oracle Home       : /<instance_name>/fmw/product/111/wcc_111
Central Inventory : /<instance_name>/fmw/product/111/oraInventory
   from           : /<instance_name>/fmw/product/111/wcc_111/oraInst.loc
OPatch version    : 11.1.0.9.9
OUI version       : 11.1.0.9.0
Log file location : /<instance_name>/fmw/product/111/wcc_111/cfgtoollogs/opatch/opatch2013-12-08_22-29-10PM_1.log


OPatch detects the Middleware Home as "/<instance_name>/fmw/product/111"

Lsinventory Output file location : /<instance_name>/fmw/product/111/wcc_111/cfgtoollogs/opatch/lsinv/lsinventory2013-12-08_22-29-10PM.txt

--------------------------------------------------------------------------------
Installed Top-level Products (1):

Oracle WebCenter Content Management Install                          11.1.1.7.0
There are 1 products installed in this Oracle Home.


Installed Products (37):

Application Server 11g Cloning Component                             11.1.1.7.0
Enterprise Content Management - Universal Content Manager            11.1.1.7.0
Enterprise Manager Application Server Integrator Plugin -- Management Service Support11.1.1.7.0
Installer SDK Component                                              11.1.0.9.0
Oracle Application Server Configuration                              11.1.1.7.0
Oracle Bali Share                                                    11.1.1.7.0
Oracle Common Files for WebCenter Content Management                 11.1.1.7.0
Oracle Content Server                                                11.1.1.7.0
Oracle Content Server Component                                      11.1.1.7.0
Oracle Content Server Content Access                                 11.1.1.7.0
Oracle Content Server Content Access Files                           11.1.1.7.0
Oracle Content Server Core                                           11.1.1.7.0
Oracle Content Server Distribution                                   11.1.1.7.0
Oracle Extended Windowing Toolkit                                    11.1.1.7.0
Oracle Fusion Middleware Admin Config                                11.1.1.6.0
Oracle Help for Java                                                 11.1.1.7.0
Oracle Help for the Web - UIX                                        11.1.1.7.0
Oracle Help for the Web Shared Library                               11.1.1.7.0
Oracle Help Share Library                                            11.1.1.7.0
Oracle Ice Browser                                                   11.1.1.7.0
Oracle IRM                                                           11.1.1.6.0
Oracle JFC Extended Windowing Toolkit                                11.1.1.7.0
Oracle One-Off Patch Installer                                       11.1.0.9.9
Oracle Outside In Technology                                          8.4.0.0.0
Oracle Remote Intradoc Client                                        11.1.1.7.0
Oracle Rules Component                                               11.1.1.7.0
Oracle SOA workflow                                                  11.1.1.7.0
Oracle Universal Installer                                           11.1.0.9.0
Oracle Upgrade Assistant                                             11.1.1.7.0
Oracle Upgrade Assistant                                             11.1.1.7.0
Oracle Upgrade Assistant for WebCenter Content Management            11.1.1.7.0
Oracle WebCenter Content Management Install                          11.1.1.7.0
Oracle WebCenter Content Management Product Suite                    11.1.1.7.0
Oracle WebCenter Content: Imaging                                    11.1.1.7.0
Oracle WebCenter Content: Records Management                         11.1.1.7.0
OracleAS Documentation                                               11.1.1.7.0
Webcenter Content - Information Rights Manager                       11.1.1.7.0
There are 37 products installed in this Oracle Home.


Interim patches (1) :

Patch  17525726     : applied on Thu Dec 05 12:06:32 GMT 2013
Unique Patch ID:  16878906
   Created on 10 Oct 2013, 12:39:26 hrs
   Bugs fixed:
     14645530, 17186950, 16977555, 16849099, 16861667, 17529255, 16165081
     14796839, 16472757, 17586076, 16866408, 16997634, 16023273, 15925662
     17217308, 17242957, 17060722, 16941483, 16893849, 16756865, 16684329
     16596749, 16595940, 16590312, 16575573, 16532148, 16515015, 16487167
     16433261, 16399127, 16383736, 16352689, 16315020, 16312506, 16308749
     16300086, 16285653, 16282439, 16274688, 16262691, 16233655, 16067507
     16025005, 16018998, 16015844, 16010862, 15998205, 15985188, 15944993
     15911861, 15909287, 15904764, 15891596, 15845286, 15837212, 14850667
     14845049, 14839070, 14792962, 14722130, 14582758, 14502965, 14187864
     13355468, 13042182, 16887408, 16719783, 16595592, 16573370, 16557642
     16507931, 16478243, 16431553, 16339503, 16244668, 16212615, 15981040
     15980682, 15907097, 15869939, 14668580, 14605818, 14499377, 14173253
     14117967, 13994736, 13420854, 12984124, 16740687, 16192963, 16361636, 16382932
   Files Touched:
     ucm-t2p-cloner.jar --> ORACLE_HOME/clone/provision/ucm-t2p-cloner.jar
     oracle.ucm.core_template_11.1.1.jar --> ORACLE_HOME/common/templates/applications/oracle.ucm.core_template_11.1.1.jar
     oracle.ucm.cs_template_11.1.1.jar --> ORACLE_HOME/common/templates/applications/oracle.ucm.cs_template_11.1.1.jar
     oracle.ucm.ibr_deploy_to_ucm_template_11.1.1.jar --> ORACLE_HOME/common/templates/applications/oracle.ucm.ibr_deploy_to_ucm_template_11.1.1.jar
     oracle.ucm.ibr_template_11.1.1.jar --> ORACLE_HOME/common/templates/applications/oracle.ucm.ibr_template_11.1.1.jar
     oracle.ucm.ssxa_template_11.1.1.jar --> ORACLE_HOME/common/templates/applications/oracle.ucm.ssxa_template_11.1.1.jar
     oracle.ucm.urm_template_11.1.1.jar --> ORACLE_HOME/common/templates/applications/oracle.ucm.urm_template_11.1.1.jar
     oracle.ucm.wcm_template_11.1.1.jar --> ORACLE_HOME/common/templates/applications/oracle.ucm.wcm_template_11.1.1.jar
     oracle.ucm.core_template_11.1.1.jar --> ORACLE_HOME/common/templates/was/oracle.ucm.core_template_11.1.1.jar
     oracle.ucm.cs_template_11.1.1.jar --> ORACLE_HOME/common/templates/was/oracle.ucm.cs_template_11.1.1.jar
     oracle.ucm.ibr_template_11.1.1.jar --> ORACLE_HOME/common/templates/was/oracle.ucm.ibr_template_11.1.1.jar
     oracle.ucm.ridc_template_11.1.1.jar --> ORACLE_HOME/common/templates/was/oracle.ucm.ridc_template_11.1.1.jar
     oracle.ucm.ssxa_template_11.1.1.jar --> ORACLE_HOME/common/templates/was/oracle.ucm.ssxa_template_11.1.1.jar
     oracle.ucm.urm_template_11.1.1.jar --> ORACLE_HOME/common/templates/was/oracle.ucm.urm_template_11.1.1.jar
     oracle.ucm.wcm_template_11.1.1.jar --> ORACLE_HOME/common/templates/was/oracle.ucm.wcm_template_11.1.1.jar
     UcmPlugin.jar --> ORACLE_HOME/jlib/UcmPlugin.jar
     ContentPortletSuite_WSRP_WebSphere.zip --> ORACLE_HOME/ucm/Distribution/CPS/ContentPortletSuite_WSRP_WebSphere.zip
     ContentPortletSuite_WSRP_Webcenter.zip --> ORACLE_HOME/ucm/Distribution/CPS/ContentPortletSuite_WSRP_Webcenter.zip
     ContentPortletSuite_WSRP_Weblogic.zip --> ORACLE_HOME/ucm/Distribution/CPS/ContentPortletSuite_WSRP_Weblogic.zip
     cps-sdk-8.0.0.zip --> ORACLE_HOME/ucm/Distribution/CPS/cps-sdk-8.0.0.zip
     DIS-11.1.7.130-Setup.exe --> ORACLE_HOME/ucm/Distribution/DIS/Installer/32-bit/DIS-11.1.7.130-Setup.exe
     OracleDesktopIntegrationSuite.msi --> ORACLE_HOME/ucm/Distribution/DIS/Installer/32-bit/OracleDesktopIntegrationSuite.msi
     DIS-11.1.7.130-x64-Setup.exe --> ORACLE_HOME/ucm/Distribution/DIS/Installer/64-bit/DIS-11.1.7.130-x64-Setup.exe
     OracleDesktopIntegrationSuite.msi --> ORACLE_HOME/ucm/Distribution/DIS/Installer/64-bit/OracleDesktopIntegrationSuite.msi
     readme.html --> ORACLE_HOME/ucm/Distribution/DIS/readme.html
     oracle.ucm.fa_client_11.1.1.jar --> ORACLE_HOME/ucm/Distribution/FAProv/oracle.ucm.fa_client_11.1.1.jar
     ucmscript.jar --> ORACLE_HOME/ucm/Distribution/FAProv/ucmscript.jar
     oracle.ucm.wcm.jdev-11.1.1.zip --> ORACLE_HOME/ucm/Distribution/SiteStudioExternalApplications/jdev/oracle.ucm.wcm.jdev-11.1.1.zip
     oracle.ucm.wcm.common-11.1.1.jar --> ORACLE_HOME/ucm/Distribution/SiteStudioExternalApplications/oracle.ucm.wcm.common-11.1.1.jar
     oracle.ucm.wcm.core-11.1.1.jar --> ORACLE_HOME/ucm/Distribution/SiteStudioExternalApplications/oracle.ucm.wcm.core-11.1.1.jar
     oracle.ucm.wcm.domain-11.1.1.ear --> ORACLE_HOME/ucm/Distribution/SiteStudioExternalApplications/oracle.ucm.wcm.domain-11.1.1.ear
     oracle.ucm.wcm.domain.webapp-11.1.1.war --> ORACLE_HOME/ucm/Distribution/SiteStudioExternalApplications/oracle.ucm.wcm.domain.webapp-11.1.1.war
     oracle.ucm.wcm.i18n-11.1.1.jar --> ORACLE_HOME/ucm/Distribution/SiteStudioExternalApplications/oracle.ucm.wcm.i18n-11.1.1.jar
     oracle.ucm.wcm.javaee-11.1.1.jar --> ORACLE_HOME/ucm/Distribution/SiteStudioExternalApplications/oracle.ucm.wcm.javaee-11.1.1.jar
     oracle.ucm.wcm.wasdomain-11.1.1.jar --> ORACLE_HOME/ucm/Distribution/SiteStudioExternalApplications/oracle.ucm.wcm.wasdomain-11.1.1.jar
     classes-ActiveDirectoryLdapComponent.jar --> ORACLE_HOME/ucm/idc/components/ActiveDirectoryLdapComponent/classes-ActiveDirectoryLdapComponent.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ActiveDirectoryLdapComponent/manifest.hda
     manifest.hda --> ORACLE_HOME/ucm/idc/components/AddCCToArchiveCheckin/manifest.hda
     manifest.hda --> ORACLE_HOME/ucm/idc/components/AddCCToNewCheckin/manifest.hda
     classes-AppAdapterCore.jar --> ORACLE_HOME/ucm/idc/components/AppAdapterCore/classes-AppAdapterCore.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/AppAdapterCore/manifest.hda
     classes-AppAdapterEBS.jar --> ORACLE_HOME/ucm/idc/components/AppAdapterEBS/classes-AppAdapterEBS.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/AppAdapterEBS/manifest.hda
     classes-AppAdapterPSFT.jar --> ORACLE_HOME/ucm/idc/components/AppAdapterPSFT/classes-AppAdapterPSFT.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/AppAdapterPSFT/manifest.hda
     classes-ArchiverReplicationExceptions.jar --> ORACLE_HOME/ucm/idc/components/ArchiverReplicationExceptions/classes-ArchiverReplicationExceptions.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ArchiverReplicationExceptions/manifest.hda
     classes-BpelIntegration.jar --> ORACLE_HOME/ucm/idc/components/BpelIntegration/classes-BpelIntegration.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/BpelIntegration/manifest.hda
     classes-BrowserUrlPath.jar --> ORACLE_HOME/ucm/idc/components/BrowserUrlPath/classes-BrowserUrlPath.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/BrowserUrlPath/manifest.hda
     manifest.hda --> ORACLE_HOME/ucm/idc/components/CIS_Helper/manifest.hda
     classes-CSDms.jar --> ORACLE_HOME/ucm/idc/components/CSDms/classes-CSDms.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/CSDms/manifest.hda
     classes-CSMbean.jar --> ORACLE_HOME/ucm/idc/components/CSMbean/classes-CSMbean.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/CSMbean/manifest.hda
     classes-CheckSCSHealth.jar --> ORACLE_HOME/ucm/idc/components/CheckSCSHealth/classes-CheckSCSHealth.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/CheckSCSHealth/manifest.hda
     CheckoutAndOpenInNative.hda --> ORACLE_HOME/ucm/idc/components/CheckoutAndOpenInNative/CheckoutAndOpenInNative.hda
     checkoutandopen-11.1.7.130.jar --> ORACLE_HOME/ucm/idc/components/CheckoutAndOpenInNative/common/checkoutandopen-11.1.7.130.jar
     checkoutandopen.cab --> ORACLE_HOME/ucm/idc/components/CheckoutAndOpenInNative/common/checkoutandopen.cab
     checkoutandopenx64.cab --> ORACLE_HOME/ucm/idc/components/CheckoutAndOpenInNative/common/checkoutandopenx64.cab
     manifest.hda --> ORACLE_HOME/ucm/idc/components/CheckoutAndOpenInNative/manifest.hda
     checkoutandopeninnative_resource.htm --> ORACLE_HOME/ucm/idc/components/CheckoutAndOpenInNative/resources/checkoutandopeninnative_resource.htm
     classes-ClassifiedEnhancements.jar --> ORACLE_HOME/ucm/idc/components/ClassifiedEnhancements/classes-ClassifiedEnhancements.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ClassifiedEnhancements/manifest.hda
     classes-CommonUtils.jar --> ORACLE_HOME/ucm/idc/components/CommonUtils/classes-CommonUtils.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/CommonUtils/manifest.hda
     ConfigMigrationUtility.hda --> ORACLE_HOME/ucm/idc/components/ConfigMigrationUtility/ConfigMigrationUtility.hda
     classes-ConfigMigrationUtility.jar --> ORACLE_HOME/ucm/idc/components/ConfigMigrationUtility/classes-ConfigMigrationUtility.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ConfigMigrationUtility/manifest.hda
     cmu_resource.htm --> ORACLE_HOME/ucm/idc/components/ConfigMigrationUtility/resources/cmu_resource.htm
     cmu_strings.htm --> ORACLE_HOME/ucm/idc/components/ConfigMigrationUtility/resources/cmu_strings.htm
     classes-ContentBasket.jar --> ORACLE_HOME/ucm/idc/components/ContentBasket/classes-ContentBasket.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ContentBasket/manifest.hda
     ContentCategorizer.hda --> ORACLE_HOME/ucm/idc/components/ContentCategorizer/ContentCategorizer.hda
     sccclient.zip --> ORACLE_HOME/ucm/idc/components/ContentCategorizer/common/sccclient.zip
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ContentCategorizer/manifest.hda
     scc_startup.jar --> ORACLE_HOME/ucm/idc/components/ContentCategorizer/scc_startup.jar
     sccserver.jar --> ORACLE_HOME/ucm/idc/components/ContentCategorizer/sccserver.jar
     ContentFolios.hda --> ORACLE_HOME/ucm/idc/components/ContentFolios/ContentFolios.hda
     classes-ContentFolios.jar --> ORACLE_HOME/ucm/idc/components/ContentFolios/classes-ContentFolios.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ContentFolios/manifest.hda
     ContentTracker.hda --> ORACLE_HOME/ucm/idc/components/ContentTracker/ContentTracker.hda
     classes-ContentTracker.jar --> ORACLE_HOME/ucm/idc/components/ContentTracker/classes-ContentTracker.jar
     sctclient.zip --> ORACLE_HOME/ucm/idc/components/ContentTracker/common/sctclient.zip
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ContentTracker/manifest.hda
     preference.hda --> ORACLE_HOME/ucm/idc/components/ContentTracker/preference.hda
     classes-ContentTrackerReports.jar --> ORACLE_HOME/ucm/idc/components/ContentTrackerReports/classes-ContentTrackerReports.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ContentTrackerReports/manifest.hda
     preference.hda --> ORACLE_HOME/ucm/idc/components/ContentTrackerReports/preference.hda
     CoreWebdav.hda --> ORACLE_HOME/ucm/idc/components/CoreWebdav/CoreWebdav.hda
     classes-CoreWebdav.jar --> ORACLE_HOME/ucm/idc/components/CoreWebdav/classes-CoreWebdav.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/CoreWebdav/manifest.hda
     idcFlipFactoryPlugin.zip --> ORACLE_HOME/ucm/idc/components/DAMConverter/VideoManagerFlipFactoryPlugin/idcFlipFactoryPlugin.zip
     classes-DAMConverter.jar --> ORACLE_HOME/ucm/idc/components/DAMConverter/classes-DAMConverter.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/DAMConverter/manifest.hda
     classes-DBSearchContainsOpSupport.jar --> ORACLE_HOME/ucm/idc/components/DBSearchContainsOpSupport/classes-DBSearchContainsOpSupport.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/DBSearchContainsOpSupport/manifest.hda
     classes-DamConverterSupport.jar --> ORACLE_HOME/ucm/idc/components/DamConverterSupport/classes-DamConverterSupport.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/DamConverterSupport/manifest.hda
     DesktopIntegrationSuite.hda --> ORACLE_HOME/ucm/idc/components/DesktopIntegrationSuite/DesktopIntegrationSuite.hda
     classes.jar --> ORACLE_HOME/ucm/idc/components/DesktopIntegrationSuite/classes.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/DesktopIntegrationSuite/manifest.hda
     preference.hda --> ORACLE_HOME/ucm/idc/components/DesktopIntegrationSuite/preference.hda
     desktopintegrationsuite_queries.htm --> ORACLE_HOME/ucm/idc/components/DesktopIntegrationSuite/resources/desktopintegrationsuite_queries.htm
     desktopintegrationsuite_resource.htm --> ORACLE_HOME/ucm/idc/components/DesktopIntegrationSuite/resources/desktopintegrationsuite_resource.htm
     desktopintegrationsuite_services.htm --> ORACLE_HOME/ucm/idc/components/DesktopIntegrationSuite/resources/desktopintegrationsuite_services.htm
     DIS-11.1.7.130-Setup.exe --> ORACLE_HOME/ucm/idc/components/DesktopIntegrationSuite/support/desktopclient/DIS-11.1.7.130-Setup.exe
     DIS-11.1.7.130-x64-Setup.exe --> ORACLE_HOME/ucm/idc/components/DesktopIntegrationSuite/support/desktopclientx64/DIS-11.1.7.130-x64-Setup.exe
     DesktopTag.hda --> ORACLE_HOME/ucm/idc/components/DesktopTag/DesktopTag.hda
     classes.jar --> ORACLE_HOME/ucm/idc/components/DesktopTag/classes.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/DesktopTag/manifest.hda
     classes-DigitalAssetManager.jar --> ORACLE_HOME/ucm/idc/components/DigitalAssetManager/classes-DigitalAssetManager.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/DigitalAssetManager/manifest.hda
     classes-DoDConfig.jar --> ORACLE_HOME/ucm/idc/components/DoDConfig/classes-DoDConfig.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/DoDConfig/manifest.hda
     DynamicConverter.hda --> ORACLE_HOME/ucm/idc/components/DynamicConverter/DynamicConverter.hda
     DynConverterXml.class --> ORACLE_HOME/ucm/idc/components/DynamicConverter/classes/dynamicconverter/DynConverterXml.class
     manifest.hda --> ORACLE_HOME/ucm/idc/components/DynamicConverter/manifest.hda
     readme.html --> ORACLE_HOME/ucm/idc/components/DynamicConverter/readme.html
     dynamicconverter_resource.htm --> ORACLE_HOME/ucm/idc/components/DynamicConverter/resources/dynamicconverter_resource.htm
     classes-ElectronicSignatures.jar --> ORACLE_HOME/ucm/idc/components/ElectronicSignatures/classes-ElectronicSignatures.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ElectronicSignatures/manifest.hda
     EmailMetadata.hda --> ORACLE_HOME/ucm/idc/components/EmailMetadata/EmailMetadata.hda
     classes.jar --> ORACLE_HOME/ucm/idc/components/EmailMetadata/classes.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/EmailMetadata/manifest.hda
     preference.hda --> ORACLE_HOME/ucm/idc/components/EmailMetadata/preference.hda
     classes-ExtendedUserAttributes.jar --> ORACLE_HOME/ucm/idc/components/ExtendedUserAttributes/classes-ExtendedUserAttributes.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ExtendedUserAttributes/manifest.hda
     classes-ExternalHelper.jar --> ORACLE_HOME/ucm/idc/components/ExternalHelper/classes-ExternalHelper.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ExternalHelper/manifest.hda
     classes-ExtranetLook.jar --> ORACLE_HOME/ucm/idc/components/ExtranetLook/classes-ExtranetLook.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ExtranetLook/manifest.hda
     FCKEditor.hda --> ORACLE_HOME/ucm/idc/components/FCKEditor/FCKEditor.hda
     manifest.hda --> ORACLE_HOME/ucm/idc/components/FCKEditor/manifest.hda
     _documentation.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/_documentation.html
     _upgrade.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/_upgrade.html
     _whatsnew.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/_whatsnew.html
     _whatsnew_history.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/_whatsnew_history.html
     fckcontextmenu.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckcontextmenu.js
     fckdataprocessor.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckdataprocessor.js
     fckdocumentfragment_gecko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js
     fckdocumentfragment_ie.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js
     fckdomrange.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckdomrange.js
     fckdomrange_gecko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckdomrange_gecko.js
     fckdomrange_ie.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckdomrange_ie.js
     fckdomrangeiterator.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckdomrangeiterator.js
     fckeditingarea.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckeditingarea.js
     fckelementpath.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckelementpath.js
     fckenterkey.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckenterkey.js
     fckevents.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckevents.js
     fckhtmliterator.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckhtmliterator.js
     fckicon.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckicon.js
     fckiecleanup.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckiecleanup.js
     fckimagepreloader.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckimagepreloader.js
     fckkeystrokehandler.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckkeystrokehandler.js
     fckmenublock.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckmenublock.js
     fckmenublockpanel.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckmenublockpanel.js
     fckmenuitem.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckmenuitem.js
     fckpanel.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckpanel.js
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckplugin.js
     fckspecialcombo.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckspecialcombo.js
     fckstyle.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckstyle.js
     fcktoolbar.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fcktoolbar.js
     fcktoolbarbreak_gecko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js
     fcktoolbarbreak_ie.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js
     fcktoolbarbutton.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fcktoolbarbutton.js
     fcktoolbarbuttonui.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js
     fcktoolbarfontformatcombo.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js
     fcktoolbarfontscombo.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js
     fcktoolbarfontsizecombo.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js
     fcktoolbarpanelbutton.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js
     fcktoolbarspecialcombo.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js
     fcktoolbarstylecombo.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js
     fckw3crange.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckw3crange.js
     fckxml.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckxml.js
     fckxml_gecko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckxml_gecko.js
     fckxml_ie.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/classes/fckxml_ie.js
     fck_othercommands.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fck_othercommands.js
     fckblockquotecommand.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckblockquotecommand.js
     fckcorestylecommand.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js
     fckfitwindow.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckfitwindow.js
     fckindentcommands.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckindentcommands.js
     fckjustifycommands.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckjustifycommands.js
     fcklistcommands.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fcklistcommands.js
     fcknamedcommand.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fcknamedcommand.js
     fckpasteplaintextcommand.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js
     fckpastewordcommand.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js
     fckremoveformatcommand.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js
     fckshowblocks.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckshowblocks.js
     fckspellcheckcommand_gecko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js
     fckspellcheckcommand_ie.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js
     fckstylecommand.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fckstylecommand.js
     fcktablecommand.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fcktablecommand.js
     fcktextcolorcommand.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js
     fckconstants.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/fckconstants.js
     fckeditorapi.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/fckeditorapi.js
     fckjscoreextensions.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/fckjscoreextensions.js
     fckscriptloader.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/fckscriptloader.js
     fck.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fck.js
     fck_contextmenu.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fck_contextmenu.js
     fck_gecko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fck_gecko.js
     fck_ie.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fck_ie.js
     fckbrowserinfo.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckbrowserinfo.js
     fckcodeformatter.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckcodeformatter.js
     fckcommands.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckcommands.js
     fckconfig.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckconfig.js
     fckdebug.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckdebug.js
     fckdebug_empty.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckdebug_empty.js
     fckdialog.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckdialog.js
     fckdocumentprocessor.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckdocumentprocessor.js
     fckdomtools.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckdomtools.js
     fcklanguagemanager.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fcklanguagemanager.js
     fcklisthandler.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fcklisthandler.js
     fcklistslib.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fcklistslib.js
     fckplugins.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckplugins.js
     fckregexlib.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckregexlib.js
     fckscayt.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckscayt.js
     fckselection.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckselection.js
     fckselection_gecko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckselection_gecko.js
     fckselection_ie.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckselection_ie.js
     fckstyles.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckstyles.js
     fcktablehandler.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fcktablehandler.js
     fcktablehandler_gecko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fcktablehandler_gecko.js
     fcktablehandler_ie.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fcktablehandler_ie.js
     fcktoolbaritems.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fcktoolbaritems.js
     fcktoolbarset.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fcktoolbarset.js
     fcktools.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fcktools.js
     fcktools_gecko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fcktools_gecko.js
     fcktools_ie.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fcktools_ie.js
     fckundo.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckundo.js
     fckurlparams.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckurlparams.js
     fckxhtml.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckxhtml.js
     fckxhtml_gecko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckxhtml_gecko.js
     fckxhtml_ie.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckxhtml_ie.js
     fckxhtmlentities.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/_source/internals/fckxhtmlentities.js
     fck_editorarea.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/fck_editorarea.css
     fck_internal.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/fck_internal.css
     fck_showtableborders_gecko.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/fck_showtableborders_gecko.css
     block_address.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/block_address.png
     block_blockquote.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/block_blockquote.png
     block_div.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/block_div.png
     block_h1.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/block_h1.png
     block_h2.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/block_h2.png
     block_h3.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/block_h3.png
     block_h4.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/block_h4.png
     block_h5.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/block_h5.png
     block_h6.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/block_h6.png
     block_p.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/block_p.png
     block_pre.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/block_pre.png
     fck_plugin.gif --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/css/images/fck_plugin.gif
     fck_dialog_common.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/common/fck_dialog_common.css
     fck_dialog_common.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/common/fck_dialog_common.js
     fck_about.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_about.html
     spellchecker_net.gif --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif
     fck_anchor.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_anchor.html
     fck_button.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_button.html
     fck_checkbox.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_checkbox.html
     fck_colorselector.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_colorselector.html
     fck_div.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_div.html
     fck_docprops.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_docprops.html
     fck_document_preview.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
     fck_flash.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_flash.html
     fck_flash.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_flash/fck_flash.js
     fck_flash_preview.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
     fck_form.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_form.html
     fck_hiddenfield.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_hiddenfield.html
     fck_image.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_image.html
     fck_image.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_image/fck_image.js
     fck_image_preview.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_image/fck_image_preview.html
     fck_link.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_link.html
     fck_link.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_link/fck_link.js
     fck_listprop.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_listprop.html
     fck_paste.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_paste.html
     fck_radiobutton.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_radiobutton.html
     fck_replace.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_replace.html
     fck_scayt.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_scayt.html
     scayt_dialog.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_scayt/scayt_dialog.css
     fck_select.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_select.html
     fck_select.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_select/fck_select.js
     fck_smiley.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_smiley.html
     fck_source.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_source.html
     fck_specialchar.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_specialchar.html
     fck_spellerpages.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_spellerpages.html
     spellchecker.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
     spellchecker.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
     spellchecker.pl --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
     spellChecker.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
     spellerStyle.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
     fck_table.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_table.html
     fck_tablecell.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_tablecell.html
     fck_template.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_template.html
     fck_textarea.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_textarea.html
     fck_textfield.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dialog/fck_textfield.html
     fck_dtd_test.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dtd/fck_dtd_test.html
     fck_xhtml10strict.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dtd/fck_xhtml10strict.js
     fck_xhtml10transitional.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/dtd/fck_xhtml10transitional.js
     fckdebug.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/fckdebug.html
     fckdialog.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/fckdialog.html
     fckeditor.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/fckeditor.html
     fckeditor.original.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/fckeditor.original.html
     browser.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/browser/default/browser.css
     browser.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/browser/default/browser.html
     frmactualfolder.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/browser/default/frmactualfolder.html
     frmcreatefolder.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
     frmfolders.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/browser/default/frmfolders.html
     frmresourceslist.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
     frmresourcetype.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/browser/default/frmresourcetype.html
     frmupload.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/browser/default/frmupload.html
     common.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/browser/default/js/common.js
     fckxml.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/browser/default/js/fckxml.js
     basexml.asp --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/asp/basexml.asp
     class_upload.asp --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/asp/class_upload.asp
     commands.asp --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/asp/commands.asp
     config.asp --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/asp/config.asp
     connector.asp --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/asp/connector.asp
     io.asp --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/asp/io.asp
     upload.asp --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/asp/upload.asp
     util.asp --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/asp/util.asp
     config.ascx --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/aspx/config.ascx
     connector.aspx --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/aspx/connector.aspx
     upload.aspx --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/aspx/upload.aspx
     ImageObject.cfc --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/ImageObject.cfc
     cf5_connector.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/cf5_connector.cfm
     cf5_upload.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/cf5_upload.cfm
     cf_basexml.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/cf_basexml.cfm
     cf_commands.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/cf_commands.cfm
     cf_connector.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/cf_connector.cfm
     cf_io.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/cf_io.cfm
     cf_upload.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/cf_upload.cfm
     cf_util.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/cf_util.cfm
     config.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/config.cfm
     connector.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/connector.cfm
     image.cfc --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/image.cfc
     upload.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/cfm/upload.cfm
     config.lasso --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/lasso/config.lasso
     connector.lasso --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/lasso/connector.lasso
     upload.lasso --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/lasso/upload.lasso
     basexml.pl --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/perl/basexml.pl
     commands.pl --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/perl/commands.pl
     config.pl --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/perl/config.pl
     connector.cgi --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/perl/connector.cgi
     io.pl --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/perl/io.pl
     upload.cgi --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/perl/upload.cgi
     upload_fck.pl --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/perl/upload_fck.pl
     util.pl --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/perl/util.pl
     basexml.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/php/basexml.php
     commands.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/php/commands.php
     config.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/php/config.php
     connector.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/php/connector.php
     io.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/php/io.php
     phpcompat.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/php/phpcompat.php
     upload.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/php/upload.php
     util.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/php/util.php
     config.py --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/py/config.py
     connector.py --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/py/connector.py
     fckcommands.py --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/py/fckcommands.py
     fckconnector.py --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/py/fckconnector.py
     fckoutput.py --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/py/fckoutput.py
     fckutil.py --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/py/fckutil.py
     htaccess.txt --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/py/htaccess.txt
     upload.py --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/py/upload.py
     wsgi.py --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/py/wsgi.py
     zope.py --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/py/zope.py
     test.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/test.html
     uploadtest.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/filemanager/connectors/uploadtest.html
     fckadobeair.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/js/fckadobeair.js
     fckeditorcode_gecko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/js/fckeditorcode_gecko.js
     fckeditorcode_ie.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/js/fckeditorcode_ie.js
     _translationstatus.txt --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/_translationstatus.txt
     af.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/af.js
     ar.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/ar.js
     bg.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/bg.js
     bn.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/bn.js
     bs.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/bs.js
     ca.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/ca.js
     cs.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/cs.js
     da.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/da.js
     de.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/de.js
     el.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/el.js
     en-au.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/en-au.js
     en-ca.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/en-ca.js
     en-uk.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/en-uk.js
     en.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/en.js
     eo.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/eo.js
     es.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/es.js
     et.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/et.js
     eu.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/eu.js
     fa.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/fa.js
     fi.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/fi.js
     fo.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/fo.js
     fr-ca.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/fr-ca.js
     fr.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/fr.js
     gl.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/gl.js
     gu.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/gu.js
     he.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/he.js
     hi.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/hi.js
     hr.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/hr.js
     hu.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/hu.js
     is.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/is.js
     it.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/it.js
     ja.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/ja.js
     km.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/km.js
     ko.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/ko.js
     lt.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/lt.js
     lv.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/lv.js
     mn.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/mn.js
     ms.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/ms.js
     nb.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/nb.js
     nl.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/nl.js
     no.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/no.js
     pl.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/pl.js
     pt-br.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/pt-br.js
     pt.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/pt.js
     ro.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/ro.js
     ru.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/ru.js
     sk.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/sk.js
     sl.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/sl.js
     sr-latn.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/sr-latn.js
     sr.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/sr.js
     sv.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/sv.js
     th.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/th.js
     tr.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/tr.js
     uk.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/uk.js
     vi.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/vi.js
     zh-cn.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/zh-cn.js
     zh.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/lang/zh.js
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/autogrow/fckplugin.js
     sample.config.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/bbcode/_sample/sample.config.js
     sample.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/bbcode/_sample/sample.html
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/bbcode/fckplugin.js
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/dragresizetable/fckplugin.js
     fck_placeholder.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/placeholder/fck_placeholder.html
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/placeholder/fckplugin.js
     de.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/placeholder/lang/de.js
     en.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/placeholder/lang/en.js
     es.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/placeholder/lang/es.js
     fr.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/placeholder/lang/fr.js
     it.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/placeholder/lang/it.js
     pl.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/placeholder/lang/pl.js
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/simplecommands/fckplugin.js
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/plugins/tablecommands/fckplugin.js
     _fckviewstrips.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/_fckviewstrips.html
     fck_dialog.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/default/fck_dialog.css
     fck_dialog_ie6.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/default/fck_dialog_ie6.js
     fck_editor.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/default/fck_editor.css
     fck_strip.gif --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/default/fck_strip.gif
     dialog.sides.gif --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/default/images/dialog.sides.gif
     dialog.sides.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/default/images/dialog.sides.png
     dialog.sides.rtl.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/default/images/dialog.sides.rtl.png
     sprites.gif --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/default/images/sprites.gif
     sprites.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/default/images/sprites.png
     fck_dialog.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/office2003/fck_dialog.css
     fck_dialog_ie6.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/office2003/fck_dialog_ie6.js
     fck_editor.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/office2003/fck_editor.css
     fck_strip.gif --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/office2003/fck_strip.gif
     dialog.sides.gif --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/office2003/images/dialog.sides.gif
     dialog.sides.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/office2003/images/dialog.sides.png
     dialog.sides.rtl.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png
     sprites.gif --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/office2003/images/sprites.gif
     sprites.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/office2003/images/sprites.png
     fck_dialog.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/silver/fck_dialog.css
     fck_dialog_ie6.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/silver/fck_dialog_ie6.js
     fck_editor.css --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/silver/fck_editor.css
     fck_strip.gif --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/silver/fck_strip.gif
     dialog.sides.gif --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/silver/images/dialog.sides.gif
     dialog.sides.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/silver/images/dialog.sides.png
     dialog.sides.rtl.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png
     sprites.gif --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/silver/images/sprites.gif
     sprites.png --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/skins/silver/images/sprites.png
     ciframe.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/wsc/ciframe.html
     tmpFrameset.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/wsc/tmpFrameset.html
     w.html --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/editor/wsc/w.html
     fckconfig.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckconfig.js
     fckeditor.afp --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckeditor.afp
     fckeditor.asp --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckeditor.asp
     fckeditor.cfc --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckeditor.cfc
     fckeditor.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckeditor.cfm
     fckeditor.js --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckeditor.js
     fckeditor.lasso --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckeditor.lasso
     fckeditor.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckeditor.php
     fckeditor.pl --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckeditor.pl
     fckeditor.py --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckeditor.py
     fckeditor_php4.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckeditor_php4.php
     fckeditor_php5.php --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckeditor_php5.php
     fckpackager.xml --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckpackager.xml
     fckstyles.xml --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckstyles.xml
     fcktemplates.xml --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fcktemplates.xml
     fckutils.cfm --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/fckutils.cfm
     license.txt --> ORACLE_HOME/ucm/idc/components/FCKEditor/webform/fckeditor/license.txt
     classes-FOIAPrivacyAct.jar --> ORACLE_HOME/ucm/idc/components/FOIAPrivacyAct/classes-FOIAPrivacyAct.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/FOIAPrivacyAct/manifest.hda
     classes-FileStoreProvider.jar --> ORACLE_HOME/ucm/idc/components/FileStoreProvider/classes-FileStoreProvider.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/FileStoreProvider/manifest.hda
     classes-FolderStructureArchive.jar --> ORACLE_HOME/ucm/idc/components/FolderStructureArchive/classes-FolderStructureArchive.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/FolderStructureArchive/manifest.hda
     Folders_g.hda --> ORACLE_HOME/ucm/idc/components/Folders_g/Folders_g.hda
     classes-Folders_g.jar --> ORACLE_HOME/ucm/idc/components/Folders_g/classes-Folders_g.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/Folders_g/manifest.hda
     preference.hda --> ORACLE_HOME/ucm/idc/components/Folders_g/preference.hda
     classes-FormEditor.jar --> ORACLE_HOME/ucm/idc/components/FormEditor/classes-FormEditor.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/FormEditor/manifest.hda
     FrameworkFolders.hda --> ORACLE_HOME/ucm/idc/components/FrameworkFolders/FrameworkFolders.hda
     classes-FrameworkFolders.jar --> ORACLE_HOME/ucm/idc/components/FrameworkFolders/classes-FrameworkFolders.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/FrameworkFolders/manifest.hda
     frameworkfolders_dyndata.idoc --> ORACLE_HOME/ucm/idc/components/FrameworkFolders/resources/frameworkfolders_dyndata.idoc
     frameworkfolders_dynhtml.idoc --> ORACLE_HOME/ucm/idc/components/FrameworkFolders/resources/frameworkfolders_dynhtml.idoc
     frameworkfolders_service.idoc --> ORACLE_HOME/ucm/idc/components/FrameworkFolders/resources/frameworkfolders_service.idoc
     frameworkfolders_strings.idoc --> ORACLE_HOME/ucm/idc/components/FrameworkFolders/resources/frameworkfolders_strings.idoc
     frameworkfolders_tables.idoc --> ORACLE_HOME/ucm/idc/components/FrameworkFolders/resources/frameworkfolders_tables.idoc
     fld_browse_popup.htm --> ORACLE_HOME/ucm/idc/components/FrameworkFolders/templates/fld_browse_popup.htm
     fld_callbacks.js --> ORACLE_HOME/ucm/idc/components/FrameworkFolders/templates/fld_callbacks.js
     fld_common.js --> ORACLE_HOME/ucm/idc/components/FrameworkFolders/templates/fld_common.js
     idcclient.jar --> ORACLE_HOME/ucm/idc/components/IdcClient/idcclient.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/IdcClient/manifest.hda
     classes-InboundRefinery.jar --> ORACLE_HOME/ucm/idc/components/InboundRefinery/classes-InboundRefinery.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/InboundRefinery/manifest.hda
     classes-InboundRefinerySupport.jar --> ORACLE_HOME/ucm/idc/components/InboundRefinerySupport/classes-InboundRefinerySupport.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/InboundRefinerySupport/manifest.hda
     imaging-client.jar --> ORACLE_HOME/ucm/idc/components/IpmRepository/lib/imaging-client.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/IpmRepository/manifest.hda
     classes-JpsUserProvider.jar --> ORACLE_HOME/ucm/idc/components/JpsUserProvider/classes-JpsUserProvider.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/JpsUserProvider/manifest.hda
     classes-LinkManager.jar --> ORACLE_HOME/ucm/idc/components/LinkManager/classes-LinkManager.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/LinkManager/manifest.hda
     Localization.hda --> ORACLE_HOME/ucm/idc/components/Localization/Localization.hda
     ap_strings.xlf --> ORACLE_HOME/ucm/idc/components/Localization/lang/fr-CA/ap_strings.xlf
     manifest.hda --> ORACLE_HOME/ucm/idc/components/Localization/manifest.hda
     classes-MSOfficeHtmlConverterSupport.jar --> ORACLE_HOME/ucm/idc/components/MSOfficeHtmlConverterSupport/classes-MSOfficeHtmlConverterSupport.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/MSOfficeHtmlConverterSupport/manifest.hda
     classes-MetadataSet.jar --> ORACLE_HOME/ucm/idc/components/MetadataSet/classes-MetadataSet.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/MetadataSet/manifest.hda
     classes-NativeOsUtils.jar --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/classes-NativeOsUtils.jar
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/aix/7.2.1.1/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/aix/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/aix64/7.2.1.1/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/aix64/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/hpux-ia/7.2.1.1/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/hpux-ia/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/hpux-ia64/7.2.1.1/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/hpux-ia64/libJniNativeOsUtils.so
     libJniNativeOsUtils.sl --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/hpux/7.2.1.1/libJniNativeOsUtils.sl
     libJniNativeOsUtils.sl --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/hpux/libJniNativeOsUtils.sl
     libJniNativeOsUtils.sl --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/hpux64/7.2.1.1/libJniNativeOsUtils.sl
     libJniNativeOsUtils.sl --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/hpux64/libJniNativeOsUtils.sl
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/linux/7.2.1.1/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/linux/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/linux64/7.2.1.1/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/linux64/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/solaris-amd64/7.2.1.1/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/solaris-amd64/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/solaris-x86/7.2.1.1/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/solaris-x86/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/solaris/7.2.1.1/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/solaris/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/solaris64/7.2.1.1/libJniNativeOsUtils.so
     libJniNativeOsUtils.so --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/solaris64/libJniNativeOsUtils.so
     JniNativeOsUtils.dll --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/win32/7.2.1.1/JniNativeOsUtils.dll
     JniNativeOsUtils.dll --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/win32/JniNativeOsUtils.dll
     JniNativeOsUtils.dll --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/windows-amd64/7.2.1.1/JniNativeOsUtils.dll
     JniNativeOsUtils.dll --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/lib/windows-amd64/JniNativeOsUtils.dll
     manifest.hda --> ORACLE_HOME/ucm/idc/components/NativeOsUtils/manifest.hda
     classes-NeedToKnow.jar --> ORACLE_HOME/ucm/idc/components/NeedToKnow/classes-NeedToKnow.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/NeedToKnow/manifest.hda
     classes-OpenOfficeConversion.jar --> ORACLE_HOME/ucm/idc/components/OpenOfficeConversion/classes-OpenOfficeConversion.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/OpenOfficeConversion/manifest.hda
     classes-OpssPolicyStore.jar --> ORACLE_HOME/ucm/idc/components/OpssPolicyStore/classes-OpssPolicyStore.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/OpssPolicyStore/manifest.hda
     classes-OracleCleanContent.jar --> ORACLE_HOME/ucm/idc/components/OracleCleanContent/classes-OracleCleanContent.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/OracleCleanContent/manifest.hda
     OracleLocalization.hda --> ORACLE_HOME/ucm/idc/components/OracleLocalization/OracleLocalization.hda
     classes-OracleLocalization.jar --> ORACLE_HOME/ucm/idc/components/OracleLocalization/classes-OracleLocalization.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/OracleLocalization/manifest.hda
     classes-OracleQueryOptimizer.jar --> ORACLE_HOME/ucm/idc/components/OracleQueryOptimizer/classes-OracleQueryOptimizer.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/OracleQueryOptimizer/manifest.hda
     PDFExportConverter.hda --> ORACLE_HOME/ucm/idc/components/PDFExportConverter/PDFExportConverter.hda
     classes-PDFExportConverter.jar --> ORACLE_HOME/ucm/idc/components/PDFExportConverter/classes-PDFExportConverter.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/PDFExportConverter/manifest.hda
     pdfexportconverter_resource.htm --> ORACLE_HOME/ucm/idc/components/PDFExportConverter/resources/pdfexportconverter_resource.htm
     PDFWatermark.hda --> ORACLE_HOME/ucm/idc/components/PDFWatermark/PDFWatermark.hda
     classes-PDFWatermark.jar --> ORACLE_HOME/ucm/idc/components/PDFWatermark/classes-PDFWatermark.jar
     pdfwclient.zip --> ORACLE_HOME/ucm/idc/components/PDFWatermark/common/pdfwclient.zip
     manifest.hda --> ORACLE_HOME/ucm/idc/components/PDFWatermark/manifest.hda
     preference.hda --> ORACLE_HOME/ucm/idc/components/PDFWatermark/preference.hda
     classes-PhysicalContentManager.jar --> ORACLE_HOME/ucm/idc/components/PhysicalContentManager/classes-PhysicalContentManager.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/PhysicalContentManager/manifest.hda
     classes-PopUpCalendar.jar --> ORACLE_HOME/ucm/idc/components/PopUpCalendar/classes-PopUpCalendar.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/PopUpCalendar/manifest.hda
     classes-ProxyConnections.jar --> ORACLE_HOME/ucm/idc/components/ProxyConnections/classes-ProxyConnections.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ProxyConnections/manifest.hda
     classes-RMFeatureConfig.jar --> ORACLE_HOME/ucm/idc/components/RMFeatureConfig/classes-RMFeatureConfig.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/RMFeatureConfig/manifest.hda
     RecordsManagement.hda --> ORACLE_HOME/ucm/idc/components/RecordsManagement/RecordsManagement.hda
     classes-FileResultSetComponent.jar --> ORACLE_HOME/ucm/idc/components/RecordsManagement/classes-FileResultSetComponent.jar
     classes-RecordsManagement.jar --> ORACLE_HOME/ucm/idc/components/RecordsManagement/classes-RecordsManagement.jar
     classes-SimpleDatabase.jar --> ORACLE_HOME/ucm/idc/components/RecordsManagement/classes-SimpleDatabase.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/RecordsManagement/manifest.hda
     classes-RelatedContent.jar --> ORACLE_HOME/ucm/idc/components/RelatedContent/classes-RelatedContent.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/RelatedContent/manifest.hda
     classes-ReportPublisher.jar --> ORACLE_HOME/ucm/idc/components/ReportPublisher/classes-ReportPublisher.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ReportPublisher/manifest.hda
     manifest.hda --> ORACLE_HOME/ucm/idc/components/RetentionManager/manifest.hda
     classes-RmaEmail.jar --> ORACLE_HOME/ucm/idc/components/RmaEmail/classes-RmaEmail.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/RmaEmail/manifest.hda
     classes-RoleEntityACL.jar --> ORACLE_HOME/ucm/idc/components/RoleEntityACL/classes-RoleEntityACL.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/RoleEntityACL/manifest.hda
     SESCrawlerExport.hda --> ORACLE_HOME/ucm/idc/components/SESCrawlerExport/SESCrawlerExport.hda
     classes-SESCrawlerExport.jar --> ORACLE_HOME/ucm/idc/components/SESCrawlerExport/classes-SESCrawlerExport.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/SESCrawlerExport/manifest.hda
     classes-SecurityProviders.jar --> ORACLE_HOME/ucm/idc/components/SecurityProviders/classes-SecurityProviders.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/SecurityProviders/manifest.hda
     ServletPlugin.hda --> ORACLE_HOME/ucm/idc/components/ServletPlugin/ServletPlugin.hda
     classes-ServletPlugin.jar --> ORACLE_HOME/ucm/idc/components/ServletPlugin/classes-ServletPlugin.jar
     cs.ear --> ORACLE_HOME/ucm/idc/components/ServletPlugin/cs.ear
     ibr.ear --> ORACLE_HOME/ucm/idc/components/ServletPlugin/ibr.ear
     idcnativews.war --> ORACLE_HOME/ucm/idc/components/ServletPlugin/idcnativews.war
     idcws.war --> ORACLE_HOME/ucm/idc/components/ServletPlugin/idcws.war
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ServletPlugin/manifest.hda
     urm.ear --> ORACLE_HOME/ucm/idc/components/ServletPlugin/urm.ear
     cs-was.ear --> ORACLE_HOME/ucm/idc/components/ServletPlugin/websphere/cs-was.ear
     ibr-was.ear --> ORACLE_HOME/ucm/idc/components/ServletPlugin/websphere/ibr-was.ear
     idcnativews.ear --> ORACLE_HOME/ucm/idc/components/ServletPlugin/websphere/idcnativews.ear
     idcws.ear --> ORACLE_HOME/ucm/idc/components/ServletPlugin/websphere/idcws.ear
     urm-was.ear --> ORACLE_HOME/ucm/idc/components/ServletPlugin/websphere/urm-was.ear
     classes-SiebelEcmIntegration.jar --> ORACLE_HOME/ucm/idc/components/SiebelEcmIntegration/classes-SiebelEcmIntegration.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/SiebelEcmIntegration/manifest.hda
     manifest.hda --> ORACLE_HOME/ucm/idc/components/SiebelFilter/manifest.hda
     manifest.hda --> ORACLE_HOME/ucm/idc/components/SiebelIntegrationSearchDisplay/manifest.hda
     classes-SiebelSearchExtension.jar --> ORACLE_HOME/ucm/idc/components/SiebelSearchExtension/classes-SiebelSearchExtension.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/SiebelSearchExtension/manifest.hda
     classes-SiebelSearchExtraParams.jar --> ORACLE_HOME/ucm/idc/components/SiebelSearchExtraParams/classes-SiebelSearchExtraParams.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/SiebelSearchExtraParams/manifest.hda
     SiteStudio.hda --> ORACLE_HOME/ucm/idc/components/SiteStudio/SiteStudio.hda
     SSCommon.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSCommon.class
     SSHierarchyServiceHandler.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSHierarchyServiceHandler.class
     SSIncludeXml.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSIncludeXml.class
     SSMigrationServiceHandler.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSMigrationServiceHandler.class
     SSProjectsMonitor.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSProjectsMonitor.class
     SSPublishServiceHandler.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSPublishServiceHandler.class
     SSReportServiceHandler.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSReportServiceHandler.class
     SSServiceHandler.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSServiceHandler.class
     SSUpgradeServiceHandler.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSUpgradeServiceHandler.class
     SSUrlMap.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSUrlMap.class
     SSUrlMapFilter.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSUrlMapFilter.class
     SSWebUrlFilters.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/SSWebUrlFilters.class
     SSConversionsDefinitionSerializer.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/definition/SSConversionsDefinitionSerializer.class
     SSDefinitionSerializer.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/definition/SSDefinitionSerializer.class
     SSPlaceholderDefinitionSerializer.class --> ORACLE_HOME/ucm/idc/components/SiteStudio/classes/sitestudio/definition/SSPlaceholderDefinitionSerializer.class
     SS_Fragments_ASP.zip --> ORACLE_HOME/ucm/idc/components/SiteStudio/fragments/SS_Fragments_ASP.zip
     SS_Fragments_CSP_Examples.zip --> ORACLE_HOME/ucm/idc/components/SiteStudio/fragments/SS_Fragments_CSP_Examples.zip
     SS_Fragments_Deprecated.zip --> ORACLE_HOME/ucm/idc/components/SiteStudio/fragments/SS_Fragments_Deprecated.zip
     SS_Fragments_Dynamic.zip --> ORACLE_HOME/ucm/idc/components/SiteStudio/fragments/SS_Fragments_Dynamic.zip
     SS_Fragments_Examples.zip --> ORACLE_HOME/ucm/idc/components/SiteStudio/fragments/SS_Fragments_Examples.zip
     SS_Fragments_IDOC.zip --> ORACLE_HOME/ucm/idc/components/SiteStudio/fragments/SS_Fragments_IDOC.zip
     SS_Fragments_JSP.zip --> ORACLE_HOME/ucm/idc/components/SiteStudio/fragments/SS_Fragments_JSP.zip
     SS_Fragments_Plain.zip --> ORACLE_HOME/ucm/idc/components/SiteStudio/fragments/SS_Fragments_Plain.zip
     SS_Fragments_SiteStudioManager.zip --> ORACLE_HOME/ucm/idc/components/SiteStudio/fragments/SS_Fragments_SiteStudioManager.zip
     SS_Support_JSP.zip --> ORACLE_HOME/ucm/idc/components/SiteStudio/fragments/SS_Support_JSP.zip
     manifest.hda --> ORACLE_HOME/ucm/idc/components/SiteStudio/manifest.hda
     preference.hda --> ORACLE_HOME/ucm/idc/components/SiteStudio/preference.hda
     fckcontextmenu.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckcontextmenu.js
     fckdataprocessor.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckdataprocessor.js
     fckdocumentfragment_gecko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js
     fckdocumentfragment_ie.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js
     fckdomrange.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckdomrange.js
     fckdomrange_gecko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckdomrange_gecko.js
     fckdomrange_ie.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckdomrange_ie.js
     fckdomrangeiterator.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckdomrangeiterator.js
     fckeditingarea.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckeditingarea.js
     fckelementpath.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckelementpath.js
     fckenterkey.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckenterkey.js
     fckevents.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckevents.js
     fckhtmliterator.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckhtmliterator.js
     fckicon.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckicon.js
     fckiecleanup.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckiecleanup.js
     fckimagepreloader.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckimagepreloader.js
     fckkeystrokehandler.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckkeystrokehandler.js
     fckmenublock.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckmenublock.js
     fckmenublockpanel.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckmenublockpanel.js
     fckmenuitem.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckmenuitem.js
     fckpanel.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckpanel.js
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckplugin.js
     fckspecialcombo.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckspecialcombo.js
     fckstyle.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckstyle.js
     fcktoolbar.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fcktoolbar.js
     fcktoolbarbreak_gecko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js
     fcktoolbarbreak_ie.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js
     fcktoolbarbutton.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fcktoolbarbutton.js
     fcktoolbarbuttonui.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js
     fcktoolbarfontformatcombo.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js
     fcktoolbarfontscombo.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js
     fcktoolbarfontsizecombo.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js
     fcktoolbarpanelbutton.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js
     fcktoolbarspecialcombo.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js
     fcktoolbarstylecombo.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js
     fckw3crange.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckw3crange.js
     fckxml.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckxml.js
     fckxml_gecko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckxml_gecko.js
     fckxml_ie.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/classes/fckxml_ie.js
     fck_othercommands.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fck_othercommands.js
     fckblockquotecommand.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckblockquotecommand.js
     fckcorestylecommand.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js
     fckfitwindow.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckfitwindow.js
     fckindentcommands.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckindentcommands.js
     fckjustifycommands.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckjustifycommands.js
     fcklistcommands.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fcklistcommands.js
     fcknamedcommand.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fcknamedcommand.js
     fckpasteplaintextcommand.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js
     fckpastewordcommand.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js
     fckremoveformatcommand.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js
     fckshowblocks.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckshowblocks.js
     fckspellcheckcommand_gecko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js
     fckspellcheckcommand_ie.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js
     fckstylecommand.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fckstylecommand.js
     fcktablecommand.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fcktablecommand.js
     fcktextcolorcommand.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js
     fckconstants.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/fckconstants.js
     fckeditorapi.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/fckeditorapi.js
     fckjscoreextensions.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/fckjscoreextensions.js
     fckscriptloader.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/fckscriptloader.js
     fck.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fck.js
     fck_contextmenu.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fck_contextmenu.js
     fck_gecko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fck_gecko.js
     fck_ie.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fck_ie.js
     fckbrowserinfo.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckbrowserinfo.js
     fckcodeformatter.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckcodeformatter.js
     fckcommands.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckcommands.js
     fckconfig.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckconfig.js
     fckdebug.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckdebug.js
     fckdebug_empty.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckdebug_empty.js
     fckdialog.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckdialog.js
     fckdocumentprocessor.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckdocumentprocessor.js
     fckdomtools.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckdomtools.js
     fcklanguagemanager.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fcklanguagemanager.js
     fcklisthandler.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fcklisthandler.js
     fcklistslib.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fcklistslib.js
     fckplugins.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckplugins.js
     fckregexlib.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckregexlib.js
     fckscayt.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckscayt.js
     fckselection.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckselection.js
     fckselection_gecko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckselection_gecko.js
     fckselection_ie.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckselection_ie.js
     fckstyles.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckstyles.js
     fcktablehandler.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fcktablehandler.js
     fcktablehandler_gecko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fcktablehandler_gecko.js
     fcktablehandler_ie.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fcktablehandler_ie.js
     fcktoolbaritems.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fcktoolbaritems.js
     fcktoolbarset.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fcktoolbarset.js
     fcktools.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fcktools.js
     fcktools_gecko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fcktools_gecko.js
     fcktools_ie.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fcktools_ie.js
     fckundo.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckundo.js
     fckurlparams.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckurlparams.js
     fckxhtml.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckxhtml.js
     fckxhtml_gecko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckxhtml_gecko.js
     fckxhtml_ie.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckxhtml_ie.js
     fckxhtmlentities.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/_source/internals/fckxhtmlentities.js
     fck_editorarea.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/css/fck_editorarea.css
     fck_internal.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/css/fck_internal.css
     fck_showtableborders_gecko.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/css/fck_showtableborders_gecko.css
     fck_dialog_common.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/common/fck_dialog_common.css
     fck_dialog_common.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/common/fck_dialog_common.js
     fck_about.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_about.html
     fck_anchor.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_anchor.html
     fck_button.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_button.html
     fck_checkbox.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_checkbox.html
     fck_colorselector.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_colorselector.html
     fck_div.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_div.html
     fck_docprops.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_docprops.html
     fck_document_preview.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
     fck_flash.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_flash.html
     fck_flash.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_flash/fck_flash.js
     fck_flash_preview.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
     fck_form.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_form.html
     fck_hiddenfield.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_hiddenfield.html
     fck_image.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_image.html
     fck_image.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_image/fck_image.js
     fck_image_preview.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_image/fck_image_preview.html
     fck_link.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_link.html
     fck_link.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_link/fck_link.js
     fck_listprop.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_listprop.html
     fck_paste.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_paste.html
     fck_radiobutton.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_radiobutton.html
     fck_replace.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_replace.html
     fck_scayt.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_scayt.html
     scayt_dialog.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_scayt/scayt_dialog.css
     fck_select.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_select.html
     fck_select.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_select/fck_select.js
     fck_smiley.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_smiley.html
     fck_source.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_source.html
     fck_specialchar.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_specialchar.html
     fck_spellerpages.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_spellerpages.html
     spellchecker.cfm --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
     spellchecker.php --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
     spellchecker.pl --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
     fck_table.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_table.html
     fck_tablecell.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_tablecell.html
     fck_template.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_template.html
     fck_textarea.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_textarea.html
     fck_textfield.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dialog/fck_textfield.html
     fck_xhtml10strict.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dtd/fck_xhtml10strict.js
     fck_xhtml10transitional.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/dtd/fck_xhtml10transitional.js
     fckdebug.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/fckdebug.html
     fckdialog.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/fckdialog.html
     fckeditor.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/fckeditor.html
     fckeditor.original.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/fckeditor.original.html
     browser.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/filemanager/browser/default/browser.css
     browser.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/filemanager/browser/default/browser.html
     frmactualfolder.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/filemanager/browser/default/frmactualfolder.html
     frmcreatefolder.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
     frmfolders.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/filemanager/browser/default/frmfolders.html
     frmresourceslist.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
     frmresourcetype.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/filemanager/browser/default/frmresourcetype.html
     frmupload.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/filemanager/browser/default/frmupload.html
     common.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/filemanager/browser/default/js/common.js
     fckxml.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/filemanager/browser/default/js/fckxml.js
     fckadobeair.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/js/fckadobeair.js
     fckeditorcode_gecko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/js/fckeditorcode_gecko.js
     fckeditorcode_ie.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/js/fckeditorcode_ie.js
     _translationstatus.txt --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/_translationstatus.txt
     af.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/af.js
     ar.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/ar.js
     bg.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/bg.js
     bn.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/bn.js
     bs.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/bs.js
     ca.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/ca.js
     cs.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/cs.js
     da.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/da.js
     de.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/de.js
     el.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/el.js
     en-au.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/en-au.js
     en-ca.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/en-ca.js
     en-uk.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/en-uk.js
     en.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/en.js
     eo.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/eo.js
     es.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/es.js
     et.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/et.js
     eu.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/eu.js
     fa.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/fa.js
     fi.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/fi.js
     fo.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/fo.js
     fr-ca.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/fr-ca.js
     fr.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/fr.js
     gl.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/gl.js
     gu.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/gu.js
     he.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/he.js
     hi.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/hi.js
     hr.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/hr.js
     hu.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/hu.js
     is.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/is.js
     it.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/it.js
     ja.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/ja.js
     km.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/km.js
     ko.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/ko.js
     lt.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/lt.js
     lv.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/lv.js
     mn.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/mn.js
     ms.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/ms.js
     nb.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/nb.js
     nl.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/nl.js
     no.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/no.js
     pl.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/pl.js
     pt-br.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/pt-br.js
     pt.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/pt.js
     ro.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/ro.js
     ru.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/ru.js
     sk.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/sk.js
     sl.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/sl.js
     sr-latn.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/sr-latn.js
     sr.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/sr.js
     sv.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/sv.js
     th.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/th.js
     tr.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/tr.js
     uk.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/uk.js
     vi.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/vi.js
     zh-cn.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/zh-cn.js
     zh.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/lang/zh.js
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/autogrow/fckplugin.js
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/bbcode/fckplugin.js
     fck_placeholder.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/placeholder/fck_placeholder.html
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/placeholder/fckplugin.js
     de.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/placeholder/lang/de.js
     en.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/placeholder/lang/en.js
     es.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/placeholder/lang/es.js
     fr.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/placeholder/lang/fr.js
     it.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/placeholder/lang/it.js
     pl.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/placeholder/lang/pl.js
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/simplecommands/fckplugin.js
     fckplugin.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/plugins/tablecommands/fckplugin.js
     _fckviewstrips.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/skins/_fckviewstrips.html
     fck_dialog.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/skins/default/fck_dialog.css
     fck_dialog_ie6.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/skins/default/fck_dialog_ie6.js
     fck_editor.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/skins/default/fck_editor.css
     fck_dialog.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/skins/office2003/fck_dialog.css
     fck_dialog_ie6.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/skins/office2003/fck_dialog_ie6.js
     fck_editor.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/skins/office2003/fck_editor.css
     fck_dialog.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/skins/silver/fck_dialog.css
     fck_dialog_ie6.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/skins/silver/fck_dialog_ie6.js
     fck_editor.css --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/skins/silver/fck_editor.css
     ciframe.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/wsc/ciframe.html
     tmpFrameset.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/wsc/tmpFrameset.html
     w.html --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/editor/wsc/w.html
     fckconfig.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/fckconfig.js
     fckeditor.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/fckeditor.js
     fckpackager.xml --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/fckpackager.xml
     fckstyles.xml --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/fckstyles.xml
     fcktemplates.xml --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/fcktemplates.xml
     license.txt --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/3rdparty/fckeditor/license.txt
     wcm.dhtml.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/base/wcm.dhtml.js
     wcm.fckeditor.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/form/elements/fckeditor/wcm.fckeditor.js
     assigncontent.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/sitestudio/assigncontent/assigncontent.js
     ssfckeditor.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/sitestudio/elements/shared/ssfckeditor.js
     wcm.contributor.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/sitestudio/wcm.contributor.js
     wcm.js --> ORACLE_HOME/ucm/idc/components/SiteStudio/publish/resources/wcm/wcm.js
     ss_resources.hda --> ORACLE_HOME/ucm/idc/components/SiteStudio/resources/ss_resources.hda
     setup.exe --> ORACLE_HOME/ucm/idc/components/SiteStudio/support/downloads/designer/setup.exe
     ss_set_security.htm --> ORACLE_HOME/ucm/idc/components/SiteStudio/templates/ss_set_security.htm
     SiteStudioExternalApplications.hda --> ORACLE_HOME/ucm/idc/components/SiteStudioExternalApplications/SiteStudioExternalApplications.hda
     oracle.ucm.wcm.common-11.1.1.jar --> ORACLE_HOME/ucm/idc/components/SiteStudioExternalApplications/lib/oracle.ucm.wcm.common-11.1.1.jar
     oracle.ucm.wcm.core-11.1.1.jar --> ORACLE_HOME/ucm/idc/components/SiteStudioExternalApplications/lib/oracle.ucm.wcm.core-11.1.1.jar
     oracle.ucm.wcm.i18n-11.1.1.jar --> ORACLE_HOME/ucm/idc/components/SiteStudioExternalApplications/lib/oracle.ucm.wcm.i18n-11.1.1.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/SiteStudioExternalApplications/manifest.hda
     manifest.hda --> ORACLE_HOME/ucm/idc/components/SiteStudioPublisher/manifest.hda
     classes-Taskpanel.jar --> ORACLE_HOME/ucm/idc/components/Taskpanel/classes-Taskpanel.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/Taskpanel/manifest.hda
     classes-ThreadedDiscussions.jar --> ORACLE_HOME/ucm/idc/components/ThreadedDiscussions/classes-ThreadedDiscussions.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ThreadedDiscussions/manifest.hda
     classes-TiffConverter.jar --> ORACLE_HOME/ucm/idc/components/TiffConverter/classes-TiffConverter.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/TiffConverter/manifest.hda
     classes-TiffConverterSupport.jar --> ORACLE_HOME/ucm/idc/components/TiffConverterSupport/classes-TiffConverterSupport.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/TiffConverterSupport/manifest.hda
     classes-UIEnhancements.jar --> ORACLE_HOME/ucm/idc/components/UIEnhancements/classes-UIEnhancements.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/UIEnhancements/manifest.hda
     manifest.hda --> ORACLE_HOME/ucm/idc/components/UniversalRecordsManager/manifest.hda
     classes-UrmAgent.jar --> ORACLE_HOME/ucm/idc/components/UrmAgent/classes-UrmAgent.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/UrmAgent/manifest.hda
     classes-UserProfileSchemaLoader.jar --> ORACLE_HOME/ucm/idc/components/UserProfileSchemaLoader/classes-UserProfileSchemaLoader.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/UserProfileSchemaLoader/manifest.hda
     manifest.hda --> ORACLE_HOME/ucm/idc/components/WebCenterConfigure/manifest.hda
     classes-WebUrlMapPlugin.jar --> ORACLE_HOME/ucm/idc/components/WebUrlMapPlugin/classes-WebUrlMapPlugin.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/WebUrlMapPlugin/manifest.hda
     classes-WinNativeConverter.jar --> ORACLE_HOME/ucm/idc/components/WinNativeConverter/classes-WinNativeConverter.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/WinNativeConverter/manifest.hda
     classes-WsdlGenerator.jar --> ORACLE_HOME/ucm/idc/components/WsdlGenerator/classes-WsdlGenerator.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/WsdlGenerator/manifest.hda
     classes-XMLConverter.jar --> ORACLE_HOME/ucm/idc/components/XMLConverter/classes-XMLConverter.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/XMLConverter/manifest.hda
     classes-XMLConverterSupport.jar --> ORACLE_HOME/ucm/idc/components/XMLConverterSupport/classes-XMLConverterSupport.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/XMLConverterSupport/manifest.hda
     YahooUserInterfaceLibrary.hda --> ORACLE_HOME/ucm/idc/components/YahooUserInterfaceLibrary/YahooUserInterfaceLibrary.hda
     classes-YahooUserInterfaceLibrary.jar --> ORACLE_HOME/ucm/idc/components/YahooUserInterfaceLibrary/classes-YahooUserInterfaceLibrary.jar
     menu.js --> ORACLE_HOME/ucm/idc/components/YahooUserInterfaceLibrary/idc-modified/menu/menu.js
     manifest.hda --> ORACLE_HOME/ucm/idc/components/YahooUserInterfaceLibrary/manifest.hda
     yui_published_resources.htm --> ORACLE_HOME/ucm/idc/components/YahooUserInterfaceLibrary/yui_published_resources.htm
     ZipRenditionManagement.hda --> ORACLE_HOME/ucm/idc/components/ZipRenditionManagement/ZipRenditionManagement.hda
     classes-ZipRenditionManagement.jar --> ORACLE_HOME/ucm/idc/components/ZipRenditionManagement/classes-ZipRenditionManagement.jar
     manifest.hda --> ORACLE_HOME/ucm/idc/components/ZipRenditionManagement/manifest.hda
     manifest.hda --> ORACLE_HOME/ucm/idc/components/iTextComponent/manifest.hda
     allcomponents_components.hda --> ORACLE_HOME/ucm/idc/data/components/allcomponents_components.hda
     idccs_components.hda --> ORACLE_HOME/ucm/idc/data/components/idccs_components.hda
     idccsrm_components.hda --> ORACLE_HOME/ucm/idc/data/components/idccsrm_components.hda
     idcibr_components.hda --> ORACLE_HOME/ucm/idc/data/components/idcibr_components.hda
     idctemplate_components.hda --> ORACLE_HOME/ucm/idc/data/components/idctemplate_components.hda
     idcurm_components.hda --> ORACLE_HOME/ucm/idc/data/components/idcurm_components.hda
     log.txt --> ORACLE_HOME/ucm/idc/install/log.txt
     idcloader.jar --> ORACLE_HOME/ucm/idc/jlib/idcloader.jar
     idcserver.jar --> ORACLE_HOME/ucm/idc/jlib/idcserver.jar
     idcupgrade.jar --> ORACLE_HOME/ucm/idc/jlib/idcupgrade.jar
     Launcher --> ORACLE_HOME/ucm/idc/native/aix/bin/Launcher
     UnixProcCtrl --> ORACLE_HOME/ucm/idc/native/aix/bin/UnixProcCtrl
     Launcher --> ORACLE_HOME/ucm/idc/native/aix64/bin/Launcher
     UnixProcCtrl --> ORACLE_HOME/ucm/idc/native/aix64/bin/UnixProcCtrl
     Launcher --> ORACLE_HOME/ucm/idc/native/hpux-ia/bin/Launcher
     UnixProcCtrl --> ORACLE_HOME/ucm/idc/native/hpux-ia/bin/UnixProcCtrl
     Launcher --> ORACLE_HOME/ucm/idc/native/hpux-ia64/bin/Launcher
     UnixProcCtrl --> ORACLE_HOME/ucm/idc/native/hpux-ia64/bin/UnixProcCtrl
     Launcher --> ORACLE_HOME/ucm/idc/native/hpux/bin/Launcher
     UnixProcCtrl --> ORACLE_HOME/ucm/idc/native/hpux/bin/UnixProcCtrl
     Launcher.exe --> ORACLE_HOME/ucm/idc/native/win32/bin/Launcher.exe
     NtProcCtrl.exe --> ORACLE_HOME/ucm/idc/native/win32/bin/NtProcCtrl.exe
     Launcher.exe --> ORACLE_HOME/ucm/idc/native/windows-amd64/bin/Launcher.exe
     NtProcCtrl.exe --> ORACLE_HOME/ucm/idc/native/windows-amd64/bin/NtProcCtrl.exe
     std_page.idoc --> ORACLE_HOME/ucm/idc/resources/core/idoc/std_page.idoc
     std_resources.htm --> ORACLE_HOME/ucm/idc/resources/core/tables/std_resources.htm
     std_services.htm --> ORACLE_HOME/ucm/idc/resources/core/tables/std_services.htm
     filetransfer.jar --> ORACLE_HOME/ucm/idc/weblayout/common/filetransfer.jar
     idcapplet.jar --> ORACLE_HOME/ucm/idc/weblayout/common/idcapplet.jar
     mtua.xml --> ORACLE_HOME/upgrade/config/mtua.xml
   Patch Location in Inventory:
     /<instance_name>/fmw/product/111/wcc_111/inventory/oneoffs/17525726
   Patch Location in Storage area:
     /<instance_name>/fmw/product/111/wcc_111/.patch_storage/17525726_Oct_10_2013_12_39_26



--------------------------------------------------------------------------------

OPatch succeeded.