mirror of
https://github.com/google/nomulus
synced 2026-08-15 19:56:08 +00: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.
19 lines
524 B
XML
19 lines
524 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<create>
|
|
<contact:create
|
|
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
|
<contact:postalInfo type="loc">
|
|
<contact:addr>
|
|
</contact:addr>
|
|
</contact:postalInfo>
|
|
<contact:authInfo>
|
|
<contact:pw>abcdefghijklmnop</contact:pw>
|
|
</contact:authInfo>
|
|
</contact:create>
|
|
</create>
|
|
<clTRID>GTechTool</clTRID>
|
|
</command>
|
|
</epp>
|