You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
804 B
28 lines
804 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
|
|
<components>
|
|
<component id="basesqlmap.dao" type="TVS.Persistence.BaseSqlMapDao, TVS.Persistence" />
|
|
</components>
|
|
|
|
<components>
|
|
<component id="department.dao" type="TVS.Persistence.DepartmentDB, TVS.Persistence" />
|
|
</components>
|
|
|
|
<components>
|
|
<component id="employee.dao" type="TVS.Persistence.EmployeeDB, TVS.Persistence" />
|
|
</components>
|
|
|
|
<components>
|
|
<component id="file.dao" type="TVS.Persistence.FileDB, TVS.Persistence" />
|
|
</components>
|
|
|
|
<components>
|
|
<component id="rights.dao" type="TVS.Persistence.ProjectDB, TVS.Persistence" />
|
|
</components>
|
|
|
|
<components>
|
|
<component id="netdisk.dao" type="TVS.Persistence.PersonalNetDiskSqlMapDao, TVS.Persistence" />
|
|
</components>
|
|
|
|
</configuration>
|