From 9d9733493ae56dcef2146b9dce1886bc35bf4e48 Mon Sep 17 00:00:00 2001 From: Malo <mtc@kereval.com> Date: Tue, 13 Apr 2021 16:15:58 +0200 Subject: [PATCH] update URL from gforge to svn.ihe-europe.net --- Authentication-Simulator/installation.md | 2 +- CTS/installation.md | 4 ++-- EPR-ATC-Simulator/installation.md | 4 ++-- EPR-Assertion-Provider-Simulator/installation.md | 2 +- EVS-Client/pixelmed_and_dicom3tools.md | 4 ++-- Gazelle-Calibration/installation.md | 4 ++-- Gazelle-STS/installation.md | 2 +- Gazelle-STS/user.md | 2 +- Gazelle-Transformation-Service/installation.md | 2 +- Gazelle-X-Validator-Rule-Editor/installation.md | 6 +++--- Gazelle-X-Validator-Rule-Editor/user.md | 6 +++--- Schematron-Validator/installation.md | 2 +- XDW-Simulator/installation.md | 2 +- 13 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Authentication-Simulator/installation.md b/Authentication-Simulator/installation.md index 0007f3d..166b694 100644 --- a/Authentication-Simulator/installation.md +++ b/Authentication-Simulator/installation.md @@ -13,7 +13,7 @@ customer: eHealth Suisse # Sources & binaries -Authentication Simulator is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Subversion at [https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/simulators/authentication-simulator/](https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/simulators/authentication-simulator/). +Authentication Simulator is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Subversion at [https://svn.ihe-europe.net/gazelle/Maven/simulators/authentication-simulator/](https://svn.ihe-europe.net/gazelle/Maven/simulators/authentication-simulator/). The latest public packaged release can be downloaded from our Nexus repository [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~authentication-simulator-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~authentication-simulator-ear) (search for **authentication-simulator-X.X.X.ear**) for Authentication Simulator and [https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~idp-adapter-ear](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~idp-adapte-ear) (search for **idp-adapte-X.X.X.ear**) for the IDP Adapter. diff --git a/CTS/installation.md b/CTS/installation.md index b5bcc87..e48cc49 100644 --- a/CTS/installation.md +++ b/CTS/installation.md @@ -415,9 +415,9 @@ The CTS is obtained from the Reference Environment 1.2. Clone the virtual machine of the reference environment. Start it -Download the packaging scripts on the VM from the SVN repository : https://scm.gforge.inria.fr/anonscm/svn/gazelle/scripts/vm-packaging/branches/CTS +Download the packaging scripts on the VM from the SVN repository : https://svn.ihe-europe.net/gazelle/scripts/vm-packaging/branches/CTS -`svn checkout https://scm.gforge.inria.fr/anonscm/svn/gazelle/scripts/vm-packaging/branches/CTS packaging-scripts/` +`svn checkout https://svn.ihe-europe.net/gazelle/scripts/vm-packaging/branches/CTS packaging-scripts/` There is two main scripts : - cleanup_data_for_distribution.sh : Delete all data not needed for the CTS diff --git a/EPR-ATC-Simulator/installation.md b/EPR-ATC-Simulator/installation.md index 03cee71..cd93d9f 100644 --- a/EPR-ATC-Simulator/installation.md +++ b/EPR-ATC-Simulator/installation.md @@ -15,7 +15,7 @@ customer: IHE-EUROPE ## Source Code -Sources of the tool are available on Inria's Gforge in the Gazelle project: +Sources of the tool are available on Inria's Gitlab in the Gazelle project: [EPR > atc-repository](https://gitlab.inria.fr/gazelle/specific-tools/epr/atc-repository). ## Patient Audit Consumer @@ -68,4 +68,4 @@ You will then be able to use following commands to respectively start the Mock s  sudo service atcRecordRepositoryMock start  sudo service atcRecordRepositoryMock status  sudo service atcRecordRepositoryMock stop -``` \ No newline at end of file +``` diff --git a/EPR-Assertion-Provider-Simulator/installation.md b/EPR-Assertion-Provider-Simulator/installation.md index f595181..3488de4 100644 --- a/EPR-Assertion-Provider-Simulator/installation.md +++ b/EPR-Assertion-Provider-Simulator/installation.md @@ -61,7 +61,7 @@ cp target/epr-saml-generator-X.X.X-jar-with-dependencies.jar $SOAPUI_INSTALL_DIR ### Get the Subversion project ```bash -svn checkout https://scm.gforge.inria.fr/anonscm/svn/gazelle/EPD/trunk/epr-assertion-provider-mockup/ $EPR_AP_MOCK_DIR +svn checkout https://svn.ihe-europe.net/gazelle/EPD/trunk/epr-assertion-provider-mockup/ $EPR_AP_MOCK_DIR ``` ### Install libraries required by SoapUI diff --git a/EVS-Client/pixelmed_and_dicom3tools.md b/EVS-Client/pixelmed_and_dicom3tools.md index af8a05f..8976b50 100644 --- a/EVS-Client/pixelmed_and_dicom3tools.md +++ b/EVS-Client/pixelmed_and_dicom3tools.md @@ -26,7 +26,7 @@ customer: IHE-EUROPE - Retrieve the Pixelmed project from subversion : ```bash -svn checkout https://scm.gforge.inria.fr/svn/gazelle/validators/packaging/pixelmed-jar/trunk +svn checkout https://svn.ihe-europe.net/gazelle/validators/packaging/pixelmed-jar/trunk ``` - In the pom.xml, update the version of pixelmed dependency : @@ -69,7 +69,7 @@ vim /opt/pixelmed/bin/pixelmedValidator.sh - Retrieve the DICOMEVS-Api project from subversion repository : ```bash -svn checkout https://scm.gforge.inria.fr/svn/gazelle/Maven/DICOMEVS-Api/trunk +svn checkout https://svn.ihe-europe.net/gazelle/Maven/DICOMEVS-Api/trunk ``` - In the pom.xml, update the version of pixelmed dependency : diff --git a/Gazelle-Calibration/installation.md b/Gazelle-Calibration/installation.md index 7671c42..e52d421 100644 --- a/Gazelle-Calibration/installation.md +++ b/Gazelle-Calibration/installation.md @@ -21,7 +21,7 @@ The purpose of this document is the installation of Gazelle-calibration on a VM. ### Install gazelle-calibration -The project can be found at [https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/gazelle-calibration/trunk/](https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/gazelle-calibration/trunk/) +The project can be found at [https://svn.ihe-europe.net/gazelle/Maven/gazelle-calibration/trunk/](https://svn.ihe-europe.net/gazelle/Maven/gazelle-calibration/trunk/) If you don't already have a zip of the project, create one with : - icons/ @@ -142,7 +142,7 @@ cd /var/www/html/admin Connect the project from the forge : ```bash -sudo svn co https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/gazelle-calibration/trunk/admin . +sudo svn co https://svn.ihe-europe.net/gazelle/Maven/gazelle-calibration/trunk/admin . cd .. ``` diff --git a/Gazelle-STS/installation.md b/Gazelle-STS/installation.md index 34dacd5..947ed92 100755 --- a/Gazelle-STS/installation.md +++ b/Gazelle-STS/installation.md @@ -21,7 +21,7 @@ It relies on [Picketlink](http://picketlink.org/) 2.7.0.Final. Gazelle-STS also # Sources & binaries -Gazelle-STS is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Subversion at [https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/gazelle-sts/](https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/gazelle-sts/). +Gazelle-STS is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Subversion at [https://svn.ihe-europe.net/gazelle/Maven/gazelle-sts/](https://svn.ihe-europe.net/gazelle/Maven/gazelle-sts/). The latest public packaged release can be downloaded from our Sonatype Nexus repository [gazelle-sts releases](https://gazelle.ihe.net/nexus/index.html#nexus-search;quick~gazelle-sts-service) (search for **gazelle-sts-service-X.X.X.war**). diff --git a/Gazelle-STS/user.md b/Gazelle-STS/user.md index 4521525..046ab3a 100644 --- a/Gazelle-STS/user.md +++ b/Gazelle-STS/user.md @@ -41,7 +41,7 @@ Click on that link to report a problem : [https://gazelle.ihe.net/jira/projects/ **Line break and whitespaces must be stripped out from requests, otherwise the following requests will not work.** In the software SoapUI, the option `Strip whitespaces = true` must be set *(Project > Test Suite > Test Case > Test Steps > any soap request > properties)*. -Here is a link to download a valid SoapUI 5.3.0 (and 5.4.0) project with all following requests : [Project SoapUI Gazelle-STS - Examples queries](https://gforge.inria.fr/scm/viewvc.php/*checkout*/Maven/gazelle-sts/trunk/gazelle-sts-service/src/test/resources/gazelle-sts-soapui-project.xml?root=gazelle) +Here is a link to download a valid SoapUI 5.3.0 (and 5.4.0) project with all following requests : [Project SoapUI Gazelle-STS - Examples queries](https://svn.ihe-europe.net/gazelle/Maven/gazelle-sts/trunk/gazelle-sts-service/src/test/resources/gazelle-sts-soapui-project.xml) (Right-click the link, select "Save target as" or "Save link as.") ### Requesting a Security Token diff --git a/Gazelle-Transformation-Service/installation.md b/Gazelle-Transformation-Service/installation.md index a969d49..fdaf91d 100644 --- a/Gazelle-Transformation-Service/installation.md +++ b/Gazelle-Transformation-Service/installation.md @@ -15,7 +15,7 @@ customer: IHE-EUROPE # Sources & binaries -Gazelle Transformation Service is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Subversion at [https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/gazelle-transformation/](https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/gazelle-transformation/). +Gazelle Transformation Service is an open-source project under Apache License Version 2.0 ([https://gazelle.ihe.net/content/license](https://gazelle.ihe.net/content/license)). Sources are available via Subversion at [https://svn.ihe-europe.net/gazelle/Maven/gazelle-transformation/](https://svn.ihe-europe.net/gazelle/Maven/gazelle-transformation/). # Gazelle Transformation Service installation and configuration diff --git a/Gazelle-X-Validator-Rule-Editor/installation.md b/Gazelle-X-Validator-Rule-Editor/installation.md index 53ae70d..ab1c987 100755 --- a/Gazelle-X-Validator-Rule-Editor/installation.md +++ b/Gazelle-X-Validator-Rule-Editor/installation.md @@ -12,14 +12,14 @@ customer: IHE-EUROPE --- # Sources and package -Schematron-based Validator is a maven project. Sources are available on the INRIA Source Forge at the following URL: +Schematron-based Validator is a maven project. Sources are available on the IHE Subversion server at the following URL: -[*https://gforge.inria.fr/scm/viewvc.php/gazelle/Maven/GazelleXValidatorRuleEditor*](https://gforge.inria.fr/scm/viewvc.php/gazelle/Maven/GazelleXValidatorRuleEditor) +[*https://svn.ihe-europe.net/gazelle/Maven/GazelleXValidatorRuleEditor*](https://svn.ihe-europe.net/gazelle/Maven/GazelleXValidatorRuleEditor) If you'd like to checkout the sources on your system you might want to use the following svn command, provided subversion is installed on your system. ```bash -svn checkout svn://scm.gforge.inria.fr/svn/gazelle/Maven/GazelleXValidatorRuleEditor/trunk +svn checkout svn+ssh://svn.ihe-europe.net/gazelle/Maven/GazelleXValidatorRuleEditor/trunk ``` Note that the latest executable can be extracted from our nexus repository as well at diff --git a/Gazelle-X-Validator-Rule-Editor/user.md b/Gazelle-X-Validator-Rule-Editor/user.md index 334f14a..2a3120c 100644 --- a/Gazelle-X-Validator-Rule-Editor/user.md +++ b/Gazelle-X-Validator-Rule-Editor/user.md @@ -146,7 +146,7 @@ The module offers three main features: ### Sources and binaries -The sources are available on Inria's Forge in the Gazelle project : [*https://gforge.inria.fr/scm/viewvc.php/Maven/gazelle-x-validation/?root=gazelle*](https://gforge.inria.fr/scm/viewvc.php/Maven/gazelle-x-validation/?root=gazelle) +The sources are available on IHE's subversion server in the Gazelle project : [*https://svn.ihe-europe.net/gazelle/Maven/gazelle-x-validation*](https://svn.ihe-europe.net/gazelle/Maven/gazelle-x-validation) Released binaries are available in the Gazelle Nexus repository at : [*http://gazelle.ihe.net/nexus/index.html\#nexus-search;gav~~gazelle-x-validation\**](http://gazelle.ihe.net/nexus/index.html#nexus-search;gav~~gazelle-x-validation*). @@ -172,7 +172,7 @@ The EVS Client can also be used as validator and editor. In that case, the admin ### Sources and binaries -The sources are available on Inria's Forge in the Gazelle project : [*https://gforge.inria.fr/scm/viewvc.php/Maven/EVSClient/?root=gazelle*](https://gforge.inria.fr/scm/viewvc.php/Maven/EVSClient/?root=gazelle) +The sources are available on Inria's Gitlab in the Gazelle project : [*https://gitlab.inria.fr/gazelle/applications/test-execution/validator/EVSClient](https://gitlab.inria.fr/gazelle/applications/test-execution/validator/EVSClient) Released binaries are available in the Gazelle Nexus repository at [*http://gazelle.ihe.net/nexus/index.html\#nexus-search;gav~~EVSClient\**](http://gazelle.ihe.net/nexus/index.html#nexus-search;gav~~EVSClient*). @@ -192,7 +192,7 @@ This application is plugged to the CAS service of EU-CAT and has it own home pag ### Sources and binaries -The sources are available on Inria's Forge in the Gazelle project : [*https://gforge.inria.fr/scm/viewvc.php/Maven/GazelleXValidatorRuleEditor/?root=gazelle*](https://gforge.inria.fr/scm/viewvc.php/Maven/EVSClient/?root=gazelle) +The sources are available on Inria's Forge in the Gazelle project : [*https://svn.ihe-europe.net/gazelle/Maven/GazelleXValidatorRuleEditor*](https://svn.ihe-europe.net/gazelle/Maven/GazelleXValidatorRuleEditor) ### Issue tracker diff --git a/Schematron-Validator/installation.md b/Schematron-Validator/installation.md index 79f2ef9..ae834a6 100644 --- a/Schematron-Validator/installation.md +++ b/Schematron-Validator/installation.md @@ -75,7 +75,7 @@ sudo mkdir /opt/SchematronValidator_prod/bin sudo mkdir /opt/SchematronValidator_prod/xsd ``` -The repository `/bin` shall contain `schematron`, `compilation` and `ART-DECOR_precompilation_tools` repositories and the jar file `XSDValidator-1.0-jar-with-dependencies.jar`. It is available via Subversion at https://gforge.inria.fr/scm/viewvc.php/gazelle/Maven/ihe-xmltools-jar/trunk/src/test/resources/jar/ +The repository `/bin` shall contain `schematron`, `compilation` and `ART-DECOR_precompilation_tools` repositories and the jar file `XSDValidator-1.0-jar-with-dependencies.jar`. It is available via Subversion at https://svn.ihe-europe.net/gazelle/Maven/ihe-xmltools-jar/trunk/src/test/resources/jar/ Be sure the directory can be read/written by JBoss. ```bash diff --git a/XDW-Simulator/installation.md b/XDW-Simulator/installation.md index e0fab50..9f2f710 100644 --- a/XDW-Simulator/installation.md +++ b/XDW-Simulator/installation.md @@ -24,7 +24,7 @@ If you rather want to build the project by yourself, you must checkout the lates Checkout the latest tag available on Inria’s forge: ```bash -svn co svn checkout https://scm.gforge.inria.fr/anonscm/svn/gazelle/Maven/simulators/XDWSimulator/tags/XDWSimulator-versionName +svn co svn checkout https://svn.ihe-europe.net/gazelle/Maven/simulators/XDWSimulator/tags/XDWSimulator-versionName ``` 1. \[Optional\] Edit the pom.xml file and create a new profile -- GitLab