Browse Source

Add away colours to IDEA project.

pull/45/head
Greg Holmes 9 years ago
parent
commit
9051743965
2 changed files with 26 additions and 2 deletions
  1. 24
    0
      .idea/awaycolours.iml
  2. 2
    2
      .idea/modules.xml

+ 24
- 0
.idea/awaycolours.iml View File

@@ -0,0 +1,24 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
4
+    <output url="file://$MODULE_DIR$/plugins/awaycolours/build/classes/main" />
5
+    <output-test url="file://$MODULE_DIR$/plugins/awaycolours/build/classes/test" />
6
+    <exclude-output />
7
+    <content url="file://$MODULE_DIR$/plugins/awaycolours">
8
+      <sourceFolder url="file://$MODULE_DIR$/plugins/awaycolours/src" isTestSource="false" />
9
+      <sourceFolder url="file://$MODULE_DIR$/plugins/awaycolours/test" isTestSource="true" />
10
+    </content>
11
+    <orderEntry type="inheritedJdk" />
12
+    <orderEntry type="sourceFolder" forTests="false" />
13
+    <orderEntry type="module" module-name="client" exported="" />
14
+    <orderEntry type="library" exported="" name="Gradle: com.google.code.findbugs:jsr305:3.0.0" level="project" />
15
+    <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger-compiler:1.2.1" level="project" />
16
+    <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger:1.2.1" level="project" />
17
+    <orderEntry type="library" exported="" name="Gradle: com.squareup:javawriter:2.3.0" level="project" />
18
+    <orderEntry type="library" exported="" name="Gradle: javax.inject:javax.inject:1" level="project" />
19
+    <orderEntry type="library" exported="" name="Gradle: com.google.guava:guava:18.0" level="project" />
20
+    <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.11" level="project" />
21
+    <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.9.5" level="project" />
22
+    <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
23
+  </component>
24
+</module>

+ 2
- 2
.idea/modules.xml View File

@@ -4,6 +4,7 @@
4 4
     <modules>
5 5
       <module fileurl="file://$PROJECT_DIR$/.idea/activewindow.iml" filepath="$PROJECT_DIR$/.idea/activewindow.iml" />
6 6
       <module fileurl="file://$PROJECT_DIR$/.idea/audio.iml" filepath="$PROJECT_DIR$/.idea/audio.iml" />
7
+      <module fileurl="file://$PROJECT_DIR$/.idea/awaycolours.iml" filepath="$PROJECT_DIR$/.idea/awaycolours.iml" />
7 8
       <module fileurl="file://$PROJECT_DIR$/.idea/calc.iml" filepath="$PROJECT_DIR$/.idea/calc.iml" />
8 9
       <module fileurl="file://$PROJECT_DIR$/.idea/client.iml" filepath="$PROJECT_DIR$/.idea/client.iml" />
9 10
       <module fileurl="file://$PROJECT_DIR$/.idea/common.iml" filepath="$PROJECT_DIR$/.idea/common.iml" />
@@ -52,5 +53,4 @@
52 53
       <module fileurl="file://$PROJECT_DIR$/.idea/windowstatus.iml" filepath="$PROJECT_DIR$/.idea/windowstatus.iml" />
53 54
     </modules>
54 55
   </component>
55
-</project>
56
-
56
+</project>

Loading…
Cancel
Save