hg: jigsaw/tools: 2 new changesets
    alan.bateman at sun.com 
    alan.bateman at sun.com
       
    Thu Oct 22 11:11:57 PDT 2009
    
    
  
Changeset: 903172f60440
Author:    alanb
Date:      2009-10-22 18:54 +0100
URL:       http://hg.openjdk.java.net/jigsaw/tools/rev/903172f60440
Two new tools
- CheckDeps to compare dependencies (in modules.summary format) and report/fail
  if any unexpected dependencies are found
- ShowDeps, an ldd-like tool to report the static dependencies of a set of JAR
  or class files.
+ make/checkdeps.sh
+ make/showdeps.sh
+ src/share/classes/com/sun/classanalyzer/CheckDeps.java
! src/share/classes/com/sun/classanalyzer/ClassAnalyzer.java
+ src/share/classes/com/sun/classanalyzer/ShowDeps.java
Changeset: a0491bbbff92
Author:    alanb
Date:      2009-10-22 19:09 +0100
URL:       http://hg.openjdk.java.net/jigsaw/tools/rev/a0491bbbff92
Module config and optional dependencies update
- security-jsse missing HostnameChecker
- split-out jdbc into base and enterprise
- move classes from other
- add bugIDs for upcoming changes
! make/config/modules.config
! make/config/optional.dependencies
    
    
More information about the jigsaw-dev
mailing list