Changeset 156


Ignore:
Timestamp:
Sep 20, 2010, 9:08:08 PM (15 years ago)
Author:
dmik
Message:

jdk: Disabled accidentially enabled com.sun.security.tools package (see #18).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/com/sun/Makefile

    r155 r156  
    4040
    4141# Omit mirror since it's built with the apt tool.
    42 ifndef OS2_TEMP # GUI stuff
     42ifndef OS2_TEMP
    4343SUBDIRS = $(SCRIPT_SUBDIR) image security crypto/provider jndi jmx \
    4444    java inputmethods org rowset net/httpserver net/ssl demo \
    4545    tools jarsigner
    46 else
     46else # disable GUI stuff and tools.attach (see ticket:18)
    4747SUBDIRS = $(SCRIPT_SUBDIR) security crypto/provider jndi jmx \
    4848    java org rowset net/httpserver net/ssl demo \
    49     tools jarsigner
     49    jarsigner
    5050endif
    5151
Note: See TracChangeset for help on using the changeset viewer.