RFR 8148371: Remove policytool

2017-09-05 Thread Weijun Wang
Hi All Please review the change, which spans to root, jdk and langtools repos. http://cr.openjdk.java.net/~weijun/8148371/ I've searched for the "policytool" word in the whole jdk10/jdk10 forests, removed all files having the word inside the path name, and remove almost all occurrences of th

Re: RFR 8186931: jdk.security.jarsigner package is missing package summary

2017-09-05 Thread mandy chung
+1 Mandy On 9/5/17 5:16 PM, Weijun Wang wrote: The package info for com.sun.security.jgss in jdk.security.jgss is also missing. The updated change looks like this (I omit the copyright header): src/jdk.jartool/share/classes/jdk/security/jarsigner/package-info.java: +/** + * This package defi

Re: RFR 8186931: jdk.security.jarsigner package is missing package summary

2017-09-05 Thread Weijun Wang
The package info for com.sun.security.jgss in jdk.security.jgss is also missing. The updated change looks like this (I omit the copyright header): src/jdk.jartool/share/classes/jdk/security/jarsigner/package-info.java: +/** + * This package defines APIs for signing jar files. + */ +package jdk.s