All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.bnd.bnd Maven / Gradle / Ivy

Go to download

Creates a Liferay panel app module project that customizes Liferay Portal's Simulation Menu.

There is a newer version: 1.0.192
Show newest version
#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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy