/openjdk7/jdk/make/common/ |
H A D | Subdirs.gmk | 72 FULL_VERSION=$(FULL_VERSION) RELEASE=$(RELEASE) || exit 1; \ 85 FULL_VERSION=$(FULL_VERSION) RELEASE=$(RELEASE) || exit 1; \
|
H A D | Program.gmk | 345 ifdef RELEASE 346 OTHER_CPPFLAGS += -DVERSION='"$(RELEASE)"' 347 endif #RELEASE
|
/openjdk7/jdk/test/tools/launcher/ |
H A D | MultipleJRE.sh | 305 RELEASE=`$JAVA -version 2>&1 | head -n 1 | cut -d ' ' -f 3 | \ 307 BASE_RELEASE=`echo $RELEASE | sed -e "s/-.*//g"` 317 LaunchVM "" "${RELEASE}" 319 LaunchVM "" "${RELEASE}" 329 LaunchVM "" "${RELEASE}" 331 LaunchVM "" "${RELEASE}" 337 LaunchVM "" "${RELEASE}" 339 LaunchVM "" "${RELEASE}" 354 LaunchVM "" "${RELEASE}" 366 LaunchVM "" "${RELEASE}" [all...] |
/openjdk7/corba/make/ |
H A D | Makefile | 88 # RELEASE is JDK_VERSION and -MILESTONE if MILESTONE is set 90 RELEASE = $(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE) macro 92 RELEASE = $(JDK_VERSION)$(BUILD_VARIANT_RELEASE) macro 95 # FULL_VERSION is RELEASE and -BUILD_NUMBER if BUILD_NUMBER is set 97 FULL_VERSION = $(RELEASE)-$(BUILD_NUMBER) 101 FULL_VERSION = $(RELEASE)-$(USER_RELEASE_SUFFIX)-$(BUILD_NUMBER)
|
/openjdk7/corba/make/common/ |
H A D | Defs.gmk | 252 RELEASE=$(RELEASE) || exit 1; \ 265 RELEASE=$(RELEASE) || exit 1; \
|
/openjdk7/corba/make/common/shared/ |
H A D | Defs.gmk | 216 # RELEASE is JDK_VERSION and -MILESTONE if MILESTONE is set 218 RELEASE = $(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE) 220 RELEASE = $(JDK_VERSION)$(BUILD_VARIANT_RELEASE) 223 # FULL_VERSION is RELEASE and -BUILD_NUMBER if BUILD_NUMBER is set 226 FULL_VERSION = $(RELEASE)-$(BUILD_NUMBER) 230 FULL_VERSION = $(RELEASE)-$(USER_RELEASE_SUFFIX)-$(BUILD_NUMBER)
|
/openjdk7/jdk/src/share/classes/javax/management/ |
H A D | MBeanServerPermission.java | 76 RELEASE = 3, field in class:MBeanServerPermission 90 RELEASE_MASK = 1<<RELEASE,
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/ |
H A D | BasicButtonListener.java | 57 map.put(new Actions(Actions.RELEASE)); 284 private static final String RELEASE = "released"; field in class:BasicButtonListener.Actions 301 else if (key == RELEASE) {
|
H A D | BasicLabelUI.java | 75 map.put(new Actions(Actions.RELEASE)); 430 private static final String RELEASE = "release"; field in class:BasicLabelUI.Actions 442 else if (key == RELEASE) { 456 inputMap.put(KeyStroke.getKeyStroke(dka, BasicLookAndFeel.getFocusAcceleratorKeyMask(), true), RELEASE); 458 inputMap.put(KeyStroke.getKeyStroke(dka, 0, true), RELEASE); 460 inputMap.put(KeyStroke.getKeyStroke(KeyEvent.VK_ALT, 0, true), RELEASE);
|
H A D | BasicRootPaneUI.java | 129 map.put(new Actions(Actions.RELEASE)); 174 public static final String RELEASE = "release"; field in class:BasicRootPaneUI.Actions
|
/openjdk7/jdk/make/ |
H A D | Makefile | 201 @$(ECHO) $(PLATFORM) $(ARCH) $(RELEASE) build started: $(shell $(DATE) '+%y-%m-%d %H:%M') 288 @$(ECHO) $(PLATFORM) $(ARCH) $(RELEASE) build finished: $(shell $(DATE) '+%y-%m-%d %H:%M')
|
/openjdk7/jdk/make/common/shared/ |
H A D | Defs.gmk | 292 # RELEASE is JDK_VERSION and -MILESTONE if MILESTONE is set 294 RELEASE = $(JDK_VERSION)-$(MILESTONE)$(BUILD_VARIANT_RELEASE) 296 RELEASE = $(JDK_VERSION)$(BUILD_VARIANT_RELEASE) 299 # FULL_VERSION is RELEASE and -BUILD_NUMBER if BUILD_NUMBER is set 301 FULL_VERSION = $(RELEASE)-$(BUILD_NUMBER) 310 FULL_VERSION = $(RELEASE)-$(USER_RELEASE_SUFFIX)-$(BUILD_NUMBER)
|
/openjdk7/jdk/src/share/native/java/lang/ |
H A D | System.c | 197 PUTPROP(props, "java.version", RELEASE);
|
/openjdk7/jdk/src/share/native/sun/awt/libpng/ |
H A D | CHANGES | 1667 Fixed typo (RELEASE) in configuration files. 3081 Changed embedded dates to "(PENDING RELEASE) in beta releases (and future
|
/openjdk7/jdk/make/docs/ |
H A D | Makefile | 1213 @$(ECHO) RELEASE = $(RELEASE)
|