hg: jigsaw/tools: Add contents key to make it easy to define simple modules
alan.bateman at sun.com
alan.bateman at sun.com
Fri Oct 2 12:37:58 PDT 2009
Changeset: a768e5251579
Author: alanb
Date: 2009-10-02 20:37 +0100
URL: http://hg.openjdk.java.net/jigsaw/tools/rev/a768e5251579
Add contents key to make it easy to define simple modules
Fixed NPEs and other issues when catch-all "other" module not defined
Added more module configurations
! make/classanalyzer.sh
! make/config/base.config
+ make/config/charsets.config
! make/config/client.config
! make/config/corba.config
+ make/config/deploy.config
+ make/config/httpserver.config
+ make/config/jdbc-odbc.config
+ make/config/jdbc.config
+ make/config/jndi-ldap.config
+ make/config/jndi.config
+ make/config/langtools.config
+ make/config/logging.config
+ make/config/management.config
+ make/config/net-ftp.config
+ make/config/nio.config
! make/config/other.config
+ make/config/prefs.config
+ make/config/resources.config
+ make/config/rmi.config
+ make/config/script-rhino.config
+ make/config/script.config
+ make/config/sctp.config
+ make/config/security-kerberos.config
+ make/config/security-pkcs11.config
+ make/config/security.config
+ make/config/tools.config
! src/share/classes/com/sun/classanalyzer/ClassAnalyzer.java
! src/share/classes/com/sun/classanalyzer/DependencyConfig.java
! src/share/classes/com/sun/classanalyzer/Klass.java
! src/share/classes/com/sun/classanalyzer/Module.java
! src/share/classes/com/sun/classanalyzer/ModuleConfig.java
More information about the jigsaw-dev
mailing list