# HG changeset patch # User jlahoda # Date 1398339141 -7200 # Node ID 7a609dde1d05a7c849d26066e7f4383aa5ec5ca2 # Parent e6d5236551d23ba623c84d8c436e03bbe50f0ec6 8041695: Update the NetBeans build script and metadata Summary: Various improvements to the NetBeans project for langtools, adding formatting/import setting for langtools. Reviewed-by: ksrini diff -r e6d5236551d2 -r 7a609dde1d05 langtools/make/netbeans/langtools/build.xml --- a/langtools/make/netbeans/langtools/build.xml Wed Apr 23 11:28:09 2014 +0200 +++ b/langtools/make/netbeans/langtools/build.xml Thu Apr 24 13:32:21 2014 +0200 @@ -1,6 +1,6 @@ diff -r e6d5236551d2 -r 7a609dde1d05 langtools/make/netbeans/langtools/nbproject/project.properties --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/langtools/make/netbeans/langtools/nbproject/project.properties Thu Apr 24 13:32:21 2014 +0200 @@ -0,0 +1,10 @@ +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs=true +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=4 +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=4 +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=8 +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=100 +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-line-wrap=none +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.usedProfile=project +auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.importGroupsOrder=java;javax;*;static java;static javax;static * +auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.importInnerClasses=true +auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.separateStaticImports=true diff -r e6d5236551d2 -r 7a609dde1d05 langtools/make/netbeans/langtools/nbproject/project.xml --- a/langtools/make/netbeans/langtools/nbproject/project.xml Wed Apr 23 11:28:09 2014 +0200 +++ b/langtools/make/netbeans/langtools/nbproject/project.xml Thu Apr 24 13:32:21 2014 +0200 @@ -1,6 +1,6 @@ - - - - - - - - - - - - - - - - - - - - - - diff -r e6d5236551d2 -r 7a609dde1d05 langtools/make/netbeans/langtools/nbproject/standard-ide-actions.ent --- a/langtools/make/netbeans/langtools/nbproject/standard-ide-actions.ent Wed Apr 23 11:28:09 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,173 +0,0 @@ - - - - - - - build - - - - clean - - - - clean - build - - - - compile-single - ${root}/src/share/classes - - includes - ${root}/src/share/classes - \.java$ - relative-path - - , - - - - - - run - - - - run-single - - run.classname - ${root}/src/share/classes - \.java$ - java-name - - - - - - - - - - jtreg - - jtreg.tests - ${root}/test - \.(java|sh)$ - relative-path - - , - - - - - - jtreg - - - - debug - - - - debug-single - - debug.classname - ${root}/src/share/classes - \.java$ - java-name - - - - - - - - - - debug-jtreg - - jtreg.tests - ${root}/test - \.(java|sh)$ - relative-path - - - - - - - - debug-fix - ${root}/src/share/classes - - class - ${root}/src/share/classes - \.java$ - relative-path-noext - - - - - - - - javadoc - - - - select-tool - - - - test-select-tool-1 - - - - test-select-tool-2 -