CLOUD-2159 Move server-config.wsdd from remote-api to web-client, where it belongs, otherwise it is missing in Cloud build

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@57456 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Samuel Langlois
2013-10-31 15:29:22 +00:00
parent 6583a37b9f
commit 9c2961d149
2 changed files with 3307 additions and 9 deletions
-9
View File
@@ -315,15 +315,6 @@
<configuration>
<attachClasses>true</attachClasses>
<archiveClasses>false</archiveClasses>
<!-- Temporary ugly hack until we can really move the public_api file out of remote-api without breaking the Ant build -->
<webResources>
<resource>
<directory>../../projects/remote-api/source/web</directory>
<includes>
<include>WEB-INF/server-config.wsdd</include>
</includes>
</resource>
</webResources>
</configuration>
<!-- This allows overlays to be prepared on the FS for minification and faster run -->
<executions>