ignite-432 package.html becomes package-info.java

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/b92a4299
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/b92a4299
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/b92a4299

Branch: refs/heads/ignite-409
Commit: b92a4299ebc8868d2cf340bbeffcd83fbb9039da
Parents: 5183626
Author: avinogradov <avinogra...@gridgain.com>
Authored: Wed Mar 18 19:16:20 2015 +0300
Committer: avinogradov <avinogra...@gridgain.com>
Committed: Wed Mar 18 19:16:20 2015 +0300

----------------------------------------------------------------------
 .../ignite/spi/indexing/noop/package-info.java  | 22 ++++++++++++++++++
 .../ignite/spi/indexing/noop/package.html       | 24 --------------------
 2 files changed, 22 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b92a4299/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package-info.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package-info.java
 
b/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package-info.java
new file mode 100644
index 0000000..75d40e9
--- /dev/null
+++ 
b/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * 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 description. -->
+ * Contains default no-op indexing SPI implementation.
+ */
+package org.apache.ignite.spi.indexing.noop;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/b92a4299/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package.html
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package.html 
b/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package.html
deleted file mode 100644
index 8faf421..0000000
--- 
a/modules/core/src/main/java/org/apache/ignite/spi/indexing/noop/package.html
+++ /dev/null
@@ -1,24 +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.
--->
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
-<html>
-<body>
-    <!-- Package description. -->
-    Contains default no-op indexing SPI implementation.
-</body>
-</html>

Reply via email to