Browse Source

IML file updates.

pull/47/head
Chris Smith 9 years ago
parent
commit
c1fe26039d
6 changed files with 18 additions and 17 deletions
  1. 8
    1
      .idea/awaycolours.iml
  2. 3
    4
      .idea/common.iml
  3. 2
    4
      .idea/gradle.xml
  4. 3
    4
      .idea/irc.iml
  5. 1
    2
      .idea/parser.iml
  6. 1
    2
      dmdirc.iml

+ 8
- 1
.idea/awaycolours.iml View File

@@ -1,12 +1,19 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2
-<module type="JAVA_MODULE" version="4">
2
+<module external.linked.project.id=":plugins:awaycolours" external.linked.project.path="$MODULE_DIR$/plugins/awaycolours" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="dmdirc.plugins" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
3 3
   <component name="NewModuleRootManager" inherit-compiler-output="false">
4 4
     <output url="file://$MODULE_DIR$/plugins/awaycolours/build/classes/main" />
5 5
     <output-test url="file://$MODULE_DIR$/plugins/awaycolours/build/classes/test" />
6 6
     <exclude-output />
7 7
     <content url="file://$MODULE_DIR$/plugins/awaycolours">
8 8
       <sourceFolder url="file://$MODULE_DIR$/plugins/awaycolours/src" isTestSource="false" />
9
+      <sourceFolder url="file://$MODULE_DIR$/plugins/awaycolours/src/main/java" isTestSource="false" />
10
+      <sourceFolder url="file://$MODULE_DIR$/plugins/awaycolours/src/test/java" isTestSource="true" />
9 11
       <sourceFolder url="file://$MODULE_DIR$/plugins/awaycolours/test" isTestSource="true" />
12
+      <sourceFolder url="file://$MODULE_DIR$/plugins/awaycolours/res" type="java-resource" />
13
+      <sourceFolder url="file://$MODULE_DIR$/plugins/awaycolours/src/main/resources" type="java-resource" />
14
+      <sourceFolder url="file://$MODULE_DIR$/plugins/awaycolours/src/test/resources" type="java-test-resource" />
15
+      <sourceFolder url="file://$MODULE_DIR$/plugins/awaycolours/test-res" type="java-test-resource" />
16
+      <excludeFolder url="file://$MODULE_DIR$/plugins/awaycolours/.gradle" />
10 17
       <excludeFolder url="file://$MODULE_DIR$/plugins/awaycolours/build" />
11 18
     </content>
12 19
     <orderEntry type="inheritedJdk" />

+ 3
- 4
.idea/common.iml View File

@@ -16,9 +16,8 @@
16 16
     </content>
17 17
     <orderEntry type="inheritedJdk" />
18 18
     <orderEntry type="sourceFolder" forTests="false" />
19
-    <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12-beta-1" level="project" />
20
-    <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.9.5" level="project" />
21 19
     <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
20
+    <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.10.8" level="project" />
21
+    <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12-beta-3" level="project" />
22 22
   </component>
23
-</module>
24
-
23
+</module>

+ 2
- 4
.idea/gradle.xml View File

@@ -15,6 +15,7 @@
15 15
             <option value="$PROJECT_DIR$/plugins" />
16 16
             <option value="$PROJECT_DIR$/plugins/activewindow" />
17 17
             <option value="$PROJECT_DIR$/plugins/audio" />
18
+            <option value="$PROJECT_DIR$/plugins/awaycolours" />
18 19
             <option value="$PROJECT_DIR$/plugins/calc" />
19 20
             <option value="$PROJECT_DIR$/plugins/conditional_execute" />
20 21
             <option value="$PROJECT_DIR$/plugins/contactlist" />
@@ -44,8 +45,6 @@
44 45
             <option value="$PROJECT_DIR$/plugins/parserdebug" />
45 46
             <option value="$PROJECT_DIR$/plugins/redirect" />
46 47
             <option value="$PROJECT_DIR$/plugins/scriptplugin" />
47
-            <option value="$PROJECT_DIR$/plugins/serverlistdialog" />
48
-            <option value="$PROJECT_DIR$/plugins/serverlists" />
49 48
             <option value="$PROJECT_DIR$/plugins/sessionlock" />
50 49
             <option value="$PROJECT_DIR$/plugins/systray" />
51 50
             <option value="$PROJECT_DIR$/plugins/tabcompletion_bash" />
@@ -60,5 +59,4 @@
60 59
       </GradleProjectSettings>
61 60
     </option>
62 61
   </component>
63
-</project>
64
-
62
+</project>

+ 3
- 4
.idea/irc.iml View File

@@ -17,9 +17,8 @@
17 17
     <orderEntry type="inheritedJdk" />
18 18
     <orderEntry type="sourceFolder" forTests="false" />
19 19
     <orderEntry type="module" module-name="common" exported="" />
20
-    <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12-beta-1" level="project" />
21
-    <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.9.5" level="project" />
22 20
     <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
21
+    <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.10.8" level="project" />
22
+    <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12-beta-3" level="project" />
23 23
   </component>
24
-</module>
25
-
24
+</module>

+ 1
- 2
.idea/parser.iml View File

@@ -14,5 +14,4 @@
14 14
     <orderEntry type="module" module-name="common" />
15 15
     <orderEntry type="module" module-name="irc" />
16 16
   </component>
17
-</module>
18
-
17
+</module>

+ 1
- 2
dmdirc.iml View File

@@ -13,5 +13,4 @@
13 13
     <orderEntry type="module" module-name="plugins" />
14 14
     <orderEntry type="module" module-name="util" />
15 15
   </component>
16
-</module>
17
-
16
+</module>

Loading…
Cancel
Save