Changeset 144 for trunk/openjdk/jdk/make/sun
- Timestamp:
- Sep 4, 2010, 1:44:54 AM (15 years ago)
- Location:
- trunk/openjdk/jdk/make/sun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/Makefile
r74 r144 62 62 RENDER_SUBDIR = dcpr 63 63 endif 64 ifndef OS2_TEMP # security, GUI stuff 64 65 SUBDIRS = jar security javazic misc net audio $(RENDER_SUBDIR) image \ 65 66 awt splashscreen $(XAWT_SUBDIR) $(MOTIF_SUBDIRS) \ … … 68 69 jawt text nio launcher management $(ORG_SUBDIR) \ 69 70 native2ascii serialver tools jconsole 71 else 72 SUBDIRS = jar javazic misc net \ 73 rmi beans $(JDBC_SUBDIR) \ 74 text nio launcher management $(ORG_SUBDIR) \ 75 native2ascii serialver tools jconsole 76 endif 70 77 71 78 all build clean clobber:: -
trunk/openjdk/jdk/make/sun/net/FILES_java.gmk
r74 r144 88 88 sun/net/www/protocol/http/NegotiatorImpl.java \ 89 89 sun/net/www/protocol/http/NegotiateCallbackHandler.java \ 90 91 ifndef OS2_TEMP # security 92 FILES_java += \ 90 93 sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java \ 91 94 sun/net/www/protocol/https/HttpsClient.java \ … … 94 97 sun/net/www/protocol/https/DelegateHttpsURLConnection.java \ 95 98 sun/net/www/protocol/https/Handler.java \ 99 100 endif 101 FILES_java += \ 96 102 sun/net/www/protocol/jar/Handler.java \ 97 103 sun/net/www/protocol/jar/URLJarFile.java \
Note:
See TracChangeset
for help on using the changeset viewer.