Index: .
===================================================================
--- . (revision 1549709)
+++ . (working copy)
Property changes on: .
___________________________________________________________________
Modified: svn:ignore
## -15,3 +15,5 ##
idea-build
maven-build
heapdumps
+nbproject
+nb-build
Index: .gitignore
===================================================================
--- .gitignore (revision 1549709)
+++ .gitignore (working copy)
@@ -23,6 +23,8 @@
/bin
/bin.*
/pom.xml
+/nbproject
+/nb-build
# ./lucene
Index: build.xml
===================================================================
--- build.xml (revision 1549709)
+++ build.xml (working copy)
@@ -191,6 +191,42 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Index: dev-tools/netbeans/nb-project.xsl
===================================================================
--- dev-tools/netbeans/nb-project.xsl (revision 0)
+++ dev-tools/netbeans/nb-project.xsl (working copy)
@@ -0,0 +1,280 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 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
+
+
+
+
+
+
Property changes on: dev-tools/netbeans/nb-project.xsl
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property