blob: 4a2b89f9c78df1cbe4a1d570837a1509df12b3ac [file] [log] [blame]
/******************************************************************************
* Copyright (c) David Orme and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* David Orme - initial API and implementation
******************************************************************************/
package org.eclipse.e4.ui.test.utils;
public interface FixturesLocation {
public static final String FIXTURE_ROOT = "http://subversion.ny.jpmorgan.com/svn/repos/OneBench/trunk/fixtures/com.jpmorgan.onebench.installer.test.fixtures/";
}