Bladeren bron

Add netbeans project

master
Chris Smith 12 jaren geleden
bovenliggende
commit
5d01cdcf80
1 gewijzigde bestanden met toevoegingen van 83 en 0 verwijderingen
  1. 83
    0
      nbproject/project.xml

+ 83
- 0
nbproject/project.xml Bestand weergeven

@@ -0,0 +1,83 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xmlns="http://www.netbeans.org/ns/project/1">
3
+    <type>org.netbeans.modules.ant.freeform</type>
4
+    <configuration>
5
+        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
6
+            <name>RestIRC</name>
7
+        </general-data>
8
+        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
9
+            <!-- Do not use Project Properties customizer when editing this file manually. -->
10
+            <name>RestIRC</name>
11
+            <properties/>
12
+            <folders>
13
+                <source-folder>
14
+                    <label>src</label>
15
+                    <type>java</type>
16
+                    <location>src</location>
17
+                    <encoding>UTF-8</encoding>
18
+                </source-folder>
19
+                <source-folder>
20
+                    <label>test</label>
21
+                    <type>java</type>
22
+                    <location>test</location>
23
+                    <encoding>UTF-8</encoding>
24
+                </source-folder>
25
+                <source-folder>
26
+                    <label>RestIRC</label>
27
+                    <location>.</location>
28
+                    <encoding>UTF-8</encoding>
29
+                </source-folder>
30
+            </folders>
31
+            <ide-actions>
32
+                <action name="build">
33
+                    <target>compile</target>
34
+                </action>
35
+                <action name="clean">
36
+                    <target>clean</target>
37
+                </action>
38
+                <action name="rebuild">
39
+                    <target>clean</target>
40
+                    <target>compile</target>
41
+                </action>
42
+            </ide-actions>
43
+            <export>
44
+                <type>folder</type>
45
+                <location>build</location>
46
+                <build-target>compile</build-target>
47
+            </export>
48
+            <view>
49
+                <items>
50
+                    <source-folder style="packages">
51
+                        <label>src</label>
52
+                        <location>src</location>
53
+                    </source-folder>
54
+                    <source-folder style="packages">
55
+                        <label>test</label>
56
+                        <location>test</location>
57
+                    </source-folder>
58
+                    <source-file>
59
+                        <location>build.xml</location>
60
+                    </source-file>
61
+                </items>
62
+                <context-menu>
63
+                    <ide-action name="build"/>
64
+                    <ide-action name="rebuild"/>
65
+                    <ide-action name="clean"/>
66
+                </context-menu>
67
+            </view>
68
+        </general-data>
69
+        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/3">
70
+            <compilation-unit>
71
+                <package-root>src</package-root>
72
+                <classpath mode="compile">lib/asm-3.1.jar:lib/hamcrest-core-1.1.jar:lib/ivy-2.2.0.jar:lib/jersey-server-1.12-SNAPSHOT.jar:lib/jgit-describe-0.1.jar:lib/jsch-0.1.44-1.jar:lib/junit-4.10.jar:lib/logback-classic-1.0.0.jar:lib/logback-core-1.0.0.jar:lib/lombok-pg-0.10.8-SNAPSHOT.jar:lib/mockito-all-1.9.0.jar:lib/org.eclipse.jgit-1.2.0.201112221803-r.jar:lib/parser-common-working@dmdirc-parser-common.jar:lib/parser-irc-working@dmdirc-parser-irc.jar:lib/slf4j-api-1.6.4.jar</classpath>
73
+                <built-to>build</built-to>
74
+                <source-level>1.7</source-level>
75
+            </compilation-unit>
76
+            <compilation-unit>
77
+                <package-root>test</package-root>
78
+                <unit-tests/>
79
+                <source-level>1.7</source-level>
80
+            </compilation-unit>
81
+        </java-data>
82
+    </configuration>
83
+</project>

Laden…
Annuleren
Opslaan