7140918: Remove dependency on apt and com.sun.mirror API
Co-authored-by: Martin Grebac <martin.grebac@oracle.com> Reviewed-by: darcy
This commit is contained in:
parent
6e913f4649
commit
487391eab6
@ -101,7 +101,7 @@
|
||||
<copy todir="${build.classes.dir}/META-INF"
|
||||
file="${secondary.src.dir}/META-INF/mimetypes.default"/>
|
||||
<copy todir="${build.classes.dir}/META-INF/services"
|
||||
file="${primary.src.dir}/com/sun/tools/etc/META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory"/>
|
||||
file="${primary.src.dir}/com/sun/tools/etc/META-INF/services/com.sun.tools.internal.ws.wscompile.Plugin"/>
|
||||
<copy todir="${build.classes.dir}/META-INF/services"
|
||||
file="${primary.src.dir}/com/sun/tools/etc/META-INF/services/com.sun.tools.internal.xjc.Plugin"/>
|
||||
<mkdir dir="${build.classes.dir}/com/sun/tools/internal/xjc/runtime"/>
|
||||
|
@ -25,8 +25,8 @@
|
||||
|
||||
drops.master.copy.base=${drops.dir}
|
||||
|
||||
jaxws_src.bundle.name=jdk8-jaxws2_2_4-b01-2011_07_22.zip
|
||||
jaxws_src.bundle.md5.checksum=f64bedd3c512e6b1ca265fda2feb0905
|
||||
jaxws_src.bundle.name=jdk8-jaxws-2_2-SNAPSHOT-2012_01_11.zip
|
||||
jaxws_src.bundle.md5.checksum=90aa4ed0818f19561f32b81e2ae02dc8
|
||||
jaxws_src.master.bundle.dir=${drops.master.copy.base}
|
||||
jaxws_src.master.bundle.url.base=http://download.java.net/glassfish/components/jax-ws/openjdk/jdk8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user