6778493: Fix (langtools) ant build to honor fcs MILESTONE setting
Reviewed-by: ohair
This commit is contained in:
parent
71eb016652
commit
69e0e018d4
@ -82,7 +82,11 @@ ifdef FULL_VERSION
|
||||
endif
|
||||
|
||||
ifdef MILESTONE
|
||||
ifneq ($(MILESTONE),fcs)
|
||||
ANT_OPTIONS += -Dmilestone=$(MILESTONE)
|
||||
else
|
||||
ANT_OPTIONS += -Drelease=$(JDK_VERSION)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifdef BUILD_NUMBER
|
||||
|
Loading…
x
Reference in New Issue
Block a user