use of org.eclipse.tycho.BuildOutputDirectory in project tycho by eclipse.
the class MirrorStandaloneTest method initTestContext.
@Before
public void initTestContext() throws Exception {
destinationRepo = new DestinationRepositoryDescriptor(tempFolder.newFolder("dest"), DEFAULT_NAME);
subject = new MirrorApplicationServiceImpl();
MavenContext mavenContext = new MavenContextImpl(null, logVerifier.getLogger());
subject.setMavenContext(mavenContext);
targetFolder = new BuildOutputDirectory(tempFolder.getRoot());
}
Aggregations