mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +02:00
This change renames directories in preparation for the great package rename. The repository is now in a broken state because the code itself hasn't been updated. However this should ensure that git correctly preserves history for each file.
20 lines
630 B
XML
20 lines
630 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="urn:ietf:params:xml:ns:epp-1.0
|
|
epp-1.0.xsd">
|
|
<response>
|
|
<result code="1000">
|
|
<msg lang="en">Command completed successfully</msg>
|
|
</result>
|
|
<extension>
|
|
<rgp:upData xmlns:rgp="urn:ietf:params:xml:ns:rgp-1.0"
|
|
xsi:schemaLocation="urn:ietf:params:xml:ns:rgp-1.0 rgp-1.0.xsd">
|
|
<rgp:rgpStatus s="pendingRestore"/>
|
|
</rgp:upData>
|
|
</extension>
|
|
<trID>
|
|
<clTRID>ABC-12345</clTRID>
|
|
<svTRID>server-trid</svTRID>
|
|
</trID>
|
|
</response>
|
|
</epp>
|