CCM NG: Site descriptor for module ccm-theme-foundry

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3944 8810af33-2d31-482b-a856-94f89814c4df
pull/2/head
jensp 2016-03-18 18:12:52 +00:00
parent 080dc7c00f
commit faacb47dd1
3 changed files with 29 additions and 2 deletions

View File

@ -24,8 +24,6 @@ import com.arsdigita.util.Assert;
import com.arsdigita.util.UncheckedWrapperException;
import com.arsdigita.util.servlet.HttpHost;
import oracle.jrockit.jfr.tools.ConCatRepository;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;

View File

@ -0,0 +1,11 @@
--------------
Overview
--------------
Jens Pelzetter
--------------
2016-03-18
--------------
LibreCCM Foundry Theming Engine
This module provides the Foundry engine.

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0
http://maven.apache.org/xsd/decoration-1.3.0.xsd">
<body>
<menu name="Parent project">
<item name="LibreCCM" href="../index.html"/>
</menu>
<menu name="Overview">
<item name="The Foundry theming engine" href="index.html"/>
</menu>
<menu ref="reports"/>
</body>
</project>