1.1 --- a/data/dictionary.xml Thu Aug 15 21:44:26 2013 +0200
1.2 +++ b/data/dictionary.xml Fri Aug 16 12:33:04 2013 +0200
1.3 @@ -1293,7 +1293,15 @@
1.4 </concept>
1.5 <concept>
1.6 <term abbreviation="" completeForm="Ant" language="en"/>
1.7 - <explanation language="en"><text></text></explanation>
1.8 + <explanation language="en">
1.9 + <text>
1.10 + a tool for automating software build processes;
1.11 + does similar job like GNU Make, but is written in and for Java;
1.12 + equivalent for the Makefile is here build.xml which describes particular tasks and their dependencies;
1.13 + there is lot of tasks distributed with Apache Ant e.g. compilation of Java code, running XSLT transformations, packing JARs and other archives, copying and moving files or calling system commands;
1.14 + and user can also write own tasks in Java
1.15 + </text>
1.16 + </explanation>
1.17 <tag>computer</tag>
1.18 <tag>java</tag>
1.19 </concept>