From 42aa622551e45bcc9b814f5d7ca307ec6a377c9f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Mon, 17 Nov 2008 19:10:33 +0000 Subject: [PATCH] Added README and build target descriptions. --- README | 46 ++++++++++++++++++++++++++++++++++++++++++++++ build.xml | 21 +++++++++++++-------- 2 files changed, 59 insertions(+), 8 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..21933e8 --- /dev/null +++ b/README @@ -0,0 +1,46 @@ +Depot Persistence Library +------------------------- + +Depot is a relational persistence library for Java. It is an ORM library, but +has aims that are somewhat different from the popular "managed" persistence +libraries like Hibernate and others. + +Website +------- + +See the Depot website for documentation and other info: + + http://code.google.com/p/depot/ + +Building +-------- + +The library is built using ant. It can be found here: + + http://jakarta.apache.org/ant/ + +Next, ensure that the necessary third party jar files are copied to the lib/ +directory. See etc/libs-incl.xml for the list of those jar files. + +Finally invoke 'ant dist' to compile the code and generate a jar file. Invoke +'ant -p' to see information on other build targets. + +Depot also provides .classpath and .project files for Eclipse users which +require that you set an EXT_LIBS_DIR variable indicating the location of the +external jar dependencies. The Depot Eclipse project also depends on the +Eclipse project for the samskivert library. That library can be found at: + + http://code.google.com/p/samskivert/ + +License and Distribution +------------------------ + +Depot is released under the LGPL. This means you are free to use Depot on any +project, open source or proprietary, but that any modifications made to the +library must be made available to the maintainers. See COPYING for more +detailed information. + +The most recent version of the Depot source code is available at the website +listed above. + +$Id$ diff --git a/build.xml b/build.xml index c9cd48d..9d71e93 100644 --- a/build.xml +++ b/build.xml @@ -81,7 +81,7 @@ - + @@ -89,12 +89,13 @@ - + - + @@ -107,7 +108,8 @@ - + - + - + @@ -149,7 +152,8 @@ - + @@ -164,7 +168,8 @@ - +