diff --git a/build.xml b/build.xml index 24ebc18c1dc..8cb28404cf0 100644 --- a/build.xml +++ b/build.xml @@ -193,32 +193,29 @@ - - + + - - - - - - - - - - - - - + + + + + + + - - - + + diff --git a/dev-tools/netbeans/nb-project.xsl b/dev-tools/netbeans/nb-project.xsl index a61c733b44d..69b19447d23 100644 --- a/dev-tools/netbeans/nb-project.xsl +++ b/dev-tools/netbeans/nb-project.xsl @@ -18,263 +18,148 @@ - - - - + xmlns:common="http://exslt.org/common" + extension-element-prefixes="str common"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + : + + + + - - - - org.netbeans.modules.ant.freeform - - - lucene - - - - - - - - - - - - - - - - java - - - - - - - - - - - - - - - - - - - java - - - - - - - - - - - - - - - - - - - - - - - - - - - compile - - - clean - - - documentation - - - test - - - clean - compile - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - build.xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - : - - - : - - - - - - : - - - - nb-build/classes - 1.7 - - - - - - - - - - - - - - - - - - - - - - - - - : - - - : - - - - - - : - - - - nb-build/test-classes - 1.7 - - - - - + + + org.netbeans.modules.ant.freeform + + + lucene + + + + + + + java + + + + + + + + + + compile + + + clean + + + documentation + + + test + + + clean + compile + + + + + + + + + packages + tree + + + + + + + + + + + build.xml + + + + + + + + + + + + + + + + + + + + + nb-build/classes + + + + + + + + + + + + + nb-build/test-classes + + + + + + + + diff --git a/dev-tools/netbeans/nbproject/project.properties b/dev-tools/netbeans/nbproject/project.properties new file mode 100644 index 00000000000..db66f9dda6c --- /dev/null +++ b/dev-tools/netbeans/nbproject/project.properties @@ -0,0 +1,9 @@ +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.expand-tabs=true +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.indent-shift-width=2 +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.spaces-per-tab=2 +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.tab-size=2 +auxiliary.org-netbeans-modules-editor-indent.CodeStyle.project.text-limit-width=80 +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.continuationIndentSize=4 +auxiliary.org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.spaceAfterTypeCast=false diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 681246b3309..14472cde63b 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -97,7 +97,7 @@ Build (Steve Rowe) * LUCENE-5360: Add support for developing in Netbeans IDE. - (Michal Hlavac via Steve Rowe) + (Michal Hlavac, Uwe Schindler, Steve Rowe) Bug fixes