spring-roo: update to use 1.1.0 directory layout

The lib directory that previous versions of the forumla moved to a lib/java
subdirectory has been removed, and annotations, bundle and conf directories
have been added.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Marc Schwieterman 2010-12-16 21:09:33 -05:00 committed by Adam Vandenberg
parent d015b4b8f1
commit 0ba6f37bc5

View file

@ -7,10 +7,7 @@ class SpringRoo <Formula
md5 '691247051da50df9b8dbd6b91ccd11a7'
def install
inreplace 'bin/roo.sh', '$ROO_HOME/lib', '$ROO_HOME/java/lib'
rm_f Dir["bin/*.bat"]
prefix.install %w[bin dist docs legal]
(prefix+'java').install 'lib'
prefix.install %w[annotations bin bundle conf docs legal]
end
end