Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-02-19 14:37:09 +0000
committerEike Stepper2011-02-19 14:37:09 +0000
commitefe37ed1e2f14f002f82c4b635c3535b9355bba8 (patch)
tree2a88189565d945b9521a66ffdd30631a32fef424 /plugins/org.eclipse.emf.cdo.tests.mongodb
parent74b0150a18cbff3da3b1d5ffc8a2570648e5582f (diff)
downloadcdo-efe37ed1e2f14f002f82c4b635c3535b9355bba8.tar.gz
cdo-efe37ed1e2f14f002f82c4b635c3535b9355bba8.tar.xz
cdo-efe37ed1e2f14f002f82c4b635c3535b9355bba8.zip
[337152] [Mongo] Create a MongoDBStore
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337152
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.mongodb')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.mongodb/CDO AllTests (MongoDB).launch2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.mongodb/CDO AllTests (MongoDB).launch b/plugins/org.eclipse.emf.cdo.tests.mongodb/CDO AllTests (MongoDB).launch
index 73e5fc27cf..fc1c9fa87d 100644
--- a/plugins/org.eclipse.emf.cdo.tests.mongodb/CDO AllTests (MongoDB).launch
+++ b/plugins/org.eclipse.emf.cdo.tests.mongodb/CDO AllTests (MongoDB).launch
@@ -12,5 +12,5 @@
<stringAttribute key="org.eclipse.jdt.junit.TEST_KIND" value="org.eclipse.jdt.junit.loader.junit3"/>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.emf.cdo.tests.mongodb.AllTestsMongoDB"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.cdo.tests.mongodb"/>
-<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m&#13;&#10;-Xmx1024m"/>
+<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms40m&#13;&#10;-Xmx1024m&#13;&#10;-Dorg.eclipse.net4j.util.om.trace.disable=true"/>
</launchConfiguration>

Back to the top