ExportManagedPagesRelease.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. =================================================================
  4. * Licensed Materials - Property of IBM
  5. * (c) Copyright IBM Corp. 2003, 2006. All rights reserved.
  6. *
  7. * US Government Users Restricted Rights - Use, duplication or
  8. * disclosure restricted by GSA ADP Schedule Contract with IBM
  9. * Corp.
  10. *
  11. * DISCLAIMER OF WARRANTIES. The following [enclosed] code is
  12. * sample code created by IBM Corporation. This sample code is
  13. * not part of any standard or IBM product and is provided to you
  14. * solely for the purpose of assisting you in the development of
  15. * your applications. The code is provided "AS IS", without
  16. * warranty of any kind. IBM shall not be liable for any damages
  17. * arising out of your use of the sample code, even if they have
  18. * been advised of the possibility of such damages.
  19. *
  20. =================================================================
  21. -->
  22. <request
  23. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  24. xsi:noNamespaceSchemaLocation="PortalConfig_8.5.0.xsd"
  25. type="export"
  26. domain="rel">
  27. <!-- Example for the managed pages staging scenario.
  28. Exports all resources that need to be staged via XMLAccess and ReleaseBuilder
  29. before syndication and project publishing is started.
  30. -->
  31. <portal action="locate">
  32. <language objectid="*" action="export"/>
  33. <action objectid="*" action="export"/>
  34. <virtual-resource objectid="*" action="export"/>
  35. <resource-type objectid="*" action="export"/>
  36. <markup objectid="*" action="export"/>
  37. <client objectid="*" action="export"/>
  38. <device-class objectid="*" action="export"/>
  39. <skin objectid="*" action="export"/>
  40. <theme objectid="*" action="export"/>
  41. <wsrp-producer objectid="*" action="export"/>
  42. <web-app objectid="*" action="export"/>
  43. <federation-server objectid="*" action="export"/>
  44. <credential-segment objectid="*" action="export"/>
  45. <filter-instance objectid="*" action="export"/>
  46. <proxy-config objectid="*" type="scoped" action="export"/>
  47. </portal>
  48. </request>