Skip to content

Commit

Permalink
[gradle] add ResourceBundleLoaderAnalyzerPlugin to other bundles with r
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerson committed Mar 10, 2016
1 parent a3ca0ea commit 28fd3a4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion gradle/blade.configurationaction/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Bundle-Version: 1.0.0
-jsp: *.jsp,*.jspf
-plugin.bundle: com.liferay.ant.bnd.resource.bundle.ResourceBundleLoaderAnalyzerPlugin
-plugin.jsp: com.liferay.ant.bnd.jsp.JspAnalyzerPlugin
-sources: true
-sources: true
3 changes: 2 additions & 1 deletion gradle/blade.pollprocessor/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Bundle-Version: 1.0.0
-jsp: *.jsp,*.jspf
-plugin.bundle: com.liferay.ant.bnd.resource.bundle.ResourceBundleLoaderAnalyzerPlugin
-plugin.jsp: com.liferay.ant.bnd.jsp.JspAnalyzerPlugin
-sources: true
-sources: true
3 changes: 2 additions & 1 deletion gradle/blade.portlet.jsp/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Bundle-Version: 1.0.0
-jsp: *.jsp,*.jspf
-plugin.bundle: com.liferay.ant.bnd.resource.bundle.ResourceBundleLoaderAnalyzerPlugin
-plugin.jsp: com.liferay.ant.bnd.jsp.JspAnalyzerPlugin
-sources: true
-sources: true
3 changes: 2 additions & 1 deletion gradle/blade.servicebuilder.web/bnd.bnd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Bundle-Version: 1.0.0
-jsp: *.jsp,*.jspf
-plugin.bundle: com.liferay.ant.bnd.resource.bundle.ResourceBundleLoaderAnalyzerPlugin
-plugin.jsp: com.liferay.ant.bnd.jsp.JspAnalyzerPlugin
-sources: true
-sources: true
2 changes: 1 addition & 1 deletion gradle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}
dependencies {
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:3.1.0'
classpath 'com.liferay:com.liferay.ant.bnd:2.0.9'
classpath 'com.liferay:com.liferay.ant.bnd:2.0.13'
}
}

Expand Down

0 comments on commit 28fd3a4

Please sign in to comment.