source: vlo/branches/vlo-3.0/vlo-web-app/nb-configuration.xml @ 5150

Last change on this file since 5150 was 5150, checked in by Twan Goosen, 10 years ago

Merged a number of fixes and changes from trunk to 3.0 branch

File size: 1.3 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    <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1">
10        <config-files>
11            <config-file>src/main/webapp/WEB-INF/applicationContext.xml</config-file>
12        </config-files>
13        <config-file-groups/>
14    </spring-data>
15    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
16        <!--
17Properties that influence various parts of the IDE, especially code formatting and the like.
18You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
19That way multiple projects can share the same settings (useful for formatting rules for example).
20Any value defined here will override the pom.xml file value but is only applicable to the current project.
21-->
22        <org-netbeans-modules-css-prep.less_2e_configured>true</org-netbeans-modules-css-prep.less_2e_configured>
23    </properties>
24</project-shared-configuration>
Note: See TracBrowser for help on using the repository browser.