Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8
提交
7ab40cb9
D
dragonwell8
项目概览
openanolis
/
dragonwell8
通知
5
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
7ab40cb9
编写于
3月 28, 2014
作者:
A
asaha
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
22117b44
f5642067
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
21 addition
and
2 deletion
+21
-2
.hgtags
.hgtags
+13
-0
THIRD_PARTY_README
THIRD_PARTY_README
+2
-2
common/autoconf/jdk-options.m4
common/autoconf/jdk-options.m4
+6
-0
未找到文件。
.hgtags
浏览文件 @
7ab40cb9
...
...
@@ -260,4 +260,17 @@ cc868070f1959b849c8c3b867771fbdb07b9ba05 jdk8u20-b02
839546caab1285c7699a9c2aa1467f57c9ea7f30 jdk8-b130
0c38dfecab2ad9f9b5b5edf54b991602147cd040 jdk8-b131
2a8f4c022aa03e7916223f3291517dbcc38e07cd jdk8-b132
c41935d79b8744af8b7b56cd4d4ab781027fb22e jdk8u5-b01
6f3357d3dbf83c1ef0098bcb853e3aa3b26f4cb8 jdk8u5-b02
794b4365b6884e9a15f0840792539f5821814127 jdk8u5-b03
c200d6cb184056e44afe7102913004b717896aa3 jdk8u5-b04
eb537d7c31e069ac10de0901727515743f7535d2 jdk8u5-b05
75cdae18810a479cc3c0fe8eb9055d968ae31c63 jdk8u5-b06
b1585984f29320737ca0da5af029b1225a75c476 jdk8u5-b07
a445d4130af79027fd9d6675b1ad7a8990225749 jdk8u5-b08
e5403ff707fbd828e56bf390931f236028f9617b jdk8u5-b09
fae51c73a06d71304c9dbff22984ee501812b972 jdk8u5-b10
dd3bd272ceedbd69fabafc531b6b1e056659f733 jdk8u5-b11
3e05b6ae0a1e2bd7352462e9bf8e7262246fb77f jdk8u5-b12
d81e301cae70f1f95f4bb976ec053c915dee503a jdk8u5-b13
ae6a3aec6aa29509a0fd5f53709889b99b1e27da jdk8u20-b06
THIRD_PARTY_README
浏览文件 @
7ab40cb9
...
...
@@ -1399,13 +1399,13 @@ THE SOFTWARE.
-------------------------------------------------------------------------------
%% This notice is provided with respect to Little CMS 2.
4
, which may be
%% This notice is provided with respect to Little CMS 2.
5
, which may be
included with JRE 8, JDK 8, and OpenJDK 8.
--- begin of LICENSE ---
Little CMS
Copyright (c) 1998-201
0
Marti Maria Saguer
Copyright (c) 1998-201
1
Marti Maria Saguer
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
...
...
common/autoconf/jdk-options.m4
浏览文件 @
7ab40cb9
...
...
@@ -423,6 +423,12 @@ AC_DEFUN_ONCE([JDKOPT_SETUP_JDK_VERSION_NUMBERS],
AC_MSG_ERROR([Update version must have a value])
elif test "x$with_update_version" != x; then
JDK_UPDATE_VERSION="$with_update_version"
# On macosx 10.7, it's not possible to set --with-update-version=0X due
# to a bug in expr (which reduces it to just X). To work around this, we
# always add a 0 to one digit update versions.
if test "${#JDK_UPDATE_VERSION}" = "1"; then
JDK_UPDATE_VERSION="0${JDK_UPDATE_VERSION}"
fi
fi
AC_ARG_WITH(user-release-suffix, [AS_HELP_STRING([--with-user-release-suffix],
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录