
|
If you were logged in you would be able to see more operations.
|
|
|
Grails
Created: 05/Mar/07 12:24 PM
Updated: 10/Mar/07 04:12 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
0.4.2
|
| Fix Version/s: |
0.5-RC1
|
|
|
Index: C:/cygwin/local/sources/grails/scripts/Init.groovy
===================================================================
— C:/cygwin/local/sources/grails/scripts/Init.groovy (revision 3340)
+++ C:/cygwin/local/sources/grails/scripts/Init.groovy (working copy)
@@ -280,7 +280,8 @@
pathelement(location:"${basedir}/grails-tests")
pathelement(location:"${basedir}/web-app")
pathelement(location:"${basedir}/web-app/WEB-INF")
- pathelement(location:"${basedir}/web-app/WEB-INF/classes")
+ pathelement(location:"${basedir}/web-app/WEB-INF/classes")
+ fileset(dir:"${basedir}/web-app/WEB-INF/lib")
fileset(dir:"${grailsHome}/lib")
fileset(dir:"${grailsHome}/dist")
fileset(dir:"lib")
|
|
Description
|
Index: C:/cygwin/local/sources/grails/scripts/Init.groovy
===================================================================
— C:/cygwin/local/sources/grails/scripts/Init.groovy (revision 3340)
+++ C:/cygwin/local/sources/grails/scripts/Init.groovy (working copy)
@@ -280,7 +280,8 @@
pathelement(location:"${basedir}/grails-tests")
pathelement(location:"${basedir}/web-app")
pathelement(location:"${basedir}/web-app/WEB-INF")
- pathelement(location:"${basedir}/web-app/WEB-INF/classes")
+ pathelement(location:"${basedir}/web-app/WEB-INF/classes")
+ fileset(dir:"${basedir}/web-app/WEB-INF/lib")
fileset(dir:"${grailsHome}/lib")
fileset(dir:"${grailsHome}/dist")
fileset(dir:"lib") |
Show » |
| There are no comments yet on this issue.
|
|