diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-23 11:57:28 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2016-03-24 09:51:59 +0200 |
commit | 7b1a91f9ece0d38c74886383df3ee29d354592f8 (patch) | |
tree | 071ff5ca5ca7dfb8ee4f50da8788940b046dcf05 /all | |
parent | 7abb4b536dc07ed19c7a1942da68fe5bb00ce4fa (diff) | |
download | vaadin-framework-7b1a91f9ece0d38c74886383df3ee29d354592f8.tar.gz vaadin-framework-7b1a91f9ece0d38c74886383df3ee29d354592f8.zip |
Build vaadin-buildhelpers with maven
Change-Id: I1b67fdc7d32d57f98bca78dba4fa190950b94507
Diffstat (limited to 'all')
-rw-r--r-- | all/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/all/build.xml b/all/build.xml index c3672fc828..ee29a5de49 100644 --- a/all/build.xml +++ b/all/build.xml @@ -45,7 +45,7 @@ <isset property="nojavadoc" /> <then> <jar file="${javadoc.jar}" compress="true"> - <fileset dir="${common.jarfiles.dir}" /> + <!-- <fileset dir="${common.jarfiles.dir}" /> --> </jar> </then> <else> @@ -80,7 +80,7 @@ <!-- Create a javadoc jar --> <jar file="${javadoc.jar}" compress="true"> <fileset dir="${javadoc.dir}" /> - <fileset dir="${common.jarfiles.dir}" /> + <!-- <fileset dir="${common.jarfiles.dir}" /> --> </jar> </else> </antcontrib:if> @@ -116,7 +116,7 @@ <exclude name="*-javadoc.jar" /> <exclude name="*-sources.jar" /> </fileset> - <fileset dir="${common.jarfiles.dir}" /> + <!-- <fileset dir="${common.jarfiles.dir}" /> --> <fileset dir="${result.dir}/.."> <include name="README.TXT" /> </fileset> |