# Removed interop package from Ignite.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/93092b99 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/93092b99 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/93092b99 Branch: refs/heads/ignite-61 Commit: 93092b995877fa16d9245139d7e0934ec63ddb23 Parents: 2ac7a8d Author: vozerov-gridgain <voze...@gridgain.com> Authored: Sat Feb 7 00:10:50 2015 +0300 Committer: vozerov-gridgain <voze...@gridgain.com> Committed: Sat Feb 7 00:10:50 2015 +0300 ---------------------------------------------------------------------- .../ignite/interop/InteropConfiguration.java | 30 -------------------- .../java/org/apache/ignite/interop/package.html | 25 ---------------- pom.xml | 4 --- 3 files changed, 59 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/93092b99/modules/core/src/main/java/org/apache/ignite/interop/InteropConfiguration.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/interop/InteropConfiguration.java b/modules/core/src/main/java/org/apache/ignite/interop/InteropConfiguration.java deleted file mode 100644 index 70dd8d2..0000000 --- a/modules/core/src/main/java/org/apache/ignite/interop/InteropConfiguration.java +++ /dev/null @@ -1,30 +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.ignite.interop; - -/** - * Interop configuration marker interface. - */ -public interface InteropConfiguration { - /** - * Create configuration copy. - * - * @return Copy. - */ - public InteropConfiguration copy(); -} http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/93092b99/modules/core/src/main/java/org/apache/ignite/interop/package.html ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/interop/package.html b/modules/core/src/main/java/org/apache/ignite/interop/package.html deleted file mode 100644 index 85136f8..0000000 --- a/modules/core/src/main/java/org/apache/ignite/interop/package.html +++ /dev/null @@ -1,25 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> - -<!-- - 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. ---> - -<html> -<body> -<!-- Package description. --> -Contains interoperability API. -</body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/93092b99/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9b1a328..ff39cfe 100644 --- a/pom.xml +++ b/pom.xml @@ -1011,10 +1011,6 @@ <title>Spring Caching</title> <packages>org.apache.ignite.cache.spring</packages> </group> - <group> - <title>Interop</title> - <packages>org.apache.ignite.interop</packages> - </group> </groups> <header> <![CDATA[