On 01/30/2012 07:08 AM, Alan Bateman wrote:
The following webrev is a patch from Miran Kos and Martin Grebac
(cc'ed) to remove the JAX-WS dependency on apt and the com.sun.mirror
API:
http://cr.openjdk.java.net/~alanb/7140918/webrev/
This is needed before Joe Darcy can wield his machete.
Please cc'ed Miran and Martin on my review comments.
-Alan.
Hi Alan,
In Release.gmk, there seems to be inconsistent indention on these two lines:
368 com/sun/tools/internal/jxc/ap \
369 com/sun/tools/internal/ws/wscompile/plugin/at_generated \
Likewise at Defs-jaxws.gmk:
58
META-INF/services/com.sun.tools.internal.ws.wscompile.Plugin \
59 META-INF/services/com.sun.tools.internal.xjc.Plugin \
Otherwise, the changes look okay.
Thanks,
-Joe