From 3dad30a2865a3463167c96df6b282a5a50675101 Mon Sep 17 00:00:00 2001
From: ribeaudc <ribeaudc>
Date: Tue, 19 Feb 2008 16:58:33 +0000
Subject: [PATCH] [LMS-252] change: - Finalizing 'Axis2' libraries removing.
 Last item to fix: 'integration-tests'.

SVN: 4323
---
 .../resource/eclipse/Launch local integration tests.launch   | 5 +++--
 .../templates/etlserver-all/etc/service.properties           | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/integration-tests/resource/eclipse/Launch local integration tests.launch b/integration-tests/resource/eclipse/Launch local integration tests.launch
index dd5f03c0671..42bd6c3a069 100644
--- a/integration-tests/resource/eclipse/Launch local integration tests.launch	
+++ b/integration-tests/resource/eclipse/Launch local integration tests.launch	
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
 <booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="true"/>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
@@ -12,10 +12,11 @@
 <listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
 </listAttribute>
 <stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
-<stringAttribute key="org.eclipse.jdt.launching.JRE_CONTAINER" value="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.5.0_11"/>
 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.eclipse.ant.internal.ui.antsupport.InternalAntRunner"/>
 <stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="integration-tests"/>
 <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="integration-tests-local,"/>
 <stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/integration-tests/build/build.xml}"/>
 <stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
diff --git a/integration-tests/templates/etlserver-all/etc/service.properties b/integration-tests/templates/etlserver-all/etc/service.properties
index ba74278f6cc..f8a31981aa3 100644
--- a/integration-tests/templates/etlserver-all/etc/service.properties
+++ b/integration-tests/templates/etlserver-all/etc/service.properties
@@ -5,7 +5,7 @@ storeroot-dir = ../data/main-store
 check-interval = 2
 
 # The URL of the LIMS server
-server-url = https://localhost:8443/openbis/services/etl-openbis
+server-url = https://localhost:8443/openbis
 
 # The username to use when contacting the LIMS server
 username = etlserver
-- 
GitLab