blob: 8a6ea7e6f04273675eaf79c678ffc75f2ecb308b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (C) 2015 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<repo:site-list
xmlns:repo="http://schemas.android.com/repository/android/sites-common/1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<site xsi:type="repo:genericSiteType">
<url>http://www.example.com/different_site.xml</url>
<displayName>
A different displayname from testSourceList-1
</displayName>
</site>
<site xsi:type="repo:genericSiteType">
<url>http://www.example.co.jp/different_site.xml</url>
<displayName>今日は土曜日です</displayName>
</site>
</repo:site-list>