commit | a4abd898238415c0e0d3bf19d7b2560711c7b44a | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Mon Feb 02 15:34:22 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Mon Feb 02 15:34:22 2009 -0800 |
tree | 3b43cfc4265c43b0c3010b0160fbd48b35450a77 |
executablewar 1.0 This is a simple support library to facilitate making a WAR file into something executable by "java -jar". Classes underneath of WEB-INF/lib are unpacked into temporary JAR files and put into the application ClassLoader, so they can be called from any main class the application might package into the same WAR. Signed-off-by: Shawn O. Pearce <sop@google.com>