Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Side by Side Diff: chrome_release_test_status/src/META-INF/jdoconfig.xml

Issue 2831022: The following java and jsp files will collect the Chrome release testing stat... Base URL: svn://svn.chromium.org/chrome/trunk/tools/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <jdoconfig xmlns="http://java.sun.com/xml/ns/jdo/jdoconfig"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:noNamespaceSchemaLocation="http://java.sun.com/xml/ns/jdo/jdoconfig">
5
6 <persistence-manager-factory name="transactions-optional">
7 <property name="javax.jdo.PersistenceManagerFactoryClass"
8 value="org.datanucleus.store.appengine.jdo.DatastoreJDOPersistenceMa nagerFactory"/>
9 <property name="javax.jdo.option.ConnectionURL" value="appengine"/>
10 <property name="javax.jdo.option.NontransactionalRead" value="true"/>
11 <property name="javax.jdo.option.NontransactionalWrite" value="true"/>
12 <property name="javax.jdo.option.RetainValues" value="true"/>
13 <property name="datanucleus.appengine.autoCreateDatastoreTxns" value="tr ue"/>
14 </persistence-manager-factory>
15 </jdoconfig>
OLDNEW
« no previous file with comments | « chrome_release_test_status/build.xml ('k') | chrome_release_test_status/src/dashboard/BuildInfo.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698