You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/03/10 02:49:41 UTC

[02/10] calcite git commit: [CALCITE-1137] Exclude Avatica from Calcite source release

[CALCITE-1137] Exclude Avatica from Calcite source release


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

Branch: refs/heads/branch-avatica-1.7
Commit: b58200bcfe1eda02c7c73f59adc1ddcc6495075e
Parents: d1bbc0a
Author: Josh Elser <el...@apache.org>
Authored: Wed Mar 9 10:58:51 2016 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Wed Mar 9 16:12:29 2016 -0500

----------------------------------------------------------------------
 src/main/config/assemblies/source-assembly.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/b58200bc/src/main/config/assemblies/source-assembly.xml
----------------------------------------------------------------------
diff --git a/src/main/config/assemblies/source-assembly.xml b/src/main/config/assemblies/source-assembly.xml
index 2b1f930..bb38693 100644
--- a/src/main/config/assemblies/source-assembly.xml
+++ b/src/main/config/assemblies/source-assembly.xml
@@ -84,6 +84,9 @@ limitations under the License.
         </exclude>
         <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/)(.*/)?release\.properties]
         </exclude>
+
+        <!-- Avatica -->
+        <exclude>avatica/**</exclude>
       </excludes>
     </fileSet>
     <!-- LICENSE, NOTICE, DEPENDENCIES, git.properties, etc. calculated at build time -->