Ignore:
Timestamp:
Apr 30, 2011, 1:39:32 AM (14 years ago)
Author:
dmik
Message:

jdk: Fixed: the dtdbuilder tool would write the binary DTD to stdout causing "\n" to "\r\n" expansion on OS/2 (Win32 too?) and thus breaking the resulting file which in turn would completely break support of HTML text in Swing components [vendor bug].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/javax/swing/html32dtd/Makefile

    r278 r288  
    3939        @$(prep-target)
    4040        ($(BOOT_JAVA_CMD) -Ddtd_home=$(DTDDATA) \
    41                 -jar $(DTDBUILDER_JARFILE) html32 > $@) || exit 1
     41                -jar $(DTDBUILDER_JARFILE) html32 $@) || exit 1
    4242        @$(java-vm-cleanup)
    4343
Note: See TracChangeset for help on using the changeset viewer.