Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_langtools
提交
eb7f8a88
D
dragonwell8_langtools
项目概览
openanolis
/
dragonwell8_langtools
通知
0
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_langtools
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
eb7f8a88
编写于
4月 18, 2013
作者:
J
jjg
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8012658: Change default langtools source level to 7
Reviewed-by: darcy
上级
057a4a2f
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
11 addition
and
15 deletion
+11
-15
make/netbeans/langtools/nbproject/project.xml
make/netbeans/langtools/nbproject/project.xml
+11
-15
未找到文件。
make/netbeans/langtools/nbproject/project.xml
浏览文件 @
eb7f8a88
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2007, 20
09
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2007, 20
13
, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
...
...
@@ -67,7 +67,7 @@
</folders>
<ide-actions>
<!--
Copyright (c) 2007, 20
09
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2007, 20
13
, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
...
...
@@ -96,7 +96,7 @@
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<!--
<!--
This file defines the standard actions accepted by langtools projects.
It is normally included as an entity into a project's project.xml file.
...
...
@@ -104,7 +104,7 @@
- NetBeans: Setting Up Projects
at http://www.netbeans.org/kb/55/using-netbeans/project_setup.html
- NetBeans: Advanced Freeform Project Configuration
at http://www.netbeans.org/kb/41/freeform-config.html
at http://www.netbeans.org/kb/41/freeform-config.html
-->
<action
name=
"build"
>
<target>
build
</target>
...
...
@@ -144,7 +144,7 @@
</arity>
</context>
</action>
<!--
<!--
Note: NetBeans does not appear to support context menu items
on shell scripts :-(
-->
...
...
@@ -178,7 +178,7 @@
</arity>
</context>
</action>
<!--
<!--
Note: NetBeans does not appear to support context menu items
on shell scripts :-(
-->
...
...
@@ -239,10 +239,6 @@
<label>
Build files
</label>
<location>
${root}/make
</location>
</source-folder>
<source-folder
style=
"packages"
>
<label>
Source files
</label>
<location>
${root}/src/share/classes
</location>
</source-folder>
<source-file>
<label>
README
</label>
<location>
README
</location>
...
...
@@ -250,7 +246,7 @@
</items>
<context-menu>
<!--
Copyright (c) 2007, 20
09
, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2007, 20
13
, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
...
...
@@ -279,7 +275,7 @@
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<!--
<!--
This file defines the actions that will appear on the project's context
menu, in the Projects viewer.
It is normally included as an entity into a project's project.xml file.
...
...
@@ -288,7 +284,7 @@
- NetBeans: Setting Up Projects
at http://www.netbeans.org/kb/55/using-netbeans/project_setup.html
- NetBeans: Advanced Freeform Project Configuration
at http://www.netbeans.org/kb/41/freeform-config.html
at http://www.netbeans.org/kb/41/freeform-config.html
-->
<ide-action
name=
"select-tool"
/>
<separator/>
...
...
@@ -305,11 +301,11 @@
</view>
<subprojects/>
</general-data>
<java-data
xmlns=
"http://www.netbeans.org/ns/freeform-project-java/
2
"
>
<java-data
xmlns=
"http://www.netbeans.org/ns/freeform-project-java/
3
"
>
<compilation-unit>
<package-root>
${root}/src/share/classes
</package-root>
<built-to>
${root}/build/classes
</built-to>
<source-level>
1.
5
</source-level>
<source-level>
1.
7
</source-level>
</compilation-unit>
</java-data>
</configuration>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录