From 6e228a1f74188528c23e3b84e3a6411f47db3f93 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Fri, 12 Dec 2008 10:45:58 +0000 Subject: [PATCH] chnage indexed db from migration_dump to test SVN: 9319 --- openbis/resource/eclipse/Indexing of Database.launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/resource/eclipse/Indexing of Database.launch b/openbis/resource/eclipse/Indexing of Database.launch index 42c3b0eb914..1fb91961cab 100644 --- a/openbis/resource/eclipse/Indexing of Database.launch +++ b/openbis/resource/eclipse/Indexing of Database.launch @@ -8,7 +8,7 @@ </listAttribute> <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="ch.systemsx.cisd.openbis.generic.server.dataaccess.db.IndexCreationUtil"/> -<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="migration_dump"/> +<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="test"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="openbis"/> <stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-ea -Xmx512M"/> </launchConfiguration> -- GitLab