summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-11-30 21:21:37 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2009-11-30 21:21:37 +0100
commit49c3c68779a5a3f7ec3e9f909ccc58f6880c07a2 (patch)
tree01b586ce5653694a8031cca7aaf282289355aaa1
parent57fcc0f880324fe7861e13a6642166d2e35c1dde (diff)
Add an index definition file for the Google App Engine.
-rw-r--r--war/WEB-INF/datastore-indexes.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/war/WEB-INF/datastore-indexes.xml b/war/WEB-INF/datastore-indexes.xml
new file mode 100644
index 0000000..98f13c0
--- /dev/null
+++ b/war/WEB-INF/datastore-indexes.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<datastore-indexes autoGenerate="true">
+ <datastore-index kind="student" ancestor="true" source="manual">
+ <property name="last-name" direction="asc" />
+ <property name="first-name" direction="asc" />
+ </datastore-index>
+</datastore-indexes>