Skip to content

Commit

Permalink
LPS-57199 Remove old tag dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kocsis authored and brianchandotcom committed Jul 31, 2015
1 parent d3e1e1a commit d0e6385
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions portal-web/docroot/WEB-INF/web.xml
Expand Up @@ -838,10 +838,6 @@
<taglib-uri>http://liferay.com/tld/security</taglib-uri>
<taglib-location>/WEB-INF/tld/liferay-security.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>http://liferay.com/tld/staging</taglib-uri>
<taglib-location>/WEB-INF/tld/liferay-staging.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>http://liferay.com/tld/theme</taglib-uri>
<taglib-location>/WEB-INF/tld/liferay-theme.tld</taglib-location>
Expand Down
12 changes: 0 additions & 12 deletions portal-web/docroot/html/common/init.jsp
Expand Up @@ -23,7 +23,6 @@
<%@ taglib uri="http://liferay.com/tld/aui" prefix="aui" %><%@
taglib uri="http://liferay.com/tld/portlet" prefix="liferay-portlet" %><%@
taglib uri="http://liferay.com/tld/security" prefix="liferay-security" %><%@
taglib uri="http://liferay.com/tld/staging" prefix="liferay-staging" %><%@
taglib uri="http://liferay.com/tld/theme" prefix="liferay-theme" %><%@
taglib uri="http://liferay.com/tld/ui" prefix="liferay-ui" %><%@
taglib uri="http://liferay.com/tld/util" prefix="liferay-util" %>
Expand Down Expand Up @@ -112,7 +111,6 @@ page import="com.liferay.portal.kernel.util.CharPool" %><%@
page import="com.liferay.portal.kernel.util.Constants" %><%@
page import="com.liferay.portal.kernel.util.ContentTypes" %><%@
page import="com.liferay.portal.kernel.util.CookieKeys" %><%@
page import="com.liferay.portal.kernel.util.DateRange" %><%@
page import="com.liferay.portal.kernel.util.DateUtil" %><%@
page import="com.liferay.portal.kernel.util.FastDateFormatFactoryUtil" %><%@
page import="com.liferay.portal.kernel.util.GetterUtil" %><%@
Expand Down Expand Up @@ -242,17 +240,7 @@ page import="com.liferay.portlet.dynamicdatamapping.NoSuchStructureException" %>
page import="com.liferay.portlet.dynamicdatamapping.StorageFieldRequiredException" %><%@
page import="com.liferay.portlet.dynamicdatamapping.storage.Fields" %><%@
page import="com.liferay.portlet.expando.model.ExpandoBridge" %><%@
page import="com.liferay.portlet.exportimport.lar.ExportImportDateUtil" %><%@
page import="com.liferay.portlet.exportimport.lar.ExportImportHelperUtil" %><%@
page import="com.liferay.portlet.exportimport.lar.ManifestSummary" %><%@
page import="com.liferay.portlet.exportimport.lar.PortletDataContext" %><%@
page import="com.liferay.portlet.exportimport.lar.PortletDataContextFactoryUtil" %><%@
page import="com.liferay.portlet.exportimport.lar.PortletDataHandler" %><%@
page import="com.liferay.portlet.exportimport.lar.PortletDataHandlerBoolean" %><%@
page import="com.liferay.portlet.exportimport.lar.PortletDataHandlerControl" %><%@
page import="com.liferay.portlet.exportimport.lar.PortletDataHandlerKeys" %><%@
page import="com.liferay.portlet.exportimport.staging.LayoutStagingUtil" %><%@
page import="com.liferay.portlet.exportimport.staging.StagingUtil" %><%@
page import="com.liferay.portlet.messageboards.model.MBMessage" %><%@
page import="com.liferay.portlet.messageboards.service.MBMessageLocalServiceUtil" %><%@
page import="com.liferay.portlet.messageboards.util.MBUtil" %><%@
Expand Down
1 change: 0 additions & 1 deletion util-taglib/build.xml
Expand Up @@ -120,7 +120,6 @@
<arg value="${project.dir}/util-taglib/src/META-INF/liferay-portlet-ext.tld" />
<arg value="${project.dir}/util-taglib/src/META-INF/liferay-portlet.tld" />
<arg value="${project.dir}/util-taglib/src/META-INF/liferay-security.tld" />
<arg value="${project.dir}/util-taglib/src/META-INF/liferay-staging.tld" />
<arg value="${project.dir}/util-taglib/src/META-INF/liferay-theme.tld" />
<arg value="${project.dir}/util-taglib/src/META-INF/liferay-ui.tld" />
<arg value="${project.dir}/util-taglib/src/META-INF/liferay-util.tld" />
Expand Down
7 changes: 0 additions & 7 deletions util-taglib/src/com/liferay/taglib/Capabilities.java
Expand Up @@ -72,13 +72,6 @@ public class LiferayPortletExt {
public class LiferaySecurity {
}

@ProvideCapability(
name = "jsp.taglib", ns = "osgi.extender",
value = "uri=http://liferay.com/tld/staging", version = "${@version}"
)
public class LiferayStaging {
}

@ProvideCapability(
name = "jsp.taglib", ns = "osgi.extender",
value = "uri=http://liferay.com/tld/theme", version = "${@version}"
Expand Down

0 comments on commit d0e6385

Please sign in to comment.