提交 eb7f8a88 编写于 作者: J jjg

8012658: Change default langtools source level to 7

Reviewed-by: darcy
上级 057a4a2f
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
</folders> </folders>
<ide-actions> <ide-actions>
<!-- <!--
Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
...@@ -239,10 +239,6 @@ ...@@ -239,10 +239,6 @@
<label>Build files</label> <label>Build files</label>
<location>${root}/make</location> <location>${root}/make</location>
</source-folder> </source-folder>
<source-folder style="packages">
<label>Source files</label>
<location>${root}/src/share/classes</location>
</source-folder>
<source-file> <source-file>
<label>README</label> <label>README</label>
<location>README</location> <location>README</location>
...@@ -250,7 +246,7 @@ ...@@ -250,7 +246,7 @@
</items> </items>
<context-menu> <context-menu>
<!-- <!--
Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved. Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
...@@ -305,11 +301,11 @@ ...@@ -305,11 +301,11 @@
</view> </view>
<subprojects/> <subprojects/>
</general-data> </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> <compilation-unit>
<package-root>${root}/src/share/classes</package-root> <package-root>${root}/src/share/classes</package-root>
<built-to>${root}/build/classes</built-to> <built-to>${root}/build/classes</built-to>
<source-level>1.5</source-level> <source-level>1.7</source-level>
</compilation-unit> </compilation-unit>
</java-data> </java-data>
</configuration> </configuration>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册