Sfoglia il codice sorgente

Revert "Make linux work again."

This reverts commit 60b2ab917e.

Change-Id: I153ab03407df8c5b0ae5091ec5537cacae9df061
Reviewed-on: http://gerrit.dmdirc.com/3932
Reviewed-by: Greg Holmes <greg@dmdirc.com>
Automatic-Compile: DMDirc Build Manager
pull/1/head
Chris Smith 9 anni fa
parent
commit
9aedf7b9a3
3 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 1
    1
      .idea/modules.xml
  2. 1
    1
      .idea/parser.iml
  3. 2
    2
      DMDirc.iml

+ 1
- 1
.idea/modules.xml Vedi File

@@ -2,7 +2,6 @@
2 2
 <project version="4">
3 3
   <component name="ProjectModuleManager">
4 4
     <modules>
5
-      <module fileurl="file://$PROJECT_DIR$/DMDirc.iml" filepath="$PROJECT_DIR$/DMDirc.iml" />
6 5
       <module fileurl="file://$PROJECT_DIR$/modules/plugins/activewindow/activewindow.iml" filepath="$PROJECT_DIR$/modules/plugins/activewindow/activewindow.iml" />
7 6
       <module fileurl="file://$PROJECT_DIR$/modules/plugins/audio/audio.iml" filepath="$PROJECT_DIR$/modules/plugins/audio/audio.iml" />
8 7
       <module fileurl="file://$PROJECT_DIR$/modules/plugins/calc/calc.iml" filepath="$PROJECT_DIR$/modules/plugins/calc/calc.iml" />
@@ -11,6 +10,7 @@
11 10
       <module fileurl="file://$PROJECT_DIR$/modules/plugins/dcc/dcc.iml" filepath="$PROJECT_DIR$/modules/plugins/dcc/dcc.iml" />
12 11
       <module fileurl="file://$PROJECT_DIR$/modules/plugins/dcop/dcop.iml" filepath="$PROJECT_DIR$/modules/plugins/dcop/dcop.iml" />
13 12
       <module fileurl="file://$PROJECT_DIR$/modules/plugins/debug/debug.iml" filepath="$PROJECT_DIR$/modules/plugins/debug/debug.iml" />
13
+      <module fileurl="file://$PROJECT_DIR$/dmdirc.iml" filepath="$PROJECT_DIR$/dmdirc.iml" />
14 14
       <module fileurl="file://$PROJECT_DIR$/modules/plugins/dns/dns.iml" filepath="$PROJECT_DIR$/modules/plugins/dns/dns.iml" />
15 15
       <module fileurl="file://$PROJECT_DIR$/modules/plugins/exec/exec.iml" filepath="$PROJECT_DIR$/modules/plugins/exec/exec.iml" />
16 16
       <module fileurl="file://$PROJECT_DIR$/modules/plugins/freedesktop_notifications/freedesktop_notifications.iml" filepath="$PROJECT_DIR$/modules/plugins/freedesktop_notifications/freedesktop_notifications.iml" />

+ 1
- 1
.idea/parser.iml Vedi File

@@ -1,5 +1,5 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2
-<module external.linked.project.id=":modules:parser" external.linked.project.path="$MODULE_DIR$/modules/parser" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="DMDirc.modules" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
2
+<module external.linked.project.id=":modules:parser" external.linked.project.path="$MODULE_DIR$/modules/parser" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="dmdirc.modules" 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$/modules/parser/build/classes/main" />
5 5
     <output-test url="file://$MODULE_DIR$/modules/parser/build/classes/test" />

+ 2
- 2
DMDirc.iml Vedi File

@@ -1,5 +1,5 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2
-<module external.linked.project.id="DMDirc" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
2
+<module external.linked.project.id="dmdirc" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" 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$/build/classes/main" />
5 5
     <output-test url="file://$MODULE_DIR$/build/classes/test" />
@@ -17,6 +17,7 @@
17 17
     </content>
18 18
     <orderEntry type="inheritedJdk" />
19 19
     <orderEntry type="sourceFolder" forTests="false" />
20
+    <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
20 21
     <orderEntry type="module" module-name="util" exported="" />
21 22
     <orderEntry type="module" module-name="parser" exported="" />
22 23
     <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger:1.2.1" level="project" />
@@ -33,7 +34,6 @@
33 34
     <orderEntry type="library" exported="" name="Gradle: com.squareup:javawriter:2.3.0" level="project" />
34 35
     <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12-beta-1" level="project" />
35 36
     <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.9.5" level="project" />
36
-    <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
37 37
   </component>
38 38
 </module>
39 39
 

Loading…
Annulla
Salva