Browse Source

Exclude provided portal-service from all zip (#9823)

Change-Id: Ic08885d74f382547aabf4a394265c2094d884cd5
tags/7.1.0
Artur Signell 11 years ago
parent
commit
9b3807293d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      all/build.xml

+ 1
- 0
all/build.xml View File

@@ -103,6 +103,7 @@
provided by the container -->
<exclude name="**/servlet-api*" />
<exclude name="**/portlet-api*" />
<exclude name="**/portal-service-*" />
<!-- Buildhelpers should not even get here ... -->
<exclude name="*buildhelpers*" />
<!-- Zip users should not need javadoc, sources or pom files -->

Loading…
Cancel
Save