summaryrefslogtreecommitdiffstats
path: root/build/common.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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.