mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-24 09:10:08 +00:00
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
d0bf1b11b1
commit
33859eda7a
@ -362,10 +362,11 @@ TOOLS = \
|
||||
com/sun/tools/corba \
|
||||
com/sun/tools/internal/xjc \
|
||||
com/sun/tools/internal/ws \
|
||||
META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory \
|
||||
META-INF/services/com.sun.tools.xjc.Plugin \
|
||||
META-INF/services/com.sun.tools.internal.ws.wscompile.Plugin \
|
||||
META-INF/services/com.sun.tools.internal.xjc.Plugin \
|
||||
com/sun/istack/internal/tools \
|
||||
com/sun/istack/internal/ws \
|
||||
com/sun/tools/internal/jxc/ap \
|
||||
com/sun/tools/internal/ws/wscompile/plugin/at_generated \
|
||||
com/sun/codemodel \
|
||||
com/sun/tools/internal/jxc \
|
||||
com/sun/xml/internal/rngom \
|
||||
@ -528,10 +529,8 @@ $(NOT_RT_JAR_LIST): FRC
|
||||
$(ECHO) "com/sun/mirror/" >> $@
|
||||
$(ECHO) "com/sun/source/" >> $@
|
||||
$(ECHO) "com/sun/istack/internal/tools/" >> $@
|
||||
$(ECHO) "com/sun/istack/internal/ws/" >> $@
|
||||
$(ECHO) "META-INF/services/com.sun.jdi.connect.Connector" >> $@
|
||||
$(ECHO) "META-INF/services/com.sun.jdi.connect.spi.TransportService" >> $@
|
||||
$(ECHO) "META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory" >> $@
|
||||
$(ECHO) "META-INF/services/com.sun.tools.xjc.Plugin" >> $@
|
||||
$(ECHO) "com/sun/tools/" >> $@
|
||||
$(ECHO) "sun/jvmstat/" >> $@
|
||||
@ -1000,7 +999,7 @@ initial-image-jdk:: initial-image-jdk-setup \
|
||||
@#
|
||||
@# files that might not exist need to be touched.
|
||||
@#
|
||||
$(TOUCH) $(CLASSBINDIR)/META-INF/services/com.sun.tools.xjc.Plugin
|
||||
$(TOUCH) $(CLASSBINDIR)/META-INF/services/com.sun.tools.internal.xjc.Plugin
|
||||
@#
|
||||
@# lib/tools.jar
|
||||
@#
|
||||
|
||||
@ -34,7 +34,6 @@ IMPORT_RT_PACKAGES += \
|
||||
javax/xml/ws \
|
||||
javax/jws \
|
||||
javax/annotation \
|
||||
com/sun/istack/internal \
|
||||
com/sun/xml/internal/bind \
|
||||
com/sun/xml/internal/fastinfoset \
|
||||
com/sun/xml/internal/messaging \
|
||||
@ -42,13 +41,13 @@ IMPORT_RT_PACKAGES += \
|
||||
com/sun/xml/internal/txw2 \
|
||||
com/sun/xml/internal/ws \
|
||||
com/sun/xml/internal/stream/buffer
|
||||
|
||||
NOT_USED_PACKAGES += \
|
||||
com/sun/tools/internal/txw2
|
||||
|
||||
IMPORT_TOOLS_PACKAGES += \
|
||||
com/sun/codemodel \
|
||||
com/sun/istack/internal/tools \
|
||||
com/sun/istack/internal/ws \
|
||||
com/sun/xml/internal/rngom \
|
||||
com/sun/xml/internal/xsom \
|
||||
com/sun/xml/internal/dtdparser \
|
||||
@ -56,6 +55,9 @@ IMPORT_TOOLS_PACKAGES += \
|
||||
com/sun/tools/internal/ws \
|
||||
com/sun/tools/internal/jxc \
|
||||
org/relaxng \
|
||||
META-INF/services/com.sun.mirror.apt.AnnotationProcessorFactory \
|
||||
META-INF/services/com.sun.tools.internal.xjc.Plugin
|
||||
META-INF/services/com.sun.tools.internal.ws.wscompile.Plugin \
|
||||
META-INF/services/com.sun.tools.internal.xjc.Plugin \
|
||||
com/sun/tools/internal/jxc/ap \
|
||||
com/sun/tools/internal/ws/wscompile/plugin/at_generated
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user