diff options
author | Henri Sara <hesara@vaadin.com> | 2016-04-16 16:55:30 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-04-16 16:55:30 +0300 |
commit | 606457c856120508566a2fae0bae02f2bddd8125 (patch) | |
tree | b0c5ab48ec17c3b17ba5c0857454ce804c23caa0 /build.xml | |
parent | d6134fec499e2134eb1ad1f5c6ffafcd446ddd57 (diff) | |
download | vaadin-framework-606457c856120508566a2fae0bae02f2bddd8125.tar.gz vaadin-framework-606457c856120508566a2fae0bae02f2bddd8125.zip |
Clean up obsolete Ivy/Ant confs/targets
This change removes publishing related Ivy files and Ant targets etc.
Further cleanup will be done in later changesets.
Change-Id: Ibe430495e85a1b0f3538072a4823c627ddac2924
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 18 |
1 files changed, 1 insertions, 17 deletions
@@ -3,31 +3,15 @@ <project name="vaadin" basedir="." default="package" xmlns:ivy="antlib:org.apache.ivy.ant"> <include file="common.xml" as="common" /> - <path id="vaadin.buildhelpers.classpath" location="${vaadin.basedir}/buildhelpers/result/classes" /> - <!-- ================================= target: all ================================= --> <!--<target name="all" description="Compiles all parts of the project" depends="buildhelpers,theme-compiler,shared,server,client"> --> <target name="package" description="Compiles and packages all modules in the project" depends="buildorder"> - <subant buildpathref="build-path" target="publish-local"> - </subant> </target> <target name="buildorder" depends="official.build.checks"> - <!-- Find out a good build order --> - <ivy:buildlist reference="ivy.build.path"> - <fileset dir="." includes="**/build.xml"> - <exclude name="build.xml" /> - <exclude name="build/**" /> - <exclude name="bin/**" /> - <exclude name="buildhelpers/**" /> - <exclude name="all/**" /> - </fileset> - </ivy:buildlist> <path id="build-path"> - <!-- <path location="buildhelpers/build.xml" /> --> - <path refid="ivy.build.path" /> - <!-- <path location="all/build.xml" /> --> + <path location="uitest/build.xml" /> </path> </target> <target name="clean" depends="buildorder"> |