diff options
author | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-09-05 07:07:10 +0000 |
---|---|---|
committer | mcentner <mcentner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-09-05 07:07:10 +0000 |
commit | 31d5acacc9c22f45251827b38ad689cdeb705efc (patch) | |
tree | a9984a280e2d8f17fd251b3983ad0bae4604972c /spss/assembly-lib.xml | |
parent | 31d3c64ec421e8d6979adbd52c6e5de9cce2a08b (diff) | |
download | moa-id-spss-31d5acacc9c22f45251827b38ad689cdeb705efc.tar.gz moa-id-spss-31d5acacc9c22f45251827b38ad689cdeb705efc.tar.bz2 moa-id-spss-31d5acacc9c22f45251827b38ad689cdeb705efc.zip |
Changed finalName of the different assemblies.
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@989 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss/assembly-lib.xml')
-rw-r--r-- | spss/assembly-lib.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spss/assembly-lib.xml b/spss/assembly-lib.xml index 1ed2ce58e..560b2be75 100644 --- a/spss/assembly-lib.xml +++ b/spss/assembly-lib.xml @@ -1,8 +1,9 @@ <assembly> - <id>SPSS-lib</id> + <id>spss-${project.version}-lib</id> <formats> <format>zip</format> + <format>tar.gz</format> </formats> <baseDirectory>moa-spss-lib-${project.version}</baseDirectory> |