Skip to content

Commit

Permalink
Updated PHPNamespace map list
Browse files Browse the repository at this point in the history
- Changes to reflect modifications to Amazon EC2 component
  • Loading branch information
weierophinney committed Jul 22, 2010
1 parent 1fd92ef commit 595e020
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions working/PHPNamespacer-MappedClasses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11979,26 +11979,26 @@
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/Ec2/Instance/Reserved.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon_Ec2_Instance_Reserved</originalClassName>
<newRelativeFilePath>Zend/Service/Amazon/Ec2/Instance/Reserved.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\Ec2\Instance</newNamespace>
<newClassName>Reserved</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\Ec2\Instance\Reserved</newFullyQualifiedName>
<newRelativeFilePath>Zend/Service/Amazon/Ec2/ReservedInstance.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\Ec2</newNamespace>
<newClassName>ReservedInstance</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\Ec2\ReservedInstance</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/Ec2/Instance/Windows.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon_Ec2_Instance_Windows</originalClassName>
<newRelativeFilePath>Zend/Service/Amazon/Ec2/Instance/Windows.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\Ec2\Instance</newNamespace>
<newClassName>Windows</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\Ec2\Instance\Windows</newFullyQualifiedName>
<newRelativeFilePath>Zend/Service/Amazon/Ec2/WindowsInstance.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\Ec2</newNamespace>
<newClassName>WindowsInstance</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\Ec2\WindowsInstance</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/Ec2/Instance.php</originalRelativeFilePath>
<originalClassName>Zend_Service_Amazon_Ec2_Instance</originalClassName>
<newRelativeFilePath>Zend/Service/Amazon/Ec2/Instance/Instance.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\Ec2\Instance</newNamespace>
<newRelativeFilePath>Zend/Service/Amazon/Ec2/Instance.php</newRelativeFilePath>
<newNamespace>Zend\Service\Amazon\Ec2</newNamespace>
<newClassName>Instance</newClassName>
<newFullyQualifiedName>Zend\Service\Amazon\Ec2\Instance\Instance</newFullyQualifiedName>
<newFullyQualifiedName>Zend\Service\Amazon\Ec2\Instance</newFullyQualifiedName>
</mappedClass>
<mappedClass>
<originalRelativeFilePath>Zend/Service/Amazon/Ec2/Keypair.php</originalRelativeFilePath>
Expand Down

0 comments on commit 595e020

Please sign in to comment.