Repository: james-project Updated Branches: refs/heads/master 73a7c4682 -> 56acfd067
JAMES-1842 Remove MailetProcessingWithoutCamelModule Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/df98b6e3 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/df98b6e3 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/df98b6e3 Branch: refs/heads/master Commit: df98b6e38d1e8dd3d61427382e96b60c4bee4793 Parents: f824e27 Author: Quynh Nguyen <qngu...@linagora.com> Authored: Thu Nov 10 14:48:25 2016 +0700 Committer: Quynh Nguyen <qngu...@linagora.com> Committed: Fri Nov 18 09:25:34 2016 +0700 ---------------------------------------------------------------------- .../MailetProcessingWithoutCamelModule.java | 34 -------------------- 1 file changed, 34 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/df98b6e3/server/container/guice/guice-common/src/main/java/org/apache/james/modules/MailetProcessingWithoutCamelModule.java ---------------------------------------------------------------------- diff --git a/server/container/guice/guice-common/src/main/java/org/apache/james/modules/MailetProcessingWithoutCamelModule.java b/server/container/guice/guice-common/src/main/java/org/apache/james/modules/MailetProcessingWithoutCamelModule.java deleted file mode 100644 index 78fbc98..0000000 --- a/server/container/guice/guice-common/src/main/java/org/apache/james/modules/MailetProcessingWithoutCamelModule.java +++ /dev/null @@ -1,34 +0,0 @@ -/**************************************************************** - * Licensed to the Apache Software Foundation (ASF) under one * - * or more contributor license agreements. See the NOTICE file * - * distributed with this work for additional information * - * regarding copyright ownership. The ASF licenses this file * - * to you under the Apache License, Version 2.0 (the * - * "License"); you may not use this file except in compliance * - * with the License. You may obtain a copy of the License at * - * * - * http://www.apache.org/licenses/LICENSE-2.0 * - * * - * Unless required by applicable law or agreed to in writing, * - * software distributed under the License is distributed on an * - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * - * KIND, either express or implied. See the License for the * - * specific language governing permissions and limitations * - * under the License. * - ****************************************************************/ -package org.apache.james.modules; - -import org.apache.james.modules.server.MailStoreRepositoryModule; -import org.apache.james.modules.server.SieveModule; - -import com.google.inject.AbstractModule; - -public class MailetProcessingWithoutCamelModule extends AbstractModule { - - @Override - protected void configure() { - install(new SieveModule()); - install(new MailStoreRepositoryModule()); - } - -} --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org