Fix bugs in Eclipse and Maven builders

This commit is contained in:
Alexey Andreev 2015-09-06 10:36:23 +03:00
parent 7886937a8f
commit b4ba3719d0
2 changed files with 3 additions and 2 deletions

View File

@ -64,6 +64,7 @@ Export-Package: org.teavm.cache,
org.teavm.model, org.teavm.model,
org.teavm.model.instructions, org.teavm.model.instructions,
org.teavm.model.util, org.teavm.model.util,
org.teavm.model.emit,
org.teavm.optimization, org.teavm.optimization,
org.teavm.parsing, org.teavm.parsing,
org.teavm.resource, org.teavm.resource,

View File

@ -40,8 +40,8 @@ import org.teavm.tooling.*;
* *
* @author Alexey Andreev * @author Alexey Andreev
*/ */
@Mojo(name = "build-javascript", requiresDependencyResolution = ResolutionScope.RUNTIME, @Mojo(name = "build-javascript", requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
requiresDependencyCollection = ResolutionScope.RUNTIME) requiresDependencyCollection = ResolutionScope.COMPILE_PLUS_RUNTIME)
public class BuildJavascriptMojo extends AbstractMojo { public class BuildJavascriptMojo extends AbstractMojo {
@Component @Component
private MavenProject project; private MavenProject project;