Documenting support for NetBeans module system attributes
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 26 Nov 2014 16:44:12 +0100
changeset 1729384468666b2d
parent 1728 1d850aa501bb
child 1730 795b040ac8f2
Documenting support for NetBeans module system attributes
rt/aot/src/main/java/org/apidesign/bck2brwsr/aot/Bck2BrwsrJars.java
     1.1 --- a/rt/aot/src/main/java/org/apidesign/bck2brwsr/aot/Bck2BrwsrJars.java	Sun Nov 23 21:59:21 2014 +0100
     1.2 +++ b/rt/aot/src/main/java/org/apidesign/bck2brwsr/aot/Bck2BrwsrJars.java	Wed Nov 26 16:44:12 2014 +0100
     1.3 @@ -54,7 +54,8 @@
     1.4      
     1.5      /** Creates new compiler pre-configured from the content of 
     1.6       * provided JAR file. The compiler will compile all classes.
     1.7 -     * The system understands OSGi manifest entries and will export
     1.8 +     * The system understands OSGi manifest entries and NetBeans
     1.9 +     * module system manifest entries and will export
    1.10       * all packages that are exported in the JAR file. The system
    1.11       * also recognizes META-INF/services and makes sure the class names
    1.12       * are not mangled.
    1.13 @@ -74,7 +75,8 @@
    1.14      
    1.15      /** Creates new compiler pre-configured from the content of 
    1.16       * provided JAR file. The compiler will compile all classes.
    1.17 -     * The system understands OSGi manifest entries and will export
    1.18 +     * The system understands OSGi manifest entries and NetBeans
    1.19 +     * module system manifest entries and will export
    1.20       * all packages that are exported in the JAR file. The system
    1.21       * also recognizes META-INF/services and makes sure the class names
    1.22       * are not mangled.