diff options
author | Leif Åstrand <leif@vaadin.com> | 2013-05-21 15:13:07 +0300 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2013-05-21 15:27:36 +0300 |
commit | fea4c5e4f7170a302df2d72441f94dccbab95b4e (patch) | |
tree | 5466515a93c4b425a1713066fa2bffbdcbeda739 /push/build.xml | |
parent | f8fb8b7bfdbf4d8c22ca512e937fe812803369c6 (diff) | |
download | vaadin-framework-fea4c5e4f7170a302df2d72441f94dccbab95b4e.tar.gz vaadin-framework-fea4c5e4f7170a302df2d72441f94dccbab95b4e.zip |
Don't build and publish sources for package without source files
Change-Id: If8c4a5d9ff470703943f6f6f9cd599ecd1d4be49
Diffstat (limited to 'push/build.xml')
-rw-r--r-- | push/build.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/push/build.xml b/push/build.xml index 953416cf2d..3e750b67cd 100644 --- a/push/build.xml +++ b/push/build.xml @@ -59,9 +59,6 @@ </target> <target name="publish-local" depends="jar"> - <antcall target="common.sources.jar"> - <reference torefid="extra.jar.includes" refid="jar.includes" /> - </antcall> <antcall target="common.publish-local" /> </target> |