From 9492ffafba25d14cdb32e94aedca08e0eb5c0f1f Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Mon, 11 Feb 2013 13:47:17 +0000 Subject: [PATCH] MINOR : Switched index creation task to Java 6 VM SVN: 28334 --- .../openBIS index creation of developer database.launch | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/openbis/resource/eclipse/openBIS index creation of developer database.launch b/openbis/resource/eclipse/openBIS index creation of developer database.launch index 47a9dc15776..aeb226bbaaa 100644 --- a/openbis/resource/eclipse/openBIS index creation of developer database.launch +++ b/openbis/resource/eclipse/openBIS index creation of developer database.launch @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="UTF-8" standalone="no"?> <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType"> <booleanAttribute key="editedByExternalToolsMainTab" value="true"/> <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/> @@ -10,11 +10,10 @@ </listAttribute> <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> -<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.ui.antsupport.InternalAntRunner"/> +<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/Java SE 6 (MacOS X Default)"/> +<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.launching.remote.InternalAntRunner"/> <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="openbis"/> <stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/> -<stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_NAME" value="JVM 1.5.0 (MacOS X Default)"/> -<stringAttribute key="org.eclipse.jdt.launching.VM_INSTALL_TYPE_ID" value="org.eclipse.jdt.internal.launching.macosx.MacOSXType"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_ANT_TARGETS" value="dump-and-index,"/> <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/openbis/build/build.xml}"/> <stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/> -- GitLab