Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-RC3
-
Fix Version/s: 2.0 final
-
Component/s: Configuration
-
Labels:None
-
Environment:Grails 2.0.0.RC3
Description
Looks like RC3 puts all the default plugins (tomcat, jquery, resources, hibernate) in application.properties. So, plugins are listed in two locations in RC3 now when they should only be listed in BuildConfig.groovy, not application.properties
Here is a sample application.properties created by RC3:
#Grails Metadata file #Fri Dec 02 11:59:53 CST 2011 app.grails.version=2.0.0.RC3 app.name=sample app.servlet.version=2.5 app.version=0.1 plugins.hibernate=2.0.0.RC3 #should not be listed here plugins.jquery=1.7 #should not be listed here plugins.resources=1.1.3 #should not be listed here plugins.tomcat=2.0.0.RC3 #should not be listed here
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits