X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=README.txt;h=8a53927cb83de4382c6eec12f7a00c13d6820b8f;hb=c2d6023759c1c13fc5371f4c85f334bab3d3a676;hp=5b52a77ed0f477f39f7d385914f2541724e84da9;hpb=77fec598d40b74062a961a90741bac27cc971954;p=utils diff --git a/README.txt b/README.txt index 5b52a77e..8a53927c 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,26 @@ -Quickstart: Type 'ant dist-lite' to build everything and download dependencies. +Support utilities for enterprise development +============================================ + +* support: Base (non-Java EE) support +* system: The parts of an IOC framwork. +* hibernate-jpa: Hibernate JPA dependencies +* security: Security support utlities (user management and authorization) + +To be removed from this project (currently skipped from the release) +* socketproxy: An old socketproxy. To be removed from the utilities +* mythtv: An application for exposing mythtv recordings in a useful directory structure + This will be removed from the utilities + + +Building +======== + +You need maven2 and java 6 + +Releasing +========= + +Trigger release settings by building with -Dwamblee.release=true +This will skip some projects that are not to be released. -You must use a java 5 compiler, jdk 1.4.* or earlier will not work.