/demos/helloorm/src/WEB-INF/appengine-web.xml

http://datanucleus-appengine.googlecode.com/ · XML · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · 276a8ff5e2374416d68aa3fc978a3624 MD5 · raw file

  1. <appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
  2. <application>helloorm</application>
  3. <version>1</version>
  4. <static-files/>
  5. <system-properties>
  6. <property name="helloorm.persistence.standard" value="JPA"/>
  7. </system-properties>
  8. <resource-files/>
  9. </appengine-web-app>