X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=trunk%2FREADME.txt;h=5fb6e6ab97a44b7183dbce7f006d71a90360f3d6;hb=3ab766a2f95e4c270aff3a7c354d5802ecdaeee5;hp=5b52a77ed0f477f39f7d385914f2541724e84da9;hpb=792ca167700fc25e3544d1f4461d7fcb5e84f4e5;p=utils diff --git a/trunk/README.txt b/trunk/README.txt index 5b52a77e..5fb6e6ab 100644 --- a/trunk/README.txt +++ b/trunk/README.txt @@ -1,4 +1,35 @@ -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) +* test: Test support for JEE testing. In particular, junit testing with an inmemory or + external database and support for JPA testing with several JPA providers. + + +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 + +To be added to this project +=========================== +* utilities for CDI +* wicket 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.