Browse Source

Move XMPP parser to plugins (sync other changes.)

pull/88/head
Greg Holmes 9 years ago
parent
commit
bf448ad849
12 changed files with 53 additions and 20 deletions
  1. 4
    5
      .idea/client.iml
  2. 3
    0
      .idea/gradle.xml
  3. 1
    0
      .idea/logging.iml
  4. 1
    0
      .idea/modules.xml
  5. 5
    4
      .idea/nickkeep.iml
  6. 3
    2
      .idea/parser.iml
  7. 1
    3
      .idea/parser_xmpp.iml
  8. 5
    4
      .idea/qauth.iml
  9. 0
    1
      .idea/ui_swing.iml
  10. 2
    1
      .idea/util.iml
  11. 27
    0
      .idea/xmpp.iml
  12. 1
    0
      settings.gradle

+ 4
- 5
.idea/client.iml View File

@@ -19,22 +19,21 @@
19 19
     <orderEntry type="module" module-name="util" exported="" />
20 20
     <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger:1.2.1" level="project" />
21 21
     <orderEntry type="library" exported="" name="Gradle: com.esotericsoftware.yamlbeans:yamlbeans:1.08" level="project" />
22
-    <orderEntry type="library" exported="" name="Gradle: com.brsanthu:migbase64:2.2" level="project" />
23
-    <orderEntry type="library" exported="" name="Gradle: net.kencochrane.raven:raven:5.0.1" level="project" />
24 22
     <orderEntry type="library" exported="" name="Gradle: com.google.guava:guava:18.0" level="project" />
25 23
     <orderEntry type="library" exported="" name="Gradle: net.engio:mbassador:1.2.0" level="project" />
26 24
     <orderEntry type="library" exported="" name="Gradle: com.google.code.findbugs:jsr305:3.0.0" level="project" />
27 25
     <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger-compiler:1.2.1" level="project" />
28 26
     <orderEntry type="library" exported="" name="Gradle: javax.inject:javax.inject:1" level="project" />
29
-    <orderEntry type="library" exported="" name="Gradle: org.slf4j:slf4j-api:1.7.7" level="project" />
30
-    <orderEntry type="library" exported="" name="Gradle: com.fasterxml.jackson.core:jackson-core:2.4.2" level="project" />
31 27
     <orderEntry type="library" exported="" name="Gradle: javax.el:el-api:2.2" level="project" />
32 28
     <orderEntry type="library" scope="TEST" name="Gradle: com.google.jimfs:jimfs:1.0" level="project" />
33 29
     <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
34 30
     <orderEntry type="module" module-name="common" exported="" />
35
-    <orderEntry type="library" exported="" name="Gradle: com.google.auto.value:auto-value:1.0-rc4" level="project" />
36 31
     <orderEntry type="library" exported="" name="Gradle: com.squareup:javawriter:2.3.0" level="project" />
37 32
     <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12" level="project" />
38 33
     <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.10.17" level="project" />
34
+    <orderEntry type="library" exported="" name="Gradle: net.kencochrane.raven:raven:6.0.0" level="project" />
35
+    <orderEntry type="library" exported="" name="Gradle: com.google.auto.value:auto-value:1.0" level="project" />
36
+    <orderEntry type="library" exported="" name="Gradle: org.slf4j:slf4j-api:1.7.9" level="project" />
37
+    <orderEntry type="library" exported="" name="Gradle: com.fasterxml.jackson.core:jackson-core:2.5.0" level="project" />
39 38
   </component>
40 39
 </module>

+ 3
- 0
.idea/gradle.xml View File

@@ -12,6 +12,7 @@
12 12
             <option value="$PROJECT_DIR$/parser" />
13 13
             <option value="$PROJECT_DIR$/parser/common" />
14 14
             <option value="$PROJECT_DIR$/parser/irc" />
15
+            <option value="$PROJECT_DIR$/parser/xmpp" />
15 16
             <option value="$PROJECT_DIR$/plugins" />
16 17
             <option value="$PROJECT_DIR$/plugins/activewindow" />
17 18
             <option value="$PROJECT_DIR$/plugins/audio" />
@@ -36,6 +37,7 @@
36 37
             <option value="$PROJECT_DIR$/plugins/mediasource_vlc" />
37 38
             <option value="$PROJECT_DIR$/plugins/mediasource_windows" />
38 39
             <option value="$PROJECT_DIR$/plugins/nickcolours" />
40
+            <option value="$PROJECT_DIR$/plugins/nickkeep" />
39 41
             <option value="$PROJECT_DIR$/plugins/nma" />
40 42
             <option value="$PROJECT_DIR$/plugins/notifications" />
41 43
             <option value="$PROJECT_DIR$/plugins/nowplaying" />
@@ -44,6 +46,7 @@
44 46
             <option value="$PROJECT_DIR$/plugins/parser_irc" />
45 47
             <option value="$PROJECT_DIR$/plugins/parser_xmpp" />
46 48
             <option value="$PROJECT_DIR$/plugins/parserdebug" />
49
+            <option value="$PROJECT_DIR$/plugins/qauth" />
47 50
             <option value="$PROJECT_DIR$/plugins/redirect" />
48 51
             <option value="$PROJECT_DIR$/plugins/scriptplugin" />
49 52
             <option value="$PROJECT_DIR$/plugins/sessionlock" />

+ 1
- 0
.idea/logging.iml View File

@@ -25,5 +25,6 @@
25 25
     <orderEntry type="library" exported="" name="Gradle: com.squareup:javawriter:2.3.0" level="project" />
26 26
     <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12" level="project" />
27 27
     <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.10.17" level="project" />
28
+    <orderEntry type="library" scope="TEST" name="Gradle: com.google.jimfs:jimfs:1.0" level="project" />
28 29
   </component>
29 30
 </module>

+ 1
- 0
.idea/modules.xml View File

@@ -52,6 +52,7 @@
52 52
       <module fileurl="file://$PROJECT_DIR$/.idea/util.iml" filepath="$PROJECT_DIR$/.idea/util.iml" />
53 53
       <module fileurl="file://$PROJECT_DIR$/.idea/windowflashing.iml" filepath="$PROJECT_DIR$/.idea/windowflashing.iml" />
54 54
       <module fileurl="file://$PROJECT_DIR$/.idea/windowstatus.iml" filepath="$PROJECT_DIR$/.idea/windowstatus.iml" />
55
+      <module fileurl="file://$PROJECT_DIR$/.idea/xmpp.iml" filepath="$PROJECT_DIR$/.idea/xmpp.iml" />
55 56
     </modules>
56 57
   </component>
57 58
 </project>

+ 5
- 4
.idea/nickkeep.iml View File

@@ -1,16 +1,17 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <module external.linked.project.id=":plugins:nickkeep" external.linked.project.path="$MODULE_DIR$/plugins/nickkeep" 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
-    <output url="file://$MODULE_DIR$/plugins/nickkeep/build" />
5
-    <output-test url="file://$MODULE_DIR$/plugins/nickkeep/build" />
4
+    <output url="file://$MODULE_DIR$/plugins/nickkeep/build/classes/main" />
5
+    <output-test url="file://$MODULE_DIR$/plugins/nickkeep/build/classes/test" />
6 6
     <exclude-output />
7 7
     <content url="file://$MODULE_DIR$/plugins/nickkeep">
8
-      <sourceFolder url="file://$MODULE_DIR$/plugins/nickkeep/res" isTestSource="false" />
9 8
       <sourceFolder url="file://$MODULE_DIR$/plugins/nickkeep/src" isTestSource="false" />
10 9
       <sourceFolder url="file://$MODULE_DIR$/plugins/nickkeep/test" isTestSource="true" />
11
-      <sourceFolder url="file://$MODULE_DIR$/plugins/nickkeep/test-res" isTestSource="true" />
10
+      <sourceFolder url="file://$MODULE_DIR$/plugins/nickkeep/res" type="java-resource" />
11
+      <sourceFolder url="file://$MODULE_DIR$/plugins/nickkeep/test-res" type="java-test-resource" />
12 12
       <sourceFolder url="file://$MODULE_DIR$/plugins/nickkeep/generated" isTestSource="false" generated="true" />
13 13
       <excludeFolder url="file://$MODULE_DIR$/plugins/nickkeep/.gradle" />
14
+      <excludeFolder url="file://$MODULE_DIR$/plugins/nickkeep/build" />
14 15
     </content>
15 16
     <orderEntry type="inheritedJdk" />
16 17
     <orderEntry type="sourceFolder" forTests="false" />

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

@@ -10,10 +10,11 @@
10 10
     </content>
11 11
     <orderEntry type="inheritedJdk" />
12 12
     <orderEntry type="sourceFolder" forTests="false" />
13
-    <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12-beta-1" level="project" />
14
-    <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.9.5" level="project" />
15 13
     <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
16 14
     <orderEntry type="module" module-name="common" />
17 15
     <orderEntry type="module" module-name="irc" />
16
+    <orderEntry type="module" module-name="xmpp" />
17
+    <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12" level="project" />
18
+    <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-core:1.10.17" level="project" />
18 19
   </component>
19 20
 </module>

+ 1
- 3
.idea/parser_xmpp.iml View File

@@ -9,15 +9,12 @@
9 9
       <sourceFolder url="file://$MODULE_DIR$/plugins/parser_xmpp/test" isTestSource="true" />
10 10
       <sourceFolder url="file://$MODULE_DIR$/plugins/parser_xmpp/res" type="java-resource" />
11 11
       <sourceFolder url="file://$MODULE_DIR$/plugins/parser_xmpp/test-res" type="java-test-resource" />
12
-      <sourceFolder url="file://$MODULE_DIR$/plugins/parser_xmpp/generated" isTestSource="false" generated="true" />
13 12
       <excludeFolder url="file://$MODULE_DIR$/plugins/parser_xmpp/.gradle" />
14 13
       <excludeFolder url="file://$MODULE_DIR$/plugins/parser_xmpp/build" />
15 14
     </content>
16 15
     <orderEntry type="inheritedJdk" />
17 16
     <orderEntry type="sourceFolder" forTests="false" />
18 17
     <orderEntry type="module" module-name="client" exported="" />
19
-    <orderEntry type="library" exported="" name="Gradle: org.igniterealtime.smack:smack:3.2.1" level="project" />
20
-    <orderEntry type="library" exported="" name="Gradle: org.igniterealtime.smack:smackx:3.2.1" level="project" />
21 18
     <orderEntry type="library" exported="" name="Gradle: com.google.code.findbugs:jsr305:3.0.0" level="project" />
22 19
     <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger-compiler:1.2.1" level="project" />
23 20
     <orderEntry type="library" exported="" name="Gradle: com.squareup.dagger:dagger:1.2.1" level="project" />
@@ -27,5 +24,6 @@
27 24
     <orderEntry type="library" exported="" name="Gradle: com.squareup:javawriter:2.3.0" level="project" />
28 25
     <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12" level="project" />
29 26
     <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.10.17" level="project" />
27
+    <orderEntry type="module" module-name="xmpp" exported="" />
30 28
   </component>
31 29
 </module>

+ 5
- 4
.idea/qauth.iml View File

@@ -1,16 +1,17 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <module external.linked.project.id=":plugins:qauth" external.linked.project.path="$MODULE_DIR$/plugins/qauth" 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
-    <output url="file://$MODULE_DIR$/plugins/qauth/build" />
5
-    <output-test url="file://$MODULE_DIR$/plugins/qauth/build" />
4
+    <output url="file://$MODULE_DIR$/plugins/qauth/build/classes/main" />
5
+    <output-test url="file://$MODULE_DIR$/plugins/qauth/build/classes/test" />
6 6
     <exclude-output />
7 7
     <content url="file://$MODULE_DIR$/plugins/qauth">
8
-      <sourceFolder url="file://$MODULE_DIR$/plugins/qauth/res" isTestSource="false" />
9 8
       <sourceFolder url="file://$MODULE_DIR$/plugins/qauth/src" isTestSource="false" />
10 9
       <sourceFolder url="file://$MODULE_DIR$/plugins/qauth/test" isTestSource="true" />
11
-      <sourceFolder url="file://$MODULE_DIR$/plugins/qauth/test-res" isTestSource="true" />
10
+      <sourceFolder url="file://$MODULE_DIR$/plugins/qauth/res" type="java-resource" />
11
+      <sourceFolder url="file://$MODULE_DIR$/plugins/qauth/test-res" type="java-test-resource" />
12 12
       <sourceFolder url="file://$MODULE_DIR$/plugins/qauth/generated" isTestSource="false" generated="true" />
13 13
       <excludeFolder url="file://$MODULE_DIR$/plugins/qauth/.gradle" />
14
+      <excludeFolder url="file://$MODULE_DIR$/plugins/qauth/build" />
14 15
     </content>
15 16
     <orderEntry type="inheritedJdk" />
16 17
     <orderEntry type="sourceFolder" forTests="false" />

+ 0
- 1
.idea/ui_swing.iml View File

@@ -18,7 +18,6 @@
18 18
     <orderEntry type="sourceFolder" forTests="false" />
19 19
     <orderEntry type="module" module-name="client" exported="" />
20 20
     <orderEntry type="library" exported="" name="Gradle: com.miglayout:miglayout-swing:4.2" level="project" />
21
-    <orderEntry type="library" exported="" name="Gradle: org.swinglabs:jxlayer:3.0.4" level="project" />
22 21
     <orderEntry type="library" exported="" name="Gradle: com.greboid.libraries:menuscroller:0.0" 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" />

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

@@ -20,7 +20,8 @@
20 20
     <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
21 21
     <orderEntry type="library" name="Gradle: com.google.code.findbugs:jsr305:3.0.0" level="project" />
22 22
     <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12" level="project" />
23
-    <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.10.17" level="project" />
24 23
     <orderEntry type="library" scope="TEST" name="Gradle: com.google.guava:guava:18.0" level="project" />
24
+    <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-core:1.10.17" level="project" />
25
+    <orderEntry type="library" scope="TEST" name="Gradle: org.objenesis:objenesis:2.1" level="project" />
25 26
   </component>
26 27
 </module>

+ 27
- 0
.idea/xmpp.iml View File

@@ -0,0 +1,27 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module external.linked.project.id=":parser:xmpp" external.linked.project.path="$MODULE_DIR$/parser/xmpp" 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/xmpp/build/classes/main" />
5
+    <output-test url="file://$MODULE_DIR$/parser/xmpp/build/classes/test" />
6
+    <exclude-output />
7
+    <content url="file://$MODULE_DIR$/parser/xmpp">
8
+      <sourceFolder url="file://$MODULE_DIR$/parser/xmpp/src" isTestSource="false" />
9
+      <sourceFolder url="file://$MODULE_DIR$/parser/xmpp/test" isTestSource="true" />
10
+      <sourceFolder url="file://$MODULE_DIR$/parser/xmpp/src/main/resources" type="java-resource" />
11
+      <sourceFolder url="file://$MODULE_DIR$/parser/xmpp/src/test/resources" type="java-test-resource" />
12
+      <excludeFolder url="file://$MODULE_DIR$/parser/xmpp/.gradle" />
13
+      <excludeFolder url="file://$MODULE_DIR$/parser/xmpp/build" />
14
+    </content>
15
+    <orderEntry type="inheritedJdk" />
16
+    <orderEntry type="sourceFolder" forTests="false" />
17
+    <orderEntry type="module" module-name="common" exported="" />
18
+    <orderEntry type="library" exported="" name="Gradle: org.igniterealtime.smack:smack:3.2.1" level="project" />
19
+    <orderEntry type="library" exported="" name="Gradle: org.igniterealtime.smack:smackx:3.2.1" level="project" />
20
+    <orderEntry type="library" scope="TEST" name="Gradle: junit:junit:4.12" level="project" />
21
+    <orderEntry type="library" scope="TEST" name="Gradle: org.mockito:mockito-all:1.10.17" level="project" />
22
+    <orderEntry type="library" scope="TEST" name="Gradle: org.hamcrest:hamcrest-core:1.3" level="project" />
23
+    <orderEntry type="library" exported="" name="Gradle: com.google.guava:guava:18.0" level="project" />
24
+    <orderEntry type="library" exported="" name="Gradle: com.google.code.findbugs:jsr305:3.0.0" level="project" />
25
+    <orderEntry type="library" exported="" name="Gradle: org.slf4j:slf4j-api:1.7.9" level="project" />
26
+  </component>
27
+</module>

+ 1
- 0
settings.gradle View File

@@ -6,6 +6,7 @@ include 'parser'
6 6
 include 'plugins'
7 7
 include 'parser:common'
8 8
 include 'parser:irc'
9
+include 'parser:xmpp'
9 10
 
10 11
 // Include all of the plugin projects
11 12
 project(':plugins').projectDir.eachDir() { File dir ->

Loading…
Cancel
Save