diff options
author | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-24 11:52:28 +0000 |
---|---|---|
committer | pdanner <pdanner@d688527b-c9ab-4aba-bd8d-4036d912da1d> | 2007-08-24 11:52:28 +0000 |
commit | 189f12c42b38d58d1b324daa573153111bd2f7a4 (patch) | |
tree | 7df6fc9e96e3a07402e33dec91363f589f732d3e /spss | |
parent | 6183340860b785b15abfefc6ae08db5a9034a516 (diff) | |
download | moa-id-spss-189f12c42b38d58d1b324daa573153111bd2f7a4.tar.gz moa-id-spss-189f12c42b38d58d1b324daa573153111bd2f7a4.tar.bz2 moa-id-spss-189f12c42b38d58d1b324daa573153111bd2f7a4.zip |
build optimizations, updated documentation and sample configuration
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@953 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'spss')
-rw-r--r-- | spss/assembly.xml | 2 | ||||
-rw-r--r-- | spss/handbook/conf/moa-spss/trustProfiles/certifiedSignature+Test/EGIZ.MOA_Test_CA_-_Verschluesselung_Buerger.20070823-20131022.SerNo04.der (renamed from spss/handbook/conf/moa-spss/trustProfiles/certifiedSignature+Test/EGIZ.MOA_Test_CA_-_Verschlüsselung_Bürger.20070823-20131022.SerNo04.der) | bin | 1125 -> 1125 bytes | |||
-rw-r--r-- | spss/handbook/conf/moa-spss/trustProfiles/secureSignature+Test/EGIZ.MOA_Test_CA_-_Signatur_Buerger.20070823-20131022.SerNo03.der (renamed from spss/handbook/conf/moa-spss/trustProfiles/secureSignature+Test/EGIZ.MOA_Test_CA_-_Signatur_Bürger.20070823-20131022.SerNo03.der) | bin | 977 -> 977 bytes | |||
-rw-r--r-- | spss/server/serverws/pom.xml | 1 |
4 files changed, 2 insertions, 1 deletions
diff --git a/spss/assembly.xml b/spss/assembly.xml index fb395df19..6649f9763 100644 --- a/spss/assembly.xml +++ b/spss/assembly.xml @@ -23,7 +23,7 @@ </includes> <outputDirectory>/endorsed</outputDirectory> <!-- strip version off the artifact file names --> - <outputFileNameMapping>${artifactId}.{extension}</outputFileNameMapping> + <outputFileNameMapping>${artifactId}.${extension}</outputFileNameMapping> </dependencySet> <dependencySet> <includes> diff --git a/spss/handbook/conf/moa-spss/trustProfiles/certifiedSignature+Test/EGIZ.MOA_Test_CA_-_Verschlüsselung_Bürger.20070823-20131022.SerNo04.der b/spss/handbook/conf/moa-spss/trustProfiles/certifiedSignature+Test/EGIZ.MOA_Test_CA_-_Verschluesselung_Buerger.20070823-20131022.SerNo04.der Binary files differindex 5f83fa43c..5f83fa43c 100644 --- a/spss/handbook/conf/moa-spss/trustProfiles/certifiedSignature+Test/EGIZ.MOA_Test_CA_-_Verschlüsselung_Bürger.20070823-20131022.SerNo04.der +++ b/spss/handbook/conf/moa-spss/trustProfiles/certifiedSignature+Test/EGIZ.MOA_Test_CA_-_Verschluesselung_Buerger.20070823-20131022.SerNo04.der diff --git a/spss/handbook/conf/moa-spss/trustProfiles/secureSignature+Test/EGIZ.MOA_Test_CA_-_Signatur_Bürger.20070823-20131022.SerNo03.der b/spss/handbook/conf/moa-spss/trustProfiles/secureSignature+Test/EGIZ.MOA_Test_CA_-_Signatur_Buerger.20070823-20131022.SerNo03.der Binary files differindex f4de446af..f4de446af 100644 --- a/spss/handbook/conf/moa-spss/trustProfiles/secureSignature+Test/EGIZ.MOA_Test_CA_-_Signatur_Bürger.20070823-20131022.SerNo03.der +++ b/spss/handbook/conf/moa-spss/trustProfiles/secureSignature+Test/EGIZ.MOA_Test_CA_-_Signatur_Buerger.20070823-20131022.SerNo03.der diff --git a/spss/server/serverws/pom.xml b/spss/server/serverws/pom.xml index b286db6a2..5a5afdebd 100644 --- a/spss/server/serverws/pom.xml +++ b/spss/server/serverws/pom.xml @@ -29,6 +29,7 @@ <addDefaultSpecificationEntries>false</addDefaultSpecificationEntries> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> </manifest> + <addMavenDescriptor>false</addMavenDescriptor> </archive> <warName>moa-spss</warName> <webResources> |