diff --git a/README.md b/README.md index eaaeb6d8..b6c1163c 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,14 @@ Building it ----------- Kestrel requires java 6 (for JMX support) and ant 1.7. If you see an error -about missing JMX classes, it usually means you're building with java 5. On a mac, you may have to hard-code an -annoying `JAVA_HOME` to use java 6: +about missing JMX classes, it usually means you're building with java 5. On a +mac, you may have to hard-code an annoying `JAVA_HOME` to use java 6: $ export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home Building from source is easy: - $ ant + $ sbt clean update package-dist Scala libraries and dependencies will be downloaded from maven repositories the first time you do a build. The finished distribution will be in `dist`. diff --git a/ant/bootstrap.xml b/ant/bootstrap.xml deleted file mode 100644 index cd603293..00000000 --- a/ant/bootstrap.xml +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ant/clean.xml b/ant/clean.xml deleted file mode 100644 index b3a9f337..00000000 --- a/ant/clean.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - diff --git a/ant/compile.xml b/ant/compile.xml deleted file mode 100644 index a5480680..00000000 --- a/ant/compile.xml +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ant/docs.xml b/ant/docs.xml deleted file mode 100644 index e974f2e3..00000000 --- a/ant/docs.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ant/package.xml b/ant/package.xml deleted file mode 100644 index aa2f4b53..00000000 --- a/ant/package.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ant/prepare.xml b/ant/prepare.xml deleted file mode 100644 index 350d5631..00000000 --- a/ant/prepare.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ant/test.xml b/ant/test.xml deleted file mode 100644 index 0aa8ee7a..00000000 --- a/ant/test.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build.xml b/build.xml deleted file mode 100644 index 563c9ebc..00000000 --- a/build.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - Kestrel: simple queue server. - - -