Changeset 1798 for trunk/_InstallationResources/additional_deployment_scripts/my_additional_build_processes.php
- Timestamp:
- 08/17/2010 12:21:25 PM (21 months ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
_InstallationResources (modified) (1 prop)
-
_InstallationResources/additional_deployment_scripts/my_additional_build_processes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/omcollab_ui merged: 1786-1797
- Property svn:mergeinfo changed
-
trunk/_InstallationResources
- Property svn:mergeinfo changed
/branches/omcollab_ui/_InstallationResources merged: 1787,1796
- Property svn:mergeinfo changed
-
trunk/_InstallationResources/additional_deployment_scripts/my_additional_build_processes.php
r492 r1798 85 85 # 9. change the namespaces in the wiki footer to point to MIKE2: 86 86 $filecontents = file_get_contents( '/home/openmeth/openmethodology.org/html/mike2/common/skins/mike2/footer.php' ); 87 $filecontents = str_replace( ' index.php/omCollab:', 'index.php/MIKE2:', $filecontents );87 $filecontents = str_replace( 'omCollab:', 'MIKE2:', $filecontents ); 88 88 file_put_contents( '/home/openmeth/openmethodology.org/html/mike2/common/skins/mike2/footer.php', $filecontents ); 89 89
Note: See TracChangeset
for help on using the changeset viewer.
