blob: 5d6609a792318d68b42c4307d8efde0908309f5e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 SAP AG 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:
* SAP AG - initial API and implementation
*******************************************************************************/
import java.io.*;
File marker = new File(basedir, "target/.run.ok");
if (!marker.isFile()) {
throw new Exception( "Missing expected marker file " + marker );
}
return true;