commit | d22280a90d6d31a50479442b122eee4548b633a9 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed Feb 04 09:49:02 2009 -0800 |
committer | Shawn O. Pearce <sop@google.com> | Wed Feb 04 09:49:02 2009 -0800 |
tree | f7a1ebb138493ca3f5fc3cdecc764675bb4704a4 | |
parent | 3c66a42023c2de10e007fc6a74d95836dbcd80d4 [diff] |
Fix to_jetty.sh to account for the WAR not having a script header An early prototype had the WAR file containing a shell script header, so the WAR was executable on POSIX systems as though it were a command. This didn't work with Jetty, as the script header confused Jetty's WAR file unpack logic, so I removed it before submitting the code. Unfortunately this script wasn't fixed to match prior to submission. Signed-off-by: Shawn O. Pearce <sop@google.com>