summaryrefslogtreecommitdiffstats
path: root/build/common.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove ide.xml and related filesHenri Sara2016-04-191-53/+0
| | | | | | | | | | | | | As a replacement, run Maven targets in sub-modules: - "mvn install" in client-compiled for DefaultWidgetSet - "mvn install" in uitest for TestingWidgetSet and test themes - "mvn install" in themes for main themes - "mvn install" in push for vaadinPush.js More specific targets can also be used when using workspace artifact resolution in an IDE. Change-Id: I6de2d4fbe0d61f08ccd3a63a356635876f588ddd
* Reduce Ivy resolver spam to a minimum (#12510)Artur Signell2013-09-041-1/+1
| | | | Change-Id: Ie80f2bad49f38a2391a8a560825aceb19f82de0a
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-23/+10
| | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-37/+43
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* Use JarJar from Ivy (#9299)Artur Signell2012-08-161-1/+6
|
* Made test running from Eclipse work with IvyArtur Signell2011-12-081-2/+2
|
* Prevent multiple ivy:configure callsMikael Vappula2011-12-051-3/+5
| | | | Added a controlling property deps.initialized to prevent multiple Ivy configuration and task definition initialization within same Ant run.
* Cleaned up Ivy configurationMikael Vappula2011-12-021-0/+53
Targets related to Ivy configuration are now in separate common.xml file which is imported to main build files.