Added license directory placeholders

This commit is contained in:
Martin Bergljung 2016-09-06 09:50:39 +01:00
parent f0955cff98
commit d6f11dd977
3 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Enterprise License location
Put the Alfresco Enterprise license file in this directory.
It will then be copied into the Platform WAR in the
WEB-INF/classes/alfresco/extension/license directory.
And then not be part of any other classpaths.

View File

@ -58,6 +58,12 @@
<include>**/*.properties</include>
</includes>
</fileSet>
<fileSet encoding="UTF-8" filtered="false">
<directory>src/test/license</directory>
<includes>
<include>**</include>
</includes>
</fileSet>
<fileSet encoding="UTF-8">
<directory></directory>
<includes>

View File

@ -0,0 +1,10 @@
# Enterprise License location
Put the Alfresco Enterprise license file in this directory.
It will then be copied into the Platform WAR in the
WEB-INF/classes/alfresco/extension/license directory.
And then not be part of any other classpaths.