[66] | 1 | Name=Nutch |
---|
| 2 | name=nutch |
---|
| 3 | version=1.0 |
---|
| 4 | final.name=${name}-${version} |
---|
| 5 | year=2006 |
---|
| 6 | |
---|
| 7 | basedir = ./ |
---|
| 8 | src.dir = ./src/java |
---|
| 9 | lib.dir = ./lib |
---|
| 10 | conf.dir = ./conf |
---|
| 11 | plugins.dir = ./src/plugin |
---|
| 12 | docs.dir = ./docs |
---|
| 13 | docs.src = ${basedir}/src/web |
---|
| 14 | xmlcatalog.dir = ${basedir}/src/xmlcatalog |
---|
| 15 | |
---|
| 16 | build.dir = ./build |
---|
| 17 | build.classes = ${build.dir}/classes |
---|
| 18 | build.webapps = ${build.dir}/webapps |
---|
| 19 | build.plugins = ${build.dir}/plugins |
---|
| 20 | build.docs = ${build.dir}/docs |
---|
| 21 | build.javadoc = ${build.docs}/api |
---|
| 22 | build.encoding = UTF-8 |
---|
| 23 | |
---|
| 24 | test.src.dir = ./src/test |
---|
| 25 | test.build.dir = ${build.dir}/test |
---|
| 26 | test.build.data = ${test.build.dir}/data |
---|
| 27 | test.build.classes = ${test.build.dir}/classes |
---|
| 28 | test.build.javadoc = ${test.build.dir}/docs/api |
---|
| 29 | |
---|
| 30 | javacc.home=/usr/java/javacc |
---|
| 31 | |
---|
| 32 | web.src.dir = ./src/web |
---|
| 33 | src.webapps = ./src/webapps |
---|
| 34 | |
---|
| 35 | # Proxy Host and Port to use for building JavaDoc |
---|
| 36 | javadoc.proxy.host=-J-DproxyHost= |
---|
| 37 | javadoc.proxy.port=-J-DproxyPort= |
---|
| 38 | javadoc.link.java=http://java.sun.com/j2se/1.4.2/docs/api/ |
---|
| 39 | javadoc.link.lucene=http://jakarta.apache.org/lucene/docs/api/ |
---|
| 40 | javadoc.link.hadoop=http://lucene.apache.org/hadoop/docs/api/ |
---|
| 41 | javadoc.packages=org.apache.nutch.* |
---|
| 42 | |
---|
| 43 | dist.dir=${build.dir}/${final.name} |
---|
| 44 | |
---|
| 45 | javac.debug=on |
---|
| 46 | javac.optimize=on |
---|
| 47 | javac.deprecation=off |
---|
| 48 | javac.version= 1.5 |
---|
| 49 | |
---|
| 50 | # |
---|
| 51 | # Plugins API |
---|
| 52 | # |
---|
| 53 | plugins.api=\ |
---|
| 54 | org.apache.nutch.protocol.http.api*:\ |
---|
| 55 | org.apache.nutch.urlfilter.api*:\ |
---|
| 56 | org.apache.nutch.parse.ms* |
---|
| 57 | |
---|
| 58 | # |
---|
| 59 | # Protocol Plugins |
---|
| 60 | # |
---|
| 61 | plugins.protocol=\ |
---|
| 62 | org.apache.nutch.protocol.file*:\ |
---|
| 63 | org.apache.nutch.protocol.ftp*:\ |
---|
| 64 | org.apache.nutch.protocol.http*:\ |
---|
| 65 | org.apache.nutch.protocol.httpclient* |
---|
| 66 | |
---|
| 67 | # |
---|
| 68 | # URL Filter Plugins |
---|
| 69 | # |
---|
| 70 | plugins.urlfilter=\ |
---|
| 71 | org.apache.nutch.urlfilter.automaton*:\ |
---|
| 72 | org.apache.nutch.urlfilter.prefix*:\ |
---|
| 73 | org.apache.nutch.urlfilter.regex* |
---|
| 74 | |
---|
| 75 | # |
---|
| 76 | # Scoring Plugins |
---|
| 77 | # |
---|
| 78 | plugins.scoring=\ |
---|
| 79 | org.apache.nutch.scoring.opic* |
---|
| 80 | |
---|
| 81 | # |
---|
| 82 | # Parse Plugins |
---|
| 83 | # |
---|
| 84 | plugins.parse=\ |
---|
| 85 | org.apache.nutch.parse.ext*:\ |
---|
| 86 | org.apache.nutch.parse.html*:\ |
---|
| 87 | org.apache.nutch.parse.js:\ |
---|
| 88 | org.apache.nutch.parse.mp3*:\ |
---|
| 89 | org.apache.nutch.parse.msexcel*:\ |
---|
| 90 | org.apache.nutch.parse.mspowerpoint*:\ |
---|
| 91 | org.apache.nutch.parse.msword*:\ |
---|
| 92 | org.apache.nutch.parse.oo*:\ |
---|
| 93 | org.apache.nutch.parse.pdf*:\ |
---|
| 94 | org.apache.nutch.parse.rtf*:\ |
---|
| 95 | org.apache.nutch.parse.rss*:\ |
---|
| 96 | org.apache.nutch.parse.swf*:\ |
---|
| 97 | org.apache.nutch.parse.text:\ |
---|
| 98 | org.apache.nutch.parse.zip |
---|
| 99 | |
---|
| 100 | # |
---|
| 101 | # Analysis Plugins |
---|
| 102 | # |
---|
| 103 | plugins.analysis=\ |
---|
| 104 | # ${plugin.analysis-de}:\ |
---|
| 105 | # ${plugin.analysis-fr} |
---|
| 106 | |
---|
| 107 | # |
---|
| 108 | # Indexing Filter Plugins |
---|
| 109 | # |
---|
| 110 | plugins.index=\ |
---|
| 111 | org.apache.nutch.indexer.basic*:\ |
---|
| 112 | org.apache.nutch.indexer.more* |
---|
| 113 | |
---|
| 114 | # |
---|
| 115 | # Query Filter Plugins |
---|
| 116 | # |
---|
| 117 | plugins.query=\ |
---|
| 118 | org.apache.nutch.searcher.basic*:\ |
---|
| 119 | org.apache.nutch.searcher.more*:\ |
---|
| 120 | org.apache.nutch.searcher.site*:\ |
---|
| 121 | org.apache.nutch.searcher.url* |
---|
| 122 | |
---|
| 123 | # |
---|
| 124 | # Ontology Plugins |
---|
| 125 | # |
---|
| 126 | plugins.ontology=\ |
---|
| 127 | org.apache.nutch.ontology.jena* |
---|
| 128 | |
---|
| 129 | # |
---|
| 130 | # Online Clusterer Plugins |
---|
| 131 | # |
---|
| 132 | plugins.clustering=\ |
---|
| 133 | org.apache.nutch.clustering.carrot2* |
---|
| 134 | |
---|
| 135 | # |
---|
| 136 | # Summary Plugins |
---|
| 137 | # |
---|
| 138 | plugins.summary=\ |
---|
| 139 | org.apache.nutch.summary.basic*:\ |
---|
| 140 | org.apache.nutch.summary.lucene* |
---|
| 141 | |
---|
| 142 | # |
---|
| 143 | # Misc. Plugins |
---|
| 144 | # |
---|
| 145 | # (gathers plugins that cannot be dispatched |
---|
| 146 | # in any category, mainly because they contains |
---|
| 147 | # many extension points) |
---|
| 148 | # |
---|
| 149 | plugins.misc=\ |
---|
| 150 | org.apache.nutch.analysis.lang*:\ |
---|
| 151 | org.apache.nutch.microformats.reltag*:\ |
---|
| 152 | org.creativecommons.nutch* |
---|