source:
trunk/grails-app/conf/BuildConfig.groovy
@
44
Last change on this file since 44 was 44, checked in by duh, 11 years ago | |
---|---|
File size: 421 bytes |
Line | |
---|---|
1 | /** |
2 | * Project build configuration |
3 | * @Author Jeroen Wesbeek |
4 | * @Since 20091027 |
5 | * @Description |
6 | * |
7 | * Specific build configuration for the GSCF application |
8 | * |
9 | * Revision information: |
10 | * $Rev$ |
11 | * $Author$ |
12 | * $Date$ |
13 | */ |
14 | |
15 | /** |
16 | * add the nimble repository |
17 | * @see http://sites.google.com/site/nimbledoc/nimble-installation |
18 | */ |
19 | //grails.plugin.repos.discovery.intient = "http://intient.com/downloads/grails/" |
20 | return true; |
Note: See TracBrowser
for help on using the repository browser.