com.github.dynamicextensionsalfresco.controlpanel.Container.systemPackages.get.html.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of control-panel Show documentation
Show all versions of control-panel Show documentation
Adds an OSGi container to alfresco repository supporting dynamic code reloading, classpath isolation and a bunch of other useful features
<#import "templates/html-macros.inc.ftl" as html>
<@html.document title="System Packages - Dynamic Extensions" active="container">
System Packages
System Package
Version
<#list systemPackages as package>
${package.name}
${package.version!'1.0'}
#list>
@html.document>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy