Example usage for org.eclipse.jdt.core.tests.util Util concatWithClassLibs

List of usage examples for org.eclipse.jdt.core.tests.util Util concatWithClassLibs

Introduction

In this page you can find the example usage for org.eclipse.jdt.core.tests.util Util concatWithClassLibs.

Prototype

public static String[] concatWithClassLibs(String classpath, boolean inFront) 

Source Link

Usage

From source file:org.eclipse.objectteams.otdt.tests.compiler.smap.AbstractSourceMapGeneratorTest.java

License:Open Source License

protected String[] getDefaultClassPaths() throws IOException {
    return Util.concatWithClassLibs(new String[] {
            getWorkspaceRoot().getLocation().toFile().getCanonicalPath() + '/' + getTestProjectDir() + "/src",
            ClasspathUtil.getOTREPath(this.weavingScheme) }, false);
}