You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grails-core/src/main/groovy/org/codehaus/groovy/grails/plugins/publishing/PluginDescriptorGenerator.groovy
+12-31Lines changed: 12 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -82,36 +82,6 @@ class PluginDescriptorGenerator {
82
82
generatePluginXml(pluginProps, xml)
83
83
}
84
84
85
-
/* the pluginExcludes are Ant matched from the base of the application, but since the
86
-
pluginProps is not necessarily a class and we don't actually know where it is, we need
87
-
to go through the resources figuring out what the common resource base is. We are going to assume
Copy file name to clipboardExpand all lines: grails-core/src/test/groovy/org/codehaus/groovy/grails/plugins/publishing/PluginDescriptorGeneratorSpec.groovy
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ class PluginDescriptorGeneratorSpec extends Specification {
0 commit comments