hg: jigsaw/tools: o Support multiple module definitions in one config file

mandy.chung at sun.com mandy.chung at sun.com
Mon Oct 19 11:59:02 PDT 2009


Changeset: 4e55ebc5c7b4
Author:    mchung
Date:      2009-10-19 11:54 -0700
URL:       http://hg.openjdk.java.net/jigsaw/tools/rev/4e55ebc5c7b4

o Support multiple module definitions in one config file
o Replace existing config files with modules.config and modules.rootset
o Rename "contents" to "include" in the module config file
o Change "*" to match the package name and "**" to match a package or any of its subpackage
o Generate a new modules.pkginfo report

! make/Makefile
! make/classanalyzer.sh
- make/config/base.config
- make/config/beans-events.config
- make/config/beans.config
- make/config/charsets.config
- make/config/client.config
- make/config/corba.config
- make/config/deploy.config
- make/config/enterprise-base.config
- make/config/httpserver.config
- make/config/instrument.config
- make/config/jaxp-parsers.config
- make/config/jaxp.config
- make/config/jaxws.config
- make/config/jdbc-odbc.config
- make/config/jdbc.config
- make/config/jndi-ldap.config
- make/config/jndi-providers.config
- make/config/jndi.config
- make/config/langtools.config
- make/config/logging.config
- make/config/management-iioptransport.config
- make/config/management-snmp.config
- make/config/management.config
+ make/config/modules.config
+ make/config/modules.rootset
- make/config/net-misc.config
- make/config/nio.config
- make/config/other.config
- make/config/pack200.config
- make/config/prefs.config
- make/config/resources.config
- make/config/rmi.config
- make/config/scripting-rhino.config
- make/config/scripting.config
- make/config/sctp.config
- make/config/security-jsse.config
- make/config/security-kerberos.config
- make/config/security-misc.config
- make/config/security-pkcs11.config
- make/config/security-xmldsig.config
- make/config/smartcardio.config
- make/config/tools.config
! src/share/classes/com/sun/classanalyzer/AnnotatedDependency.java
! src/share/classes/com/sun/classanalyzer/ClassAnalyzer.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