equal
deleted
inserted
replaced
80 ifdef FULL_VERSION |
80 ifdef FULL_VERSION |
81 ANT_OPTIONS += -Dfull.version='$(FULL_VERSION)' # will contain spaces |
81 ANT_OPTIONS += -Dfull.version='$(FULL_VERSION)' # will contain spaces |
82 endif |
82 endif |
83 |
83 |
84 ifdef MILESTONE |
84 ifdef MILESTONE |
|
85 ifneq ($(MILESTONE),fcs) |
85 ANT_OPTIONS += -Dmilestone=$(MILESTONE) |
86 ANT_OPTIONS += -Dmilestone=$(MILESTONE) |
|
87 else |
|
88 ANT_OPTIONS += -Drelease=$(JDK_VERSION) |
|
89 endif |
86 endif |
90 endif |
87 |
91 |
88 ifdef BUILD_NUMBER |
92 ifdef BUILD_NUMBER |
89 ANT_OPTIONS += -Dbuild.number=$(BUILD_NUMBER) |
93 ANT_OPTIONS += -Dbuild.number=$(BUILD_NUMBER) |
90 else |
94 else |