Changeset 905
- Timestamp:
- Apr 27, 2011, 5:59:40 PM (14 years ago)
- Location:
- branches/features/grailsUpgrade
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/grailsUpgrade/application.properties
r903 r905 6 6 app.vcsRevision=$Rev$ 7 7 app.version= 8 plugins.acegi=0.5.39 8 plugins.class-diagram=0.5.2 10 plugins.export=0.711 plugins.filterpane=0.712 plugins.help-balloons=1.413 9 plugins.hibernate=1.3.7 14 plugins.navigation=1.1.115 plugins.quartz=0.4.216 plugins.richui=0.817 plugins.searchable=0.6-SNAPSHOT18 10 plugins.tomcat=1.3.7 -
branches/features/grailsUpgrade/grails-app/conf/BuildConfig.groovy
r904 r905 58 58 59 59 plugins { 60 test ":geb:0.6-SNAPSHOT" 61 test ":spock:0.5-groovy-1.7" 62 runtime( ':jasper:1.1.3' ) { 60 runtime ':acegi:0.5.3' 61 runtime ':export:0.7' 62 runtime ':filterpane:0.7' 63 runtime ':help-balloons:1.4' 64 runtime(':jasper:1.1.3') { 63 65 transitive = false 64 66 } 67 runtime ':navigation:1.1.1' 68 runtime ':quartz:0.4.2' 69 runtime ':richui:0.8' 70 runtime ':searchable:0.6-SNAPSHOT' 71 72 test ':geb:0.6-SNAPSHOT' 73 test ':spock:0.5-groovy-1.7' 65 74 } 66 75 … … 81 90 } 82 91 92 // Origin unknown, still required? 83 93 runtime('org.apache.ant:ant:1.7.1') 84 94 runtime('org.apache.ant:ant-launcher:1.7.1') 85 95 86 test( "org.seleniumhq.selenium:selenium-htmlunit-driver:latest.release") {96 test('org.seleniumhq.selenium:selenium-htmlunit-driver:latest.release') { 87 97 excludes 'xml-apis' 88 98 }
Note: See TracChangeset
for help on using the changeset viewer.