diff options
author | spuchmann <spuchmann@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2008-09-15 07:33:53 +0000 |
---|---|---|
committer | spuchmann <spuchmann@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2008-09-15 07:33:53 +0000 |
commit | 527f2ec316c6d67498ed6dfe37a95218a2ab6f54 (patch) | |
tree | 8c37724ad56d42b99297744922921d1cfea5aadb /id/assembly-auth.xml | |
parent | c0c1ccec9489440e590557090cf1a71f721a07cc (diff) | |
download | moa-id-spss-527f2ec316c6d67498ed6dfe37a95218a2ab6f54.tar.gz moa-id-spss-527f2ec316c6d67498ed6dfe37a95218a2ab6f54.tar.bz2 moa-id-spss-527f2ec316c6d67498ed6dfe37a95218a2ab6f54.zip |
raised version to 1.4.4
moved licenses to root folder
fixed Bug 332 and 333
slVersion changed from 1.1 to 1.2 (MOA-ID-Configuration-1.4.4.xsd)
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@1091 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'id/assembly-auth.xml')
-rw-r--r-- | id/assembly-auth.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/id/assembly-auth.xml b/id/assembly-auth.xml index 98c02cc1a..165bedf72 100644 --- a/id/assembly-auth.xml +++ b/id/assembly-auth.xml @@ -45,8 +45,13 @@ </includes>
</fileSet>
<fileSet>
- <directory>${basedir}/licenses</directory>
+ <directory>${basedir}</directory>
<outputDirectory>/</outputDirectory>
+ <includes>
+ <include>LICENSE-2.0.txt</include>
+ <include>NOTICE.txt</include>
+ <include>IAIK-LICENSE.txt</include>
+ </includes>
</fileSet>
</fileSets>
|