stbischof opened a new pull request #9: Improve main-class and module-version in module-info.class URL: https://github.com/apache/felix-atomos/pull/9 update bundle maven-jar-plugin (main-class) update bundle maven-compiler-plugin (version) remove ant plugin - Result: // Compiled from module-info.java (version 11 : 55.0, no super bit) module org.apache.felix.atomos.runtime { // Version: 0.0.1-SNAPSHOT requires java.base; requires transitive atomos.osgi.framework; requires protected osgi.annotation; requires protected jdk.unsupported; requires protected org.apache.felix.gogo.runtime; exports org.apache.felix.atomos.runtime; exports org.apache.felix.atomos.launch; uses org.osgi.framework.connect.ConnectFrameworkFactory uses org.osgi.framework.connect.ModuleConnector provides org.osgi.framework.connect.FrameworkUtilHelper with org.apache.felix.atomos.impl.runtime.base.AtomosFrameworkUtilHelper; provides org.osgi.framework.connect.ModuleConnector with org.apache.felix.atomos.impl.runtime.base.AtomosModuleConnector; Module packages: org.apache.felix.atomos.impl.runtime.content org.apache.felix.atomos.runtime org.apache.felix.atomos.impl.runtime.base org.apache.felix.atomos.launch org.apache.felix.atomos.impl.runtime.modules Module main class: org.apache.felix.atomos.launch.AtomosLauncher }
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
