]> source.dussan.org Git - archiva.git/blob
b40d7d8d2a6f557ad48d08146dc28ee02d439f08
[archiva.git] /
1 <!--
2   ~
3   ~ Licensed under the Apache License, Version 2.0 (the "License");
4   ~ you may not use this file except in compliance with the License.
5   ~ You may obtain a copy of the License at
6   ~
7   ~      http://www.apache.org/licenses/LICENSE-2.0
8   ~
9   ~ Unless required by applicable law or agreed to in writing, software
10   ~ distributed under the License is distributed on an "AS IS" BASIS,
11   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12   ~ See the License for the specific language governing permissions and
13   ~ limitations under the License.
14   -->
15
16 <component-set>
17   <components>
18     <component>
19       <role>com.opensymphony.xwork2.Action</role>
20       <role-hint>testAction</role-hint>
21       <implementation>org.codehaus.plexus.redback.struts2.action.TestPlexusAction</implementation>
22     </component>
23     <component>
24       <role>com.opensymphony.xwork2.interceptor.Interceptor</role>
25       <role-hint>testCustomInterceptor</role-hint>
26       <implementation>org.codehaus.plexus.redback.struts2.interceptor.MockCustomInterceptor</implementation>
27       <requirements>
28         <requirement>
29           <role>org.codehaus.plexus.redback.struts2.interceptor.MockComponent</role>
30         </requirement>
31       </requirements>
32     </component>
33     <component>
34       <role>org.codehaus.plexus.redback.struts2.interceptor.MockComponent</role>
35       <implementation>org.codehaus.plexus.redback.struts2.interceptor.MockComponentImpl</implementation>
36     </component>
37     <component>
38       <role>org.codehaus.plexus.jdo.JdoFactory</role>
39       <role-hint>users</role-hint>
40       <implementation>org.codehaus.plexus.jdo.DefaultConfigurableJdoFactory</implementation>
41       <configuration>
42         <persistenceManagerFactoryClass>org.jpox.PersistenceManagerFactoryImpl</persistenceManagerFactoryClass>
43         <driverName>org.hsqldb.jdbcDriver</driverName>
44         <url>jdbc:hsqldb:mem:MailGeneratorTest</url>
45         <userName>sa</userName>
46         <otherProperties>
47           <property>
48             <name>org.jpox.rdbms.dateTimezone</name>
49             <value>JDK_DEFAULT_TIMEZONE</value>
50           </property>
51           
52         </otherProperties>
53       </configuration>
54     </component>      
55   </components>
56 </component-set>