# HG changeset patch # User Jaroslav Tulach # Date 1417016652 -3600 # Node ID 384468666b2d669b0ee12384edb08b9f0ed3a9a3 # Parent 1d850aa501bbc7baf6c8ae8cc745ed620c9f0941 Documenting support for NetBeans module system attributes diff -r 1d850aa501bb -r 384468666b2d rt/aot/src/main/java/org/apidesign/bck2brwsr/aot/Bck2BrwsrJars.java --- a/rt/aot/src/main/java/org/apidesign/bck2brwsr/aot/Bck2BrwsrJars.java Sun Nov 23 21:59:21 2014 +0100 +++ b/rt/aot/src/main/java/org/apidesign/bck2brwsr/aot/Bck2BrwsrJars.java Wed Nov 26 16:44:12 2014 +0100 @@ -54,7 +54,8 @@ /** Creates new compiler pre-configured from the content of * provided JAR file. The compiler will compile all classes. - * The system understands OSGi manifest entries and will export + * The system understands OSGi manifest entries and NetBeans + * module system manifest entries and will export * all packages that are exported in the JAR file. The system * also recognizes META-INF/services and makes sure the class names * are not mangled. @@ -74,7 +75,8 @@ /** Creates new compiler pre-configured from the content of * provided JAR file. The compiler will compile all classes. - * The system understands OSGi manifest entries and will export + * The system understands OSGi manifest entries and NetBeans + * module system manifest entries and will export * all packages that are exported in the JAR file. The system * also recognizes META-INF/services and makes sure the class names * are not mangled.