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 /id | |
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 'id')
-rw-r--r-- | id/assembly-auth.xml | 4 | ||||
-rw-r--r-- | id/assembly-proxy.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/id/assembly-auth.xml b/id/assembly-auth.xml index 6a9005b5d..539541e3a 100644 --- a/id/assembly-auth.xml +++ b/id/assembly-auth.xml @@ -1,9 +1,9 @@ <assembly>
- <id>ID-auth</id>
+ <id>id-auth-${project.version}</id>
<formats>
<format>zip</format>
-<!-- <format>tar.gz</format>-->
+ <format>tar.gz</format>
</formats>
<baseDirectory>moa-id-auth-${project.version}</baseDirectory>
diff --git a/id/assembly-proxy.xml b/id/assembly-proxy.xml index d174cc52c..bfee340ad 100644 --- a/id/assembly-proxy.xml +++ b/id/assembly-proxy.xml @@ -1,9 +1,9 @@ <assembly>
- <id>ID-proxy</id>
+ <id>id-proxy-${project.version}</id>
<formats>
<format>zip</format>
-<!-- <format>tar.gz</format>-->
+ <format>tar.gz</format>
</formats>
<baseDirectory>moa-id-proxy-${project.version}</baseDirectory>
|