~elteto1/gephi/lucene1

« back to all changes in this revision

Viewing changes to lucene-core/build.xml

  • Committer: Ernesto Aneiros
  • Date: 2011-04-04 19:27:33 UTC
  • Revision ID: eaneiros@gmail.com-20110404192733-f2xqup3o1qnt71cj
Lucene integration proof of concept

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
 
3
<!-- for some information on what you could do (e.g. targets to override). -->
 
4
<!-- If you delete this file and reopen the project it will be recreated. -->
 
5
<project name="org.apache.lucene" default="netbeans" basedir=".">
 
6
    <description>Builds, tests, and runs the project org.apache.lucene.</description>
 
7
    <import file="nbproject/build-impl.xml"/>
 
8
</project>