Commit 2f0ea660 authored by Christian Schudt's avatar Christian Schudt Committed by daryl herzmann

Remove ofmeet plugin

parent f5ee1de2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>plugins</artifactId>
<groupId>org.igniterealtime.openfire</groupId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.igniterealtime.openfire.plugins</groupId>
<artifactId>ofmeet</artifactId>
<name>OFMeet Plugin</name>
<build>
<sourceDirectory>../../src/plugins/ofmeet/src/java</sourceDirectory>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
<module>motd</module> <module>motd</module>
<module>mucservice</module> <module>mucservice</module>
<module>nodejs</module> <module>nodejs</module>
<!--<module>ofmeet</module>-->
<module>packetFilter</module> <module>packetFilter</module>
<!--<module>rayo</module>--> <!--<module>rayo</module>-->
<module>presence</module> <module>presence</module>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment