Moved the *_CSS_* class in their own (draft) library, since they are not CMS specific.

This commit is contained in:
Jocelyn Fiat
2013-03-22 15:07:45 +01:00
parent 5eb1f89273
commit a4095b4e16
7 changed files with 56 additions and 11 deletions

View File

@@ -14,6 +14,7 @@
<setting name="concurrency" value="thread"/>
<library name="base" location="$ISE_LIBRARY\library\base\base-safe.ecf"/>
<library name="encoder" location="..\..\..\library\text\encoder\encoder-safe.ecf" readonly="false"/>
<library name="css" location="..\..\library\text\css\css-safe.ecf" readonly="false"/>
<library name="http" location="..\..\..\library\network\protocol\http\http-safe.ecf" readonly="false"/>
<library name="openid" location="..\..\..\library\security\openid\consumer\openid-safe.ecf" readonly="false"/>
<library name="process" location="$ISE_LIBRARY\library\process\process-safe.ecf"/>