This is an automated email from the ASF dual-hosted git repository.
machristie pushed a commit to branch airavata-2938-change-db-initialization-in-registry-server-to-use-registry-refactoring-code
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/airavata-2938-change-db-initialization-in-registry-server-to-use-registry-refactoring-code
by this push:
new 8ce3f3a AIRAVATA-2938 Fixing path to sharing registry mysql init scripts
8ce3f3a is described below
commit 8ce3f3a1d08012b85759371bf177c492bb6a2e99
Author: Marcus Christie <machristie@apache.org>
AuthorDate: Fri Jan 25 10:28:41 2019 -0500
AIRAVATA-2938 Fixing path to sharing registry mysql init scripts
---
modules/distribution/src/main/assembly/bin-assembly.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/distribution/src/main/assembly/bin-assembly.xml b/modules/distribution/src/main/assembly/bin-assembly.xml
index f346334..57343cd 100644
--- a/modules/distribution/src/main/assembly/bin-assembly.xml
+++ b/modules/distribution/src/main/assembly/bin-assembly.xml
@@ -86,7 +86,7 @@
</includes>
</fileSet>
<fileSet>
- <directory>../sharing-registry/sharing-registry-core/src/main/resources/
+ <directory>../sharing-registry/sharing-registry-server/src/main/resources/
</directory>
<outputDirectory>bin/database_scripts
</outputDirectory>
|