Browse Source

Add Netbeans config.

pull/25/head
Greg Holmes 9 years ago
parent
commit
4d4d86f68c
3 changed files with 39 additions and 1 deletions
  1. 5
    1
      .gitignore
  2. 9
    0
      .nb-gradle-properties
  3. 25
    0
      .nb-gradle/licenseheader.txt

+ 5
- 1
.gitignore View File

@@ -5,7 +5,11 @@
5 5
 # Downloaded private settings
6 6
 /etc/clover/clover.license
7 7
 
8
-# IDE generated files
8
+# IDEA generated files
9 9
 /atlassian-ide-plugin.xml
10 10
 /.idea/workspace.xml
11
+/.idea/uiDesigner.xml
11 12
 /.idea/libraries
13
+
14
+#Netbeans generated files
15
+/.nb-gradle/private/

+ 9
- 0
.nb-gradle-properties View File

@@ -0,0 +1,9 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<gradle-project-properties>
3
+  <!--DO NOT EDIT THIS FILE! - Used by the Gradle plugin of NetBeans.-->
4
+  <license-header>
5
+    <name>MIT</name>
6
+    <template>.nb-gradle/licenseheader.txt</template>
7
+    <property name="organization">DMDirc</property>
8
+  </license-header>
9
+</gradle-project-properties>

+ 25
- 0
.nb-gradle/licenseheader.txt View File

@@ -0,0 +1,25 @@
1
+<#if licenseFirst??>
2
+${licenseFirst}
3
+</#if>
4
+${licensePrefix}Copyright (c) 2006-2014 DMDirc Developers
5
+${licensePrefix}
6
+${licensePrefix}Permission is hereby granted, free of charge, to any person obtaining a copy
7
+${licensePrefix}of this software and associated documentation files (the "Software"), to deal
8
+${licensePrefix}in the Software without restriction, including without limitation the rights
9
+${licensePrefix}to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
+${licensePrefix}copies of the Software, and to permit persons to whom the Software is
11
+${licensePrefix}furnished to do so, subject to the following conditions:
12
+${licensePrefix}
13
+${licensePrefix}The above copyright notice and this permission notice shall be included in
14
+${licensePrefix}all copies or substantial portions of the Software.
15
+${licensePrefix}
16
+${licensePrefix}THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
+${licensePrefix}IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
+${licensePrefix}FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
+${licensePrefix}AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
+${licensePrefix}LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
+${licensePrefix}OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
+${licensePrefix}SOFTWARE.
23
+<#if licenseLast??>
24
+${licenseLast}
25
+</#if>

Loading…
Cancel
Save