Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2008-10-30 07:44:05 +0000
committerEike Stepper2008-10-30 07:44:05 +0000
commit811c655c3f222376c0fa92c7a995a2ba9fcf1c35 (patch)
treea5f3a0e81cf3df0467b364f3efa052e3ee4d68e6 /plugins/org.eclipse.emf.cdo.tests.hibernate/CDO AllTests (Hibernate).launch
parent71eff24bb817f62556c4b09b49981bc359f9d970 (diff)
downloadcdo-811c655c3f222376c0fa92c7a995a2ba9fcf1c35.tar.gz
cdo-811c655c3f222376c0fa92c7a995a2ba9fcf1c35.tar.xz
cdo-811c655c3f222376c0fa92c7a995a2ba9fcf1c35.zip
[251307] [Hibernate] Implement resources in a hierarchical structure
https://bugs.eclipse.org/bugs/show_bug.cgi?id=251307
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.tests.hibernate/CDO AllTests (Hibernate).launch')
-rw-r--r--plugins/org.eclipse.emf.cdo.tests.hibernate/CDO AllTests (Hibernate).launch19
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.tests.hibernate/CDO AllTests (Hibernate).launch b/plugins/org.eclipse.emf.cdo.tests.hibernate/CDO AllTests (Hibernate).launch
new file mode 100644
index 0000000000..ee48d75489
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.tests.hibernate/CDO AllTests (Hibernate).launch
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
+<listEntry value="/org.eclipse.emf.cdo.tests.hibernate/src/org/eclipse/emf/cdo/tests/hibernate/AllTestsHibernate.java"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
+<listEntry value="1"/>
+</listAttribute>
+<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
+<listEntry value="org.eclipse.debug.ui.launchGroup.debug"/>
+<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
+</listAttribute>
+<stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value=""/>
+<booleanAttribute key="org.eclipse.jdt.junit.KEEPRUNNING_ATTR" value="false"/>
+<stringAttribute key="org.eclipse.jdt.junit.TESTNAME" value=""/>
+<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.hibernate.AllTestsHibernate"/>
+<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="org.eclipse.emf.cdo.tests.hibernate"/>
+</launchConfiguration>

Back to the top