mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-08-07 17:49:34 +00:00
Added license directory placeholders
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
@@ -58,6 +58,12 @@
|
|||||||
<include>**/*.properties</include>
|
<include>**/*.properties</include>
|
||||||
</includes>
|
</includes>
|
||||||
</fileSet>
|
</fileSet>
|
||||||
|
<fileSet encoding="UTF-8" filtered="false">
|
||||||
|
<directory>src/test/license</directory>
|
||||||
|
<includes>
|
||||||
|
<include>**</include>
|
||||||
|
</includes>
|
||||||
|
</fileSet>
|
||||||
<fileSet encoding="UTF-8">
|
<fileSet encoding="UTF-8">
|
||||||
<directory></directory>
|
<directory></directory>
|
||||||
<includes>
|
<includes>
|
||||||
|
@@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user