mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- cleaning up build procedure for the sample website - still not perfect, but better. - removing default value for company footer for the xsd - i'll revisit how to set default values on dynamic callout types some other time. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3984 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
22 lines
867 B
XML
22 lines
867 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee web-jsptaglibrary_2_0.xsd"
|
|
version="2.0">
|
|
|
|
<tlib-version>1.0</tlib-version>
|
|
<short-name>pr</short-name>
|
|
<uri>http://www.alfresco.org/pr</uri>
|
|
<function>
|
|
<name>getPressReleases</name>
|
|
<function-class>org.alfresco.web.pr.Util</function-class>
|
|
<function-signature>java.util.List getPressReleases(javax.servlet.jsp.PageContext)</function-signature>
|
|
</function>
|
|
<function>
|
|
<name>getCompanyFooters</name>
|
|
<function-class>org.alfresco.web.pr.Util</function-class>
|
|
<function-signature>java.util.List getCompanyFooters(javax.servlet.jsp.PageContext)</function-signature>
|
|
</function>
|
|
</taglib>
|