Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 5a7108d

Browse files
authored
Merge pull request #1 from daniel0611/feature/41-plugin-structure-rework
Replace pluggable classes with the new plugin.xml format
2 parents 365e61f + 645f223 commit 5a7108d

File tree

4 files changed

+28
-66
lines changed

4 files changed

+28
-66
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<plugin>
2+
<name>sample</name>
3+
<author>sebinside</author>
4+
<description>Sample plugin for testing purposes.</description>
5+
<api>
6+
<major>3</major>
7+
<minor>0</minor>
8+
</api>
9+
<version>0.3.0</version>
10+
<website>http://codeoverflow.org</website>
11+
<sourceRepo>https://github.com/codeoverflow-org/chatoverflow-plugins</sourceRepo>
12+
<bugtracker>https://github.com/codeoverflow-org/chatoverflow/issues</bugtracker>
13+
<license>EPL-2.0</license>
14+
</plugin>

sample/src/main/scala/Sample.scala

Lines changed: 0 additions & 49 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<plugin>
2+
<name>testall</name>
3+
<author>joblo2213</author>
4+
<description>A plugin to simplify testing of all services.</description>
5+
<api>
6+
<major>3</major>
7+
<minor>0</minor>
8+
</api>
9+
<version>0.3.0</version>
10+
<website>http://codeoverflow.org</website>
11+
<sourceRepo>https://github.com/codeoverflow-org/chatoverflow-plugins</sourceRepo>
12+
<bugtracker>https://github.com/codeoverflow-org/chatoverflow/issues</bugtracker>
13+
<license>EPL-2.0</license>
14+
</plugin>

testall/src/main/scala/testall.scala

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)