|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 |
| -<!-- [START_EXCLUDE silent] --> |
3 |
| -<!-- |
4 |
| - Copyright 2016 Google Inc. All Rights Reserved. |
5 |
| -
|
6 |
| - Licensed under the Apache License, Version 2.0 (the "License"); |
7 |
| - you may not use this file except in compliance with the License. |
8 |
| - You may obtain a copy of the License at |
9 |
| -
|
10 |
| - http://www.apache.org/licenses/LICENSE-2.0 |
11 |
| -
|
12 |
| - Unless required by applicable law or agreed to in writing, software |
13 |
| - distributed under the License is distributed on an "AS IS" BASIS, |
14 |
| - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
15 |
| - See the License for the specific language governing permissions and |
16 |
| - limitations under the License. |
17 |
| ---> |
18 |
| -<!-- [END_EXCLUDE] --> |
19 |
| -<!-- The autoGenerate attribute can be true or false. We set it to false to |
20 |
| - allow verification that the index is correct in local tests. --> |
| 2 | +<!-- Copyright 2016 Google Inc. All Rights Reserved. --> |
| 3 | +<!-- --> |
| 4 | +<!-- Licensed under the Apache License, Version 2.0 (the "License"); --> |
| 5 | +<!-- you may not use this file except in compliance with the License. --> |
| 6 | +<!-- You may obtain a copy of the License at --> |
| 7 | +<!-- --> |
| 8 | +<!-- http://www.apache.org/licenses/LICENSE-2.0 --> |
| 9 | +<!-- --> |
| 10 | +<!-- Unless required by applicable law or agreed to in writing, software --> |
| 11 | +<!-- distributed under the License is distributed on an "AS IS" BASIS, --> |
| 12 | +<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or --> |
| 13 | +<!-- implied. See the License for the specific language governing --> |
| 14 | +<!-- permissions and limitations under the License. --> |
| 15 | +<!-- --> |
| 16 | +<!-- The autoGenerate attribute can be true or false. We set it to false to --> |
| 17 | +<!-- allow verification that the index is correct in local tests. --> |
21 | 18 | <datastore-indexes autoGenerate="false">
|
22 | 19 | <datastore-index kind="Widget" ancestor="false" source="manual">
|
23 | 20 | <property name="x" direction="asc"/>
|
|
0 commit comments