CCM NG: Site descriptor for module ccm-theme-foundry
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3944 8810af33-2d31-482b-a856-94f89814c4dfpull/2/head
parent
080dc7c00f
commit
faacb47dd1
|
|
@ -24,8 +24,6 @@ import com.arsdigita.util.Assert;
|
||||||
import com.arsdigita.util.UncheckedWrapperException;
|
import com.arsdigita.util.UncheckedWrapperException;
|
||||||
import com.arsdigita.util.servlet.HttpHost;
|
import com.arsdigita.util.servlet.HttpHost;
|
||||||
|
|
||||||
import oracle.jrockit.jfr.tools.ConCatRepository;
|
|
||||||
|
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
--------------
|
||||||
|
Overview
|
||||||
|
--------------
|
||||||
|
Jens Pelzetter
|
||||||
|
--------------
|
||||||
|
2016-03-18
|
||||||
|
--------------
|
||||||
|
|
||||||
|
LibreCCM Foundry Theming Engine
|
||||||
|
|
||||||
|
This module provides the Foundry engine.
|
||||||
|
|
@ -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>
|
||||||
Loading…
Reference in New Issue