Skip to content

Commit

Permalink
[maven] Move the code of the batch compiler from "io.sarl.lang" into …
Browse files Browse the repository at this point in the history
…the "io.sarl.maven.batchcompiler" maven module.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Jan 20, 2020
1 parent 50427e7 commit 21105ce
Show file tree
Hide file tree
Showing 12 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main/coreplugins/io.sarl.lang/META-INF/MANIFEST.MF
Expand Up @@ -23,8 +23,7 @@ Require-Bundle: io.sarl.lang.core;bundle-version="0.11.0";visibility:=reexport,
org.eclipse.emf.common;bundle-version="2.17.0",
org.eclipse.core.runtime;bundle-version="3.17.0",
com.google.inject;bundle-version="4.1.0",
org.apache.commons.io;bundle-version="2.6.0",
slf4j.api;bundle-version="2.0.0"
org.apache.commons.io;bundle-version="2.6.0"
Bundle-Activator: io.sarl.lang.SARLLangActivator
Export-Package: io.sarl.lang,
io.sarl.lang.bugfixes.pending.bug621,
Expand All @@ -33,7 +32,6 @@ Export-Package: io.sarl.lang,
io.sarl.lang.codebuilder.appenders,
io.sarl.lang.codebuilder.builders,
io.sarl.lang.compiler,
io.sarl.lang.compiler.batch,
io.sarl.lang.controlflow,
io.sarl.lang.documentation,
io.sarl.lang.extralanguage,
Expand Down

0 comments on commit 21105ce

Please sign in to comment.