diff options
author | Artur Signell <artur@vaadin.com> | 2013-06-06 11:06:44 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-06-06 11:07:17 +0300 |
commit | 9b3807293d3393a66390bb5c97d464fe84aa48c1 (patch) | |
tree | b60d7e8e524b6cac336669d2e158481b1aac2aac /all | |
parent | 1f144228f657b5014bc8fd3b08cf8f33950966f6 (diff) | |
download | vaadin-framework-9b3807293d3393a66390bb5c97d464fe84aa48c1.tar.gz vaadin-framework-9b3807293d3393a66390bb5c97d464fe84aa48c1.zip |
Exclude provided portal-service from all zip (#9823)
Change-Id: Ic08885d74f382547aabf4a394265c2094d884cd5
Diffstat (limited to 'all')
-rw-r--r-- | all/build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all/build.xml b/all/build.xml index a83d60b382..d6095af20b 100644 --- a/all/build.xml +++ b/all/build.xml @@ -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 --> |