001
014
015 package com.liferay.taglib;
016
017 import aQute.bnd.annotation.headers.ProvideCapability;
018
019
022 public class Capabilities {
023
024 @ProvideCapability(
025 name = "jsp.taglib", ns = "osgi.extender",
026 value = "uri=http:
027 version = "${@version}"
028 )
029 public class Alloy {
030 }
031
032 @ProvideCapability(
033 name = "jsp.taglib", ns = "osgi.extender",
034 value = "uri=http:
035 version = "${@version}"
036 )
037 public class AlloyUtil {
038 }
039
040 @ProvideCapability(
041 name = "jsp.taglib", ns = "osgi.extender",
042 value = "uri=http:
043 )
044 public class AUI {
045 }
046
047 @ProvideCapability(
048 name = "jsp.taglib", ns = "osgi.extender",
049 value = "uri=http:
050 )
051 public class LiferayAUI {
052 }
053
054 @ProvideCapability(
055 name = "jsp.taglib", ns = "osgi.extender",
056 value = "uri=http:
057 )
058 public class LiferayPortlet {
059 }
060
061 @ProvideCapability(
062 name = "jsp.taglib", ns = "osgi.extender",
063 value = "uri=http:
064 )
065 public class LiferayPortletExt {
066 }
067
068 @ProvideCapability(
069 name = "jsp.taglib", ns = "osgi.extender",
070 value = "uri=http:
071 )
072 public class LiferaySecurity {
073 }
074
075 @ProvideCapability(
076 name = "jsp.taglib", ns = "osgi.extender",
077 value = "uri=http:
078 )
079 public class LiferayTheme {
080 }
081
082 @ProvideCapability(
083 name = "jsp.taglib", ns = "osgi.extender",
084 value = "uri=http:
085 )
086 public class LiferayUI {
087 }
088
089 @ProvideCapability(
090 name = "jsp.taglib", ns = "osgi.extender",
091 value = "uri=http:
092 )
093 public class LiferayUtil {
094 }
095
096 @ProvideCapability(
097 name = "jsp.taglib", ns = "osgi.extender",
098 value = "uri=http:
099 )
100 public class Portlet {
101 }
102
103 }