Created
November 20, 2015 19:52
-
-
Save headswe/19f1f1cfdddb63c942e1 to your computer and use it in GitHub Desktop.
New repo.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <RepoData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
| <Name>Test Name</Name> | |
| <Attributes> | |
| <item> | |
| <key> | |
| <string>BattleEye</string> | |
| </key> | |
| <value> | |
| <string>0</string> | |
| </value> | |
| </item> | |
| <item> | |
| <key> | |
| <string>ServerName</string> | |
| </key> | |
| <value> | |
| <string>test.myserver.com</string> | |
| </value> | |
| </item> | |
| <item> | |
| <key> | |
| <string>ServerPassword</string> | |
| </key> | |
| <value> | |
| <string>hello</string> | |
| </value> | |
| </item> | |
| <item> | |
| <key> | |
| <string>SeverPort</string> | |
| </key> | |
| <value> | |
| <string>1337</string> | |
| </value> | |
| </item> | |
| </Attributes> | |
| </RepoData> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment