Changeset 3104


Ignore:
Timestamp:
07/04/13 10:24:46 (11 years ago)
Author:
peterwithers
Message:

refs #3012 #3030 #3031
Added more spring config and posgres dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/nb-configuration.xml

    r3099 r3104  
    1414Any value defined here will override the pom.xml file value but is only applicable to the current project.
    1515-->
    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>
     16        <org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>ide</org-netbeans-modules-maven-jaxws.rest_2e_config_2e_type>
    1817    </properties>
    19     <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
    20         <config-files>
    21             <config-file>src/main/resources/spring-config/dataSource.xml</config-file>
    22             <config-file>src/test/resources/spring-test-config/dataSource.xml</config-file>
    23             <config-file>src/main/resources/spring-config/dao.xml</config-file>
    24         </config-files>
    25         <config-file-groups/>
    26     </spring-data>
    2718</project-shared-configuration>
Note: See TracChangeset for help on using the changeset viewer.