archetype-resources.bnd.bnd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.project.templates.simulation.panel.entry
Show all versions of com.liferay.project.templates.simulation.panel.entry
Creates a Liferay panel app module project that customizes Liferay Portal's Simulation Menu.
#set ($versionPolicy = '${replacestring;${range;[==,==]};.*,(.*)];$1}')
Bundle-Name: ${artifactId}
Bundle-SymbolicName: ${package}
Bundle-Version: ${version}
Provide-Capability:\
liferay.language.resources;\
resource.bundle.base.name="content.Language"
Web-ContextPath: /simulation-panel-app-${artifactId}
#if (${buildType} != "gradle")
-consumer-policy: ${versionPolicy}
#if (!${liferayVersion.startsWith("7.0")})-contract: JavaPortlet,JavaServlet
#end
-jsp: *.jsp,*.jspf,*.jspx
-metatype: *
-plugin.jsp: com.liferay.ant.bnd.jsp.JspAnalyzerPlugin
-plugin.metatype: com.liferay.ant.bnd.metatype.MetatypePlugin
-plugin.resourcebundle: com.liferay.ant.bnd.resource.bundle.ResourceBundleLoaderAnalyzerPlugin
-plugin.sass: com.liferay.ant.bnd.sass.SassAnalyzerPlugin
-provider-policy: ${versionPolicy}
-sass: *#end