# 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://target-x.de/about.html # The droid you want to use droids.name=hello # the regular expression file we want to use droids.filter.regex=classpath:/regex-urlfilter.txt # the root output dir for saving a crawl droids.handler.save.dir=${droids.home}/export/ droids.handler.save.includeHost=true # protocol handling droids.protocol.http.force=false #Delay between request. droids.delay.request=500 # Threading droids.maxThreads=5 # queue # value of -1 means no limitation droids.queue.maxDepth=1 droids.queue.maxSize=5 # spring configuration droids.spring.context=classpath:/org/apache/droids/droids-core-context.xml loglevel=WARN # Max memory to allocate to Java droids.maxmemory=64m # ivy repository ivy.repository.dir=${droids.home}/tools/ivy organisation=org.apache.droids Name=Droids name=core version=initial final.name=apache-${name}-${version} revision=-r${build.current.revision} year=2008 svnversion.exe=svnversion src.dir = src/java lib.dir = lib docs.dir = docs xmlcatalog.dir = ${droids.home}/src/xmlcatalog build.dir = build build.classes = ${build.dir}/classes build.docs = ${build.dir}/docs build.javadoc = ${build.docs}/api build.encoding = UTF-8 test.src.dir = src/test/java 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 testing.filter=testing.properties javacc.home=/usr/java/javacc dist.dir=${build.dir}/${final.name} javac.debug=on javac.optimize=on javac.deprecation=off javac.version= 1.5 # 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.packages=org.apache.droids.*