diff options
Diffstat (limited to 'buildhelpers/build.xml')
-rw-r--r-- | buildhelpers/build.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/buildhelpers/build.xml b/buildhelpers/build.xml index adf17f8932..80797415e5 100644 --- a/buildhelpers/build.xml +++ b/buildhelpers/build.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> -<project name="vaadin-buildhelpers" basedir="." default="publish"> +<project name="vaadin-buildhelpers" basedir="." default="publish-local"> <description> Compiles build helpers used when building other modules. </description> @@ -17,7 +17,9 @@ </antcall> </target> - <target name="publish" depends="jar"> + <target name="publish-local" depends="jar"> + <antcall target="common.sources.jar" /> + <antcall target="common.javadoc.jar" /> <antcall target="common.publish-local" /> </target> |