You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2017/01/19 11:23:11 UTC

[1/2] james-project git commit: MAILET-150 Correct rat plugin on ICS

Repository: james-project
Updated Branches:
  refs/heads/master 105b6da03 -> 9ca2ca736


MAILET-150 Correct rat plugin on ICS


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/10fac2c9
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/10fac2c9
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/10fac2c9

Branch: refs/heads/master
Commit: 10fac2c9f5cc209237f2cf127807bf3730251910
Parents: 105b6da
Author: Benoit Tellier <bt...@linagora.com>
Authored: Thu Jan 19 18:05:57 2017 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Thu Jan 19 18:05:57 2017 +0700

----------------------------------------------------------------------
 mailet/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/10fac2c9/mailet/pom.xml
----------------------------------------------------------------------
diff --git a/mailet/pom.xml b/mailet/pom.xml
index 8b443b0..a9fcced 100644
--- a/mailet/pom.xml
+++ b/mailet/pom.xml
@@ -280,6 +280,7 @@
                                 <exclude>**/LICENSE*</exclude>
                                 <exclude>**/target/**</exclude>
                                 <exclude>**/*.iml</exclude>
+                                <exclude>**/*.ics</exclude>
                                 <exclude>src/site/**</exclude>
                             </excludes>
                         </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[2/2] james-project git commit: MAILET-150 Add the icalendar dependancy

Posted by bt...@apache.org.
MAILET-150 Add the icalendar dependancy


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/9ca2ca73
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/9ca2ca73
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/9ca2ca73

Branch: refs/heads/master
Commit: 9ca2ca736557bf66c4a03da20b32d7194fbd6d73
Parents: 10fac2c
Author: Benoit Tellier <bt...@linagora.com>
Authored: Thu Jan 19 18:07:32 2017 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Thu Jan 19 18:07:32 2017 +0700

----------------------------------------------------------------------
 server/container/guice/cassandra-guice/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/9ca2ca73/server/container/guice/cassandra-guice/pom.xml
----------------------------------------------------------------------
diff --git a/server/container/guice/cassandra-guice/pom.xml b/server/container/guice/cassandra-guice/pom.xml
index 8474264..2f49a97 100644
--- a/server/container/guice/cassandra-guice/pom.xml
+++ b/server/container/guice/cassandra-guice/pom.xml
@@ -217,6 +217,11 @@
                     <scope>test</scope>
                 </dependency>
                 <dependency>
+                    <groupId>org.apache.james</groupId>
+                    <artifactId>apache-mailet-icalendar</artifactId>
+                    <version>${project.version}</version>
+                </dependency>
+                <dependency>
                     <groupId>${project.groupId}</groupId>
                     <artifactId>apache-james-mailbox-tika</artifactId>
                 </dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org