diff --git a/sandbox/contributions/indyo/build.xml b/sandbox/contributions/indyo/build.xml new file mode 100644 index 00000000000..7cb4cc8bb67 --- /dev/null +++ b/sandbox/contributions/indyo/build.xml @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/sandbox/contributions/indyo/default.properties b/sandbox/contributions/indyo/default.properties new file mode 100644 index 00000000000..a623f04cb5c --- /dev/null +++ b/sandbox/contributions/indyo/default.properties @@ -0,0 +1,43 @@ +# ------------------------------------------------------------- +# D E F A U L T I N D Y O B U I L D P R O P E R T I E S +# ------------------------------------------------------------- +# +# DO NOT EDIT THIS FILE IN ORDER TO CUSTOMIZE BUILD PROPERTIES. +# CREATE AND EDIT build.properties FILE INSTEAD. +# +name=indyo +Name=Indyo +version=0.1-dev +year=2000-2002 +final.name=${name}-${version} +debug=off + +project.name = site +docs.src = ./xdocs +docs.dest = ./docs + +src.dir = ./src/java +demo.src = ./src/demo +demo.jsp = ./src/jsp +docs.dir = ./docs +lib.dir = ./lib +dist.dir=${final.name} +dist-src.dir = ${final.name}-src + +# javadoc packages +packages=com.relevanz.indyo.* + +# javadoc link +javadoc.link=http://java.sun.com/j2se/1.3/docs/api/ + +build.compiler.pedantic=false + +build.dir = ./bin +build.classes = ${build.dir}/classes +build.lib = ${build.dir}/lib +build.javadocs = ${build.dir}/docs/api +build.src = ${build.dir}/src +build.encoding = ISO-8859-1 + +# Home directory of jakarta-site2 +jakarta.site2.home = ../jakarta-site2