diff options
author | wbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-12-05 11:41:29 +0000 |
---|---|---|
committer | wbauer <wbauer@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2008-12-05 11:41:29 +0000 |
commit | 3e101b29f0ac1efa5088ba953bea0acbba932339 (patch) | |
tree | b64e4141b06fb6d95b1e32296c2682dd6766f253 /bkucommon/src/test/resources/at | |
parent | e51d51cf7f51a54b5e4e3414ac428fc6eecf5d8d (diff) | |
download | mocca-3e101b29f0ac1efa5088ba953bea0acbba932339.tar.gz mocca-3e101b29f0ac1efa5088ba953bea0acbba932339.tar.bz2 mocca-3e101b29f0ac1efa5088ba953bea0acbba932339.zip |
Feature Request #362
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@234 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'bkucommon/src/test/resources/at')
-rw-r--r-- | bkucommon/src/test/resources/at/gv/egiz/bku/slcommands/testApplicationContext.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bkucommon/src/test/resources/at/gv/egiz/bku/slcommands/testApplicationContext.xml b/bkucommon/src/test/resources/at/gv/egiz/bku/slcommands/testApplicationContext.xml index 13365931..a7b588aa 100644 --- a/bkucommon/src/test/resources/at/gv/egiz/bku/slcommands/testApplicationContext.xml +++ b/bkucommon/src/test/resources/at/gv/egiz/bku/slcommands/testApplicationContext.xml @@ -39,14 +39,14 @@ <map>
<entry
key="Certificates"
- value="at.gv.egiz.bku.slcommands.impl.InfoboxCertificatesImpl" />
+ value="at.gv.egiz.bku.slcommands.impl.CertificatesInfoboxImpl" />
<entry
key="IdentityLink"
- value="at.gv.egiz.bku.slcommands.impl.InfoboxIdentityLink" />
- <entry
+ value="at.gv.egiz.bku.slcommands.impl.IdentityLinkInfoboxImpl" />
+ <!--<entry
key="CardChannel"
value="at.gv.egiz.bku.slcommands.impl.CardChannel" />
- </map>
+ --></map>
</property>
</bean>
|