You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2015/05/11 17:09:58 UTC

[2/3] accumulo git commit: ACCUMULO-3743 Add in JAPI xml file for 1.7.0

ACCUMULO-3743 Add in JAPI xml file for 1.7.0


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

Branch: refs/heads/master
Commit: 1c6e4b6b9fadd085b09037a4491e0a3ba3bc28e0
Parents: 2807c14
Author: Josh Elser <el...@apache.org>
Authored: Mon May 11 11:09:17 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Mon May 11 11:09:17 2015 -0400

----------------------------------------------------------------------
 .../japi-compliance/japi-accumulo-1.7.0.xml     | 38 ++++++++++++++++++++
 1 file changed, 38 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/1c6e4b6b/test/compat/japi-compliance/japi-accumulo-1.7.0.xml
----------------------------------------------------------------------
diff --git a/test/compat/japi-compliance/japi-accumulo-1.7.0.xml b/test/compat/japi-compliance/japi-accumulo-1.7.0.xml
new file mode 100644
index 0000000..6caee4d
--- /dev/null
+++ b/test/compat/japi-compliance/japi-accumulo-1.7.0.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.7.0
+</version>
+
+<archives>
+  ../../../core/target/accumulo-core-1.7.0.jar
+  ../../../minicluster/target/accumulo-minicluster-1.7.0.jar
+</archives>
+
+<skip_packages>
+  org.apache.accumulo.core.client.impl
+  org.apache.accumulo.core.client.lexicoders.impl
+  org.apache.accumulo.core.client.mapreduce.lib.impl
+  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>