diff options
| author | Marc Schwieterman | 2010-12-16 21:09:33 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-12-16 20:04:11 -0800 |
| commit | 8834e4e6087da1c79dc3f103e235566ac18e10eb (patch) | |
| tree | dd04d0faa0b6e2a70bedd16f6823cfd4bce27ec8 /Library | |
| parent | 6aaa2e34f9c992d67d394d71ead3d1149550f204 (diff) | |
| download | homebrew-8834e4e6087da1c79dc3f103e235566ac18e10eb.tar.bz2 | |
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>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/spring-roo.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/spring-roo.rb b/Library/Formula/spring-roo.rb index 0ac919bbd..9cf46c4c5 100644 --- a/Library/Formula/spring-roo.rb +++ b/Library/Formula/spring-roo.rb @@ -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 |
