From 60b674dd43d49347c75fac83e94ad42677bd43b8 Mon Sep 17 00:00:00 2001 From: pdanner Date: Tue, 4 Sep 2007 12:38:29 +0000 Subject: re-arranged handbook project step3 git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@982 d688527b-c9ab-4aba-bd8d-4036d912da1d --- .../customer1/moa-ssl-kunde1(pwd=kunde1).p12 | Bin 4893 -> 0 bytes .../customer1/moa-ssl-kunde1[pwd=kunde1].p12 | Bin 0 -> 4893 bytes .../customer1/trustedServers(pwd=servers).keystore | Bin 1202 -> 0 bytes .../customer1/trustedServers[pwd=servers].keystore | Bin 0 -> 1202 bytes .../customer2/moa-ssl-kunde2(pwd=kunde2).p12 | Bin 4893 -> 0 bytes .../customer2/moa-ssl-kunde2[pwd=kunde2].p12 | Bin 0 -> 4893 bytes .../customer2/trustedServers(pwd=servers).keystore | Bin 1202 -> 0 bytes .../customer2/trustedServers[pwd=servers].keystore | Bin 0 -> 1202 bytes spss/handbook/clients/api/pom.xml | 4 ++-- spss/handbook/clients/pom.xml | 8 +++---- spss/handbook/clients/referencedData/pom.xml | 6 ++--- spss/handbook/clients/webservice/pom.xml | 6 ++--- spss/handbook/pom.xml | 2 +- spss/server/pom.xml | 26 ++++++++++----------- 14 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 id/server/data/deploy/conf/moa-spss/sslKeys/customer1/moa-ssl-kunde1(pwd=kunde1).p12 create mode 100644 id/server/data/deploy/conf/moa-spss/sslKeys/customer1/moa-ssl-kunde1[pwd=kunde1].p12 delete mode 100644 id/server/data/deploy/conf/moa-spss/sslKeys/customer1/trustedServers(pwd=servers).keystore create mode 100644 id/server/data/deploy/conf/moa-spss/sslKeys/customer1/trustedServers[pwd=servers].keystore delete mode 100644 id/server/data/deploy/conf/moa-spss/sslKeys/customer2/moa-ssl-kunde2(pwd=kunde2).p12 create mode 100644 id/server/data/deploy/conf/moa-spss/sslKeys/customer2/moa-ssl-kunde2[pwd=kunde2].p12 delete mode 100644 id/server/data/deploy/conf/moa-spss/sslKeys/customer2/trustedServers(pwd=servers).keystore create mode 100644 id/server/data/deploy/conf/moa-spss/sslKeys/customer2/trustedServers[pwd=servers].keystore diff --git a/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/moa-ssl-kunde1(pwd=kunde1).p12 b/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/moa-ssl-kunde1(pwd=kunde1).p12 deleted file mode 100644 index 314cbc862..000000000 Binary files a/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/moa-ssl-kunde1(pwd=kunde1).p12 and /dev/null differ diff --git a/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/moa-ssl-kunde1[pwd=kunde1].p12 b/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/moa-ssl-kunde1[pwd=kunde1].p12 new file mode 100644 index 000000000..314cbc862 Binary files /dev/null and b/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/moa-ssl-kunde1[pwd=kunde1].p12 differ diff --git a/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/trustedServers(pwd=servers).keystore b/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/trustedServers(pwd=servers).keystore deleted file mode 100644 index bd9765a4c..000000000 Binary files a/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/trustedServers(pwd=servers).keystore and /dev/null differ diff --git a/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/trustedServers[pwd=servers].keystore b/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/trustedServers[pwd=servers].keystore new file mode 100644 index 000000000..bd9765a4c Binary files /dev/null and b/id/server/data/deploy/conf/moa-spss/sslKeys/customer1/trustedServers[pwd=servers].keystore differ diff --git a/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/moa-ssl-kunde2(pwd=kunde2).p12 b/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/moa-ssl-kunde2(pwd=kunde2).p12 deleted file mode 100644 index e5820fdf2..000000000 Binary files a/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/moa-ssl-kunde2(pwd=kunde2).p12 and /dev/null differ diff --git a/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/moa-ssl-kunde2[pwd=kunde2].p12 b/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/moa-ssl-kunde2[pwd=kunde2].p12 new file mode 100644 index 000000000..e5820fdf2 Binary files /dev/null and b/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/moa-ssl-kunde2[pwd=kunde2].p12 differ diff --git a/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/trustedServers(pwd=servers).keystore b/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/trustedServers(pwd=servers).keystore deleted file mode 100644 index bd9765a4c..000000000 Binary files a/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/trustedServers(pwd=servers).keystore and /dev/null differ diff --git a/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/trustedServers[pwd=servers].keystore b/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/trustedServers[pwd=servers].keystore new file mode 100644 index 000000000..bd9765a4c Binary files /dev/null and b/id/server/data/deploy/conf/moa-spss/sslKeys/customer2/trustedServers[pwd=servers].keystore differ diff --git a/spss/handbook/clients/api/pom.xml b/spss/handbook/clients/api/pom.xml index 82a305275..4c1e831c1 100644 --- a/spss/handbook/clients/api/pom.xml +++ b/spss/handbook/clients/api/pom.xml @@ -1,8 +1,8 @@ - MOA - spss + MOA.spss.handbook.clients + moa-spss-handbook-clients 1.4.0 diff --git a/spss/handbook/clients/pom.xml b/spss/handbook/clients/pom.xml index f747d1cf4..2bfd24b45 100644 --- a/spss/handbook/clients/pom.xml +++ b/spss/handbook/clients/pom.xml @@ -1,14 +1,14 @@ - MOA - spss + MOA.spss.handbook + moa-spss-handbook 1.4.0 4.0.0 - MOA.spss - moa-spss-handbook-cliens + MOA.spss.handbook.clients + moa-spss-handbook-clients pom 1.4.0 MOA SP/SS Handbook Clients diff --git a/spss/handbook/clients/referencedData/pom.xml b/spss/handbook/clients/referencedData/pom.xml index f824bc40c..6ae59fe5e 100644 --- a/spss/handbook/clients/referencedData/pom.xml +++ b/spss/handbook/clients/referencedData/pom.xml @@ -1,8 +1,8 @@ - MOA - spss + MOA.spss.handbook.clients + moa-spss-handbook-clients 1.4.0 @@ -22,8 +22,8 @@ org.apache.maven.plugins maven-war-plugin - 2.0.2 + referencedData false diff --git a/spss/handbook/clients/webservice/pom.xml b/spss/handbook/clients/webservice/pom.xml index 281f36f72..b0307bc67 100644 --- a/spss/handbook/clients/webservice/pom.xml +++ b/spss/handbook/clients/webservice/pom.xml @@ -1,13 +1,13 @@ - MOA - spss + MOA.spss.handbook.clients + moa-spss-handbook-clients 1.4.0 4.0.0 - MOA.spss.handbook + MOA.spss.handbook.clients moa-spss-handbook-webserviceClient jar 1.4.0 diff --git a/spss/handbook/pom.xml b/spss/handbook/pom.xml index 9ae273713..f9fa534c3 100644 --- a/spss/handbook/pom.xml +++ b/spss/handbook/pom.xml @@ -7,7 +7,7 @@ 4.0.0 - MOA.spss + MOA.spss.handbook moa-spss-handbook pom 1.4.0 diff --git a/spss/server/pom.xml b/spss/server/pom.xml index 360949903..0610de7c7 100644 --- a/spss/server/pom.xml +++ b/spss/server/pom.xml @@ -1,4 +1,4 @@ - MOA @@ -11,16 +11,16 @@ moa-spss pom 1.4.0 - MOA SPSS Server + MOA SP/SS Server - - serverlib - serverws - tools - - - - ${basedir}/../../repository - - - \ No newline at end of file + + serverlib + serverws + tools + + + + ${basedir}/../../repository + + + -- cgit v1.2.3