From 601a15c00f368c0c38611fe6322a9f6483ea2c15 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sun, 16 Nov 2008 06:49:09 +0000 Subject: [PATCH] Added snapshot target. --- build.xml | 30 ++++++++++++++++++++++-------- lib/SNAPSHOT_README | 12 ++++++++++++ 2 files changed, 34 insertions(+), 8 deletions(-) create mode 100644 lib/SNAPSHOT_README diff --git a/build.xml b/build.xml index 777b400..096cc54 100644 --- a/build.xml +++ b/build.xml @@ -1,19 +1,19 @@ - - + + - + - + @@ -30,7 +30,7 @@ - + @@ -106,7 +106,7 @@ - @@ -146,13 +146,27 @@ - + - + + + + + + + + + + + + + + + diff --git a/lib/SNAPSHOT_README b/lib/SNAPSHOT_README new file mode 100644 index 0000000..60a5740 --- /dev/null +++ b/lib/SNAPSHOT_README @@ -0,0 +1,12 @@ +Depot Snapshot +-------------- + +This snapshot contains a pre-built version of the Depot Java persistence +library along with its runtime and build-time dependencies. Go here for more +information on those dependencies and on integrating Depot into your project: + +http://code.google.com/p/depot/wiki/Configuration + +You may also wish to visit the main Depot project page: + +http://code.google.com/p/depot/