From 5d31a9c514fb29a5a92550b1e8fc245c38725ae2 Mon Sep 17 00:00:00 2001 From: Lars Windauer Date: Tue, 24 Nov 2020 17:14:24 +0100 Subject: [PATCH 1/2] added git info to repo.xml --- .gitignore | 2 + README.md | 12 +-- build.properties.xml | 10 --- build.xml | 154 +++++++++++--------------------------- collection.xconf.tmpl | 26 ------- repo.xml => repo.xml.tmpl | 2 +- 6 files changed, 46 insertions(+), 160 deletions(-) delete mode 100644 collection.xconf.tmpl rename repo.xml => repo.xml.tmpl (82%) diff --git a/.gitignore b/.gitignore index 4e5ce30..cb03b90 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ build/* .existdb.json .DS_Store +expath-pkg.xml +repo.xml \ No newline at end of file diff --git a/README.md b/README.md index efe95c5..6a34b8f 100644 --- a/README.md +++ b/README.md @@ -24,16 +24,6 @@ The data and app are very preliminary and subject to reorganization. ```shell ant ``` - - 2. DEV environment: The replication triggers for the producer server are enabled in `collection.xconf` and point to the dev server's replication service IP. - ```shell - ant xar-dev - ``` - - 3. PROD environment: Same as in 2. but for PROD destination - ```shell - ant xar-prod - ``` - + - Upload build/terms-0.1.xar to eXist-db's Dashboard > Package Manager - Open http://localhost:8080/exist/apps/terms diff --git a/build.properties.xml b/build.properties.xml index 323cba1..dcdd42d 100644 --- a/build.properties.xml +++ b/build.properties.xml @@ -6,14 +6,4 @@ Terms 0.4 - - - failover:tcp://10.0.1.114:61616 - failover:tcp://10.0.1.131:61616 - - - dynamicTopics/hsg-replication - dynamicTopics/hsg-replication - - diff --git a/build.xml b/build.xml index 7870803..0a9c5d8 100644 --- a/build.xml +++ b/build.xml @@ -1,136 +1,66 @@ - + - + + + - + + + - + - - - - - - - - - - - - + - - + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - + + - + + + + + + + + + + + + + + Git repo: ${repository.version} + + + + + + + + + Git time: ${git.time} + + \ No newline at end of file diff --git a/collection.xconf.tmpl b/collection.xconf.tmpl deleted file mode 100644 index 2007162..0000000 --- a/collection.xconf.tmpl +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/repo.xml b/repo.xml.tmpl similarity index 82% rename from repo.xml rename to repo.xml.tmpl index 1475a82..2d83ede 100644 --- a/repo.xml +++ b/repo.xml.tmpl @@ -1,5 +1,5 @@ - + Terms Office of the Historian https://history.state.gov From 86b0b099e826afb138ce0c55ef7406e9112d4edf Mon Sep 17 00:00:00 2001 From: Lars Windauer Date: Tue, 24 Nov 2020 23:34:21 +0100 Subject: [PATCH 2/2] switched from filterset to filterchain --- build.xml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/build.xml b/build.xml index 0a9c5d8..ddf44c1 100644 --- a/build.xml +++ b/build.xml @@ -19,14 +19,20 @@ - - - - - - - - + + + + + + + + + + + + + +