Repository: accumulo
Updated Branches:
  refs/heads/1.6.0-SNAPSHOT 80febfa6c -> ffae5ccba


ACCUMULO-2171 update japi config files for 1.6


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: ffae5ccbac21d945b7d0e3135f54fc5f8201f5eb
Parents: 80febfa
Author: Keith Turner <ktur...@apache.org>
Authored: Wed Mar 5 20:24:50 2014 -0500
Committer: Keith Turner <ktur...@apache.org>
Committed: Wed Mar 5 20:24:50 2014 -0500

----------------------------------------------------------------------
 .../japi-compliance/japi-accumulo-1.4.xml       | 34 ------------------
 .../japi-compliance/japi-accumulo-1.5.xml       |  6 ++--
 .../japi-compliance/japi-accumulo-1.6.xml       | 38 ++++++++++++++++++++
 3 files changed, 42 insertions(+), 36 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/ffae5ccb/test/compat/japi-compliance/japi-accumulo-1.4.xml
----------------------------------------------------------------------
diff --git a/test/compat/japi-compliance/japi-accumulo-1.4.xml 
b/test/compat/japi-compliance/japi-accumulo-1.4.xml
deleted file mode 100644
index 527a9a9..0000000
--- a/test/compat/japi-compliance/japi-accumulo-1.4.xml
+++ /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.
--->
-<version>
-  1.4.2-SNAPSHOT
-</version>
-
-<archives>
-  CHANGEME/accumulo-core-1.4.2-SNAPSHOT.jar
-</archives>
-
-<skip_packages>
-  org.apache.accumulo.core.client.impl
-  org.apache.accumulo.core.client.mock
-  org.apache.accumulo.core.data.thrift
-</skip_packages>
-
-<packages>
-  org.apache.accumulo.core.client
-  org.apache.accumulo.core.data
-</packages>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/ffae5ccb/test/compat/japi-compliance/japi-accumulo-1.5.xml
----------------------------------------------------------------------
diff --git a/test/compat/japi-compliance/japi-accumulo-1.5.xml 
b/test/compat/japi-compliance/japi-accumulo-1.5.xml
index a7dd7c8..9e6f47f 100644
--- a/test/compat/japi-compliance/japi-accumulo-1.5.xml
+++ b/test/compat/japi-compliance/japi-accumulo-1.5.xml
@@ -15,11 +15,12 @@
   limitations under the License.
 -->
 <version>
-  1.6.0
+  1.5.0
 </version>
 
 <archives>
-  ../../../lib/accumulo-core.jar
+  CHANGEME/accumulo-1.5.0/lib/accumulo-core.jar
+  CHANGEME/accumulo-1.5.0/lib/accumulo-minicluster.jar
 </archives>
 
 <skip_packages>
@@ -31,5 +32,6 @@
 <packages>
   org.apache.accumulo.core.client
   org.apache.accumulo.core.data
+  org.apache.accumulo.minicluster
 </packages>
 

http://git-wip-us.apache.org/repos/asf/accumulo/blob/ffae5ccb/test/compat/japi-compliance/japi-accumulo-1.6.xml
----------------------------------------------------------------------
diff --git a/test/compat/japi-compliance/japi-accumulo-1.6.xml 
b/test/compat/japi-compliance/japi-accumulo-1.6.xml
new file mode 100644
index 0000000..36553b8
--- /dev/null
+++ b/test/compat/japi-compliance/japi-accumulo-1.6.xml
@@ -0,0 +1,38 @@
+<!--
+  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.
+-->
+<version>
+  1.6.0-SNAPSHOT
+</version>
+
+<archives>
+  ../../../core/target/accumulo-core-1.6.0-SNAPSHOT.jar
+  ../../../minicluster/target/accumulo-minicluster-1.6.0-SNAPSHOT.jar
+</archives>
+
+<skip_packages>
+  org.apache.accumulo.core.client.impl
+  org.apache.accumulo.core.client.mock
+  org.apache.accumulo.core.data.thrift
+  org.apache.accumulo.minicluster.impl
+</skip_packages>
+
+<packages>
+  org.apache.accumulo.core.client
+  org.apache.accumulo.core.data
+  org.apache.accumulo.minicluster
+</packages>
+

Reply via email to