You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mnemonic.apache.org by yz...@apache.org on 2021/06/11 01:27:50 UTC

[mnemonic] branch master updated: MNEMONIC-655: Remove redundant module from source assembly

This is an automated email from the ASF dual-hosted git repository.

yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git


The following commit(s) were added to refs/heads/master by this push:
     new 0f8b068  MNEMONIC-655: Remove redundant module from source assembly
0f8b068 is described below

commit 0f8b068e8f743d4eed9688ebe933562db305ba03
Author: Zhen Li <rh...@gmail.com>
AuthorDate: Sat Jun 5 22:40:17 2021 -0700

    MNEMONIC-655: Remove redundant module from source assembly
    
    Signed-off-by: Zhen Li <rh...@gmail.com>
---
 settings.gradle           | 2 --
 tools/source-assembly.xml | 1 -
 2 files changed, 3 deletions(-)

diff --git a/settings.gradle b/settings.gradle
index 56785d9..5cc3916 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -29,7 +29,6 @@ include ':mnemonic-memory-services:mnemonic-pmdk-pmem-service'
 include ':mnemonic-memory-services'
 include ':mnemonic-computing-services:mnemonic-utilities-service'
 include ':mnemonic-computing-services'
-include ':mnemonic-query'
 include ':mnemonic-common'
 include ':mnemonic-benches:mnemonic-sort-bench'
 include ':mnemonic-benches:mnemonic-spark-kmeans-bench'
@@ -50,7 +49,6 @@ project(':mnemonic-memory-services:mnemonic-pmdk-pmem-service').projectDir = "$r
 project(':mnemonic-memory-services').projectDir = "$rootDir/mnemonic-memory-services" as File
 project(':mnemonic-computing-services:mnemonic-utilities-service').projectDir = "$rootDir/mnemonic-computing-services/mnemonic-utilities-service" as File
 project(':mnemonic-computing-services').projectDir = "$rootDir/mnemonic-computing-services" as File
-project(':mnemonic-query').projectDir = "$rootDir/mnemonic-query" as File
 project(':mnemonic-common').projectDir = "$rootDir/mnemonic-common" as File
 project(':mnemonic-benches:mnemonic-sort-bench').projectDir = "mnemonic-benches/mnemonic-sort-bench" as File
 project(':mnemonic-benches:mnemonic-spark-kmeans-bench').projectDir = "$rootDir/mnemonic-benches/mnemonic-spark-kmeans-bench" as File
diff --git a/tools/source-assembly.xml b/tools/source-assembly.xml
index 7a58c45..0653f76 100644
--- a/tools/source-assembly.xml
+++ b/tools/source-assembly.xml
@@ -37,7 +37,6 @@
         <include>org.apache.mnemonic:mnemonic-collections</include>
         <include>org.apache.mnemonic:mnemonic-sessions</include>
         <include>org.apache.mnemonic:mnemonic-examples</include>
-        <include>org.apache.mnemonic:mnemonic-query</include>
         <include>org.apache.mnemonic:mnemonic-common</include>
       </includes>
       <sources>