# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Properties controlling the build process # NOTE: Don't modify this file directly but make a copy named # 'build.properties' and modify that. # The build system will override the properties defined below with the ones in the # 'build.properties' file. # The initial url to crawl (is likely the only property you do not want from default) droids.initial.url=http://localhost:8888/ # The droid you want to use droids.name=crawler-x-m02y07 # Max memory to allocate to Java droids.maxmemory=64m # ivy repository ivy.repository.dir=tools/ivy Name=Droids name=droids version=initial final.name=${name}-${version} year=2007 basedir = ./ src.dir = ./src/java lib.dir = ./lib conf.dir = ./conf plugins.dir = ./src/plugins docs.dir = ./docs docs.src = ${basedir}/src/web xmlcatalog.dir = ${basedir}/src/xmlcatalog build.dir = ./build build.classes = ${build.dir}/classes build.webapps = ${build.dir}/webapps build.plugins = ${build.dir}/plugins build.docs = ${build.dir}/docs build.javadoc = ${build.docs}/api build.encoding = UTF-8 test.src.dir = ./src/test test.build.dir = ${build.dir}/test test.build.data = ${test.build.dir}/data test.build.classes = ${test.build.dir}/classes test.build.javadoc = ${test.build.dir}/docs/api javacc.home=/usr/java/javacc web.src.dir = ./src/web src.webapps = ./src/webapps # Proxy Host and Port to use for building JavaDoc javadoc.proxy.host=-J-DproxyHost= javadoc.proxy.port=-J-DproxyPort= javadoc.link.java=http://java.sun.com/j2se/1.4.2/docs/api/ javadoc.link.lucene=http://jakarta.apache.org/lucene/docs/api/ javadoc.link.hadoop=http://lucene.apache.org/hadoop/docs/api/ javadoc.packages=org.apache.droids.* dist.dir=${build.dir}/${final.name} javac.debug=on javac.optimize=on javac.deprecation=off javac.version= 1.5 # # Plugins API # plugins.api=org.apache.droids.protocol.http.api* # # Protocol Plugins # plugins.protocol=org.apache.droids.protocol.http* # # URL Filter Plugins # plugins.urlfilter=org.apache.droids.urlfilter.regex* # # Parse Plugins # plugins.parse=org.apache.droids.parse.html* # # Handle Plugins # plugins.parse=org.apache.droids.handle*