diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-21 21:07:01 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-21 21:07:01 +0000 |
| commit | 0c4ff843cb6263af471cd0b95ebb3a930b8a000e (patch) | |
| tree | 36559957dab0432bf071f45a0449ccb70167a2cc /build.xml | |
| parent | Update to refresh knots (diff) | |
| parent | Remove duplicated code (diff) | |
| download | inkscape-0c4ff843cb6263af471cd0b95ebb3a930b8a000e.tar.gz inkscape-0c4ff843cb6263af471cd0b95ebb3a930b8a000e.zip | |
update to trunk
(bzr r13645.1.140)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -652,7 +652,9 @@ <!-- Create the distribution directory --> <copy todir="${dist}" file="AUTHORS"/> <copy todir="${dist}" file="COPYING"/> - <copy todir="${dist}" file="COPYING.LIB"/> + <copy todir="${dist}" file="GPL2.txt"/> + <copy todir="${dist}" file="GPL3.txt"/> + <copy todir="${dist}" file="LGPL2.1.txt"/> <copy todir="${dist}" file="NEWS"/> <copy todir="${dist}" file="README"/> <copy todir="${dist}" file="TRANSLATORS"/> |
