source: DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/nb-configuration.xml @ 4173

Last change on this file since 4173 was 4173, checked in by olhsha, 10 years ago

lintegrity unit test reconstructed so it does not mock any more. getAnnotation works (the others are "ignored"). Needs refactoring (the subdirectory with beans and DummySecurityFilter? class.

File size: 2.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<project-shared-configuration>
3    <!--
4This file contains additional configuration written by modules in the NetBeans IDE.
5The configuration is intended to be shared among all the users of project and
6therefore it is assumed to be part of version control checkout.
7Without this configuration present, some functionality in the IDE may be limited or fail altogether.
8-->
9    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
10        <!--
11Properties that influence various parts of the IDE, especially code formatting and the like.
12You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
13That way multiple projects can share the same settings (useful for formatting rules for example).
14Any value defined here will override the pom.xml file value but is only applicable to the current project.
15-->
16        <org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>dd</org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>
17        <org-netbeans-modules-maven-jaxws.rest_2e_jersey_2e_type>server</org-netbeans-modules-maven-jaxws.rest_2e_jersey_2e_type>
18    </properties>
19    <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
20        <config-files>
21            <config-file>src/main/resources/spring-config/applicationContext-security.xml</config-file>
22            <config-file>src/main/resources/spring-config/securityDataSource.xml</config-file>
23            <config-file>src/test/resources/spring-test-config/jaxbMarshallerFactory.xml</config-file>
24            <config-file>src/test/resources/spring-integrity-test-config/dataSource.xml</config-file>
25            <config-file>src/test/resources/spring-integrity-test-config/annotationDao.xml</config-file>
26            <config-file>src/test/resources/spring-integrity-test-config/userDao.xml</config-file>
27            <config-file>src/test/resources/spring-integrity-test-config/targetDao.xml</config-file>
28            <config-file>src/test/resources/spring-integrity-test-config/cachedRepresentationDao.xml</config-file>
29            <config-file>src/test/resources/spring-integrity-test-config/componentscan.xml</config-file>
30            <config-file>src/test/resources/spring-integrity-test-config/dbIntegrityService.xml</config-file>
31            <config-file>src/test/resources/spring-integrity-test-config/JaxbMarshallerFactory.xml</config-file>
32        </config-files>
33        <config-file-groups/>
34    </spring-data>
35</project-shared-configuration>
Note: See TracBrowser for help on using the repository browser.