Selaa lähdekoodia

Update IDEA config for new parser modules.

pull/20/head
Chris Smith 9 vuotta sitten
vanhempi
commit
c061958381
8 muutettua tiedostoa jossa 58 lisäystä ja 13 poistoa
  1. 1
    1
      .idea/client.iml
  2. 24
    0
      .idea/common.iml
  3. 2
    0
      .idea/gradle.xml
  4. 1
    2
      .idea/identd.iml
  5. 25
    0
      .idea/irc.iml
  6. 2
    0
      .idea/modules.xml
  7. 2
    9
      .idea/parser.iml
  8. 1
    1
      .idea/parser_irc.iml

+ 1
- 1
.idea/client.iml Näytä tiedosto

@@ -25,7 +25,6 @@
25 25
     <orderEntry type="library" exported="" name="Gradle: net.kencochrane.raven:raven:5.0.1" level="project" />
26 26
     <orderEntry type="library" exported="" name="Gradle: com.google.guava:guava:18.0" level="project" />
27 27
     <orderEntry type="library" exported="" name="Gradle: net.engio:mbassador:1.2.0" level="project" />
28
-    <orderEntry type="library" exported="" name="Gradle: com.dmdirc.parser:common:0.8-38-gbfc363c-SNAPSHOT" level="project" />
29 28
     <orderEntry type="library" exported="" name="Gradle: com.google.code.findbugs:jsr305:3.0.0" level="project" />
30 29
     <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger-compiler:1.2.1" level="project" />
31 30
     <orderEntry type="library" exported="" name="Gradle: javax.inject:javax.inject:1" level="project" />
@@ -37,6 +36,7 @@
37 36
     <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.9.5" level="project" />
38 37
     <orderEntry type="library" scope="TEST" name="Gradle: com.google.jimfs:jimfs:1.0" level="project" />
39 38
     <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
39
+    <orderEntry type="module" module-name="common" exported="" />
40 40
   </component>
41 41
 </module>
42 42
 

+ 24
- 0
.idea/common.iml Näytä tiedosto

@@ -0,0 +1,24 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module external.linked.project.id=":parser:common" external.linked.project.path="$MODULE_DIR$/parser/common" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.dmdirc.parser" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
4
+    <output url="file://$MODULE_DIR$/parser/common/build/classes/main" />
5
+    <output-test url="file://$MODULE_DIR$/parser/common/build/classes/test" />
6
+    <exclude-output />
7
+    <content url="file://$MODULE_DIR$/parser/common">
8
+      <sourceFolder url="file://$MODULE_DIR$/parser/common/src" isTestSource="false" />
9
+      <sourceFolder url="file://$MODULE_DIR$/parser/common/src/main/java" isTestSource="false" />
10
+      <sourceFolder url="file://$MODULE_DIR$/parser/common/src/test/java" isTestSource="true" />
11
+      <sourceFolder url="file://$MODULE_DIR$/parser/common/test" isTestSource="true" />
12
+      <sourceFolder url="file://$MODULE_DIR$/parser/common/src/main/resources" type="java-resource" />
13
+      <sourceFolder url="file://$MODULE_DIR$/parser/common/src/test/resources" type="java-test-resource" />
14
+      <excludeFolder url="file://$MODULE_DIR$/parser/common/.gradle" />
15
+      <excludeFolder url="file://$MODULE_DIR$/parser/common/build" />
16
+    </content>
17
+    <orderEntry type="inheritedJdk" />
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
+    <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
22
+  </component>
23
+</module>
24
+

+ 2
- 0
.idea/gradle.xml Näytä tiedosto

@@ -10,6 +10,8 @@
10 10
             <option value="$PROJECT_DIR$" />
11 11
             <option value="$PROJECT_DIR$/client" />
12 12
             <option value="$PROJECT_DIR$/parser" />
13
+            <option value="$PROJECT_DIR$/parser/common" />
14
+            <option value="$PROJECT_DIR$/parser/irc" />
13 15
             <option value="$PROJECT_DIR$/plugins" />
14 16
             <option value="$PROJECT_DIR$/plugins/activewindow" />
15 17
             <option value="$PROJECT_DIR$/plugins/audio" />

+ 1
- 2
.idea/identd.iml Näytä tiedosto

@@ -21,15 +21,14 @@
21 21
     <orderEntry type="module" module-name="client" exported="" />
22 22
     <orderEntry type="library" exported="" name="Gradle: com.google.code.findbugs:jsr305:3.0.0" level="project" />
23 23
     <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger-compiler:1.2.1" level="project" />
24
-    <orderEntry type="library" exported="" name="Gradle: com.dmdirc.parser:irc:0.8-39-g830e54a-SNAPSHOT" level="project" />
25 24
     <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger:1.2.1" level="project" />
26 25
     <orderEntry type="library" exported="" name="Gradle: com.squareup:javawriter:2.3.0" level="project" />
27
-    <orderEntry type="library" exported="" name="Gradle: com.dmdirc.parser:common:0.8-38-gbfc363c-SNAPSHOT" level="project" />
28 26
     <orderEntry type="library" exported="" name="Gradle: javax.inject:javax.inject:1" level="project" />
29 27
     <orderEntry type="library" exported="" name="Gradle: com.google.guava:guava:18.0" level="project" />
30 28
     <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.11" level="project" />
31 29
     <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.9.5" level="project" />
32 30
     <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
31
+    <orderEntry type="module" module-name="irc" exported="" />
33 32
   </component>
34 33
 </module>
35 34
 

+ 25
- 0
.idea/irc.iml Näytä tiedosto

@@ -0,0 +1,25 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module external.linked.project.id=":parser:irc" external.linked.project.path="$MODULE_DIR$/parser/irc" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="com.dmdirc.parser" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
3
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
4
+    <output url="file://$MODULE_DIR$/parser/irc/build/classes/main" />
5
+    <output-test url="file://$MODULE_DIR$/parser/irc/build/classes/test" />
6
+    <exclude-output />
7
+    <content url="file://$MODULE_DIR$/parser/irc">
8
+      <sourceFolder url="file://$MODULE_DIR$/parser/irc/src" isTestSource="false" />
9
+      <sourceFolder url="file://$MODULE_DIR$/parser/irc/src/main/java" isTestSource="false" />
10
+      <sourceFolder url="file://$MODULE_DIR$/parser/irc/src/test/java" isTestSource="true" />
11
+      <sourceFolder url="file://$MODULE_DIR$/parser/irc/test" isTestSource="true" />
12
+      <sourceFolder url="file://$MODULE_DIR$/parser/irc/src/main/resources" type="java-resource" />
13
+      <sourceFolder url="file://$MODULE_DIR$/parser/irc/src/test/resources" type="java-test-resource" />
14
+      <excludeFolder url="file://$MODULE_DIR$/parser/irc/.gradle" />
15
+      <excludeFolder url="file://$MODULE_DIR$/parser/irc/build" />
16
+    </content>
17
+    <orderEntry type="inheritedJdk" />
18
+    <orderEntry type="sourceFolder" forTests="false" />
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
+    <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
23
+  </component>
24
+</module>
25
+

+ 2
- 0
.idea/modules.xml Näytä tiedosto

@@ -6,6 +6,7 @@
6 6
       <module fileurl="file://$PROJECT_DIR$/.idea/audio.iml" filepath="$PROJECT_DIR$/.idea/audio.iml" />
7 7
       <module fileurl="file://$PROJECT_DIR$/.idea/calc.iml" filepath="$PROJECT_DIR$/.idea/calc.iml" />
8 8
       <module fileurl="file://$PROJECT_DIR$/.idea/client.iml" filepath="$PROJECT_DIR$/.idea/client.iml" />
9
+      <module fileurl="file://$PROJECT_DIR$/.idea/common.iml" filepath="$PROJECT_DIR$/.idea/common.iml" />
9 10
       <module fileurl="file://$PROJECT_DIR$/.idea/conditional_execute.iml" filepath="$PROJECT_DIR$/.idea/conditional_execute.iml" />
10 11
       <module fileurl="file://$PROJECT_DIR$/.idea/contactlist.iml" filepath="$PROJECT_DIR$/.idea/contactlist.iml" />
11 12
       <module fileurl="file://$PROJECT_DIR$/.idea/dcc.iml" filepath="$PROJECT_DIR$/.idea/dcc.iml" />
@@ -16,6 +17,7 @@
16 17
       <module fileurl="file://$PROJECT_DIR$/.idea/exec.iml" filepath="$PROJECT_DIR$/.idea/exec.iml" />
17 18
       <module fileurl="file://$PROJECT_DIR$/.idea/freedesktop_notifications.iml" filepath="$PROJECT_DIR$/.idea/freedesktop_notifications.iml" />
18 19
       <module fileurl="file://$PROJECT_DIR$/.idea/identd.iml" filepath="$PROJECT_DIR$/.idea/identd.iml" />
20
+      <module fileurl="file://$PROJECT_DIR$/.idea/irc.iml" filepath="$PROJECT_DIR$/.idea/irc.iml" />
19 21
       <module fileurl="file://$PROJECT_DIR$/.idea/lagdisplay.iml" filepath="$PROJECT_DIR$/.idea/lagdisplay.iml" />
20 22
       <module fileurl="file://$PROJECT_DIR$/.idea/logging.iml" filepath="$PROJECT_DIR$/.idea/logging.iml" />
21 23
       <module fileurl="file://$PROJECT_DIR$/.idea/mediasource_dbus.iml" filepath="$PROJECT_DIR$/.idea/mediasource_dbus.iml" />

+ 2
- 9
.idea/parser.iml Näytä tiedosto

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

+ 1
- 1
.idea/parser_irc.iml Näytä tiedosto

@@ -19,7 +19,6 @@
19 19
     <orderEntry type="inheritedJdk" />
20 20
     <orderEntry type="sourceFolder" forTests="false" />
21 21
     <orderEntry type="module" module-name="client" exported="" />
22
-    <orderEntry type="library" exported="" name="Gradle: com.dmdirc.parser:irc:0.8-39-g830e54a-SNAPSHOT" level="project" />
23 22
     <orderEntry type="library" exported="" name="Gradle: com.google.code.findbugs:jsr305:3.0.0" level="project" />
24 23
     <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger-compiler:1.2.1" level="project" />
25 24
     <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger:1.2.1" level="project" />
@@ -29,6 +28,7 @@
29 28
     <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.11" level="project" />
30 29
     <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.9.5" level="project" />
31 30
     <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
31
+    <orderEntry type="module" module-name="irc" exported="" />
32 32
   </component>
33 33
 </module>
34 34
 

Loading…
Peruuta
Tallenna