Skip to content

Commit

Permalink
Build installer is broken. Remove GeoServer module geonetwork#2743 (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 authored Jul 16, 2018
1 parent 9485bac commit 8e394e5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 27 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[submodule "geoserver"]
path = geoserver
url = https://github.com/geonetwork/core-geoserver.git
ignore = dirty
[submodule "e2e-tests/chromedriver"]
path = e2e-tests/chromedriver
url = https://github.com/geonetwork/chromedriver.git
Expand Down
1 change: 0 additions & 1 deletion geoserver
Submodule geoserver deleted from d67067
12 changes: 0 additions & 12 deletions installer/installer-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,6 @@
</pack>


<pack id="geoserver" name="GeoServer" required="no" preselected="yes">
<description/>

<fileset dir="../geoserver/target/geoserver" targetdir="$INSTALL_PATH/web/geoserver"/>

<!-- Unzipping when container start takes a long time on windows.
<singlefile target="$INSTALL_PATH/web/geoserver.war" src="../geoserver/target/geoserver.war"
override="true"/>
-->
</pack>


<pack id="inspire" name="European Union INSPIRE Directive configuration pack" required="no"
preselected="no">
<description/>
Expand Down
4 changes: 0 additions & 4 deletions installer/packsLang.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
txt="The GeoNetwork opensource application. This is the Spatial Data Catalog web application."/>
<str id="idSampleM" txt="Sample metadata"/>
<str id="idSampleM.description" txt="Import sample metadata for testing"/>
<str id="geoserver" txt="GeoServer web map server"/>
<str id="geoserver.description" txt="GeoServer is an Open Source server that connects your information to the Geospatial Web. This embedded version is setup to provide the base layers
for the map viewers in GeoNetwork. You can safely install this on modern computers, but be careful on older computers with little memory (less then 256MB RAM). To have a full resolution background layer, check the GeoNetwork site for
instructions and download."/>
<str id="csw" txt="CSW test client"/>
<str id="csw.description"
txt="The GeoNetwork opensource provides Catalog Services for the Web 2.0.1 support. This is a separate test application that can be used to test the CSW 2.0.1 services."/>
Expand Down
3 changes: 0 additions & 3 deletions installer/packsLang.xml_fra
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
<str id="core.description" txt="L'application GeoNetwork. Ce module correspond au catalogue de données géospatiales."/>
<str id="idSampleM" txt="Métadonnées exemples"/>
<str id="idSampleM.description" txt="Import de métadonnées pour les tests."/>
<str id="geoserver" txt="Serveur cartographique GeoServer"/>
<str id="geoserver.description" txt="GeoServer un serveur cartographique Open Source permettant la publication des données géographiques sur le web. Cette version permet d'avoir les couches de bases utilisées par l'application InterMap dans GeoNetwork. L'installation n'est pas recommandée pour les anciennes machines (moins de 256MB RAM)."/>
<str id="csw" txt="Client CSW de test"/>
<str id="csw.description" txt="GeoNetwork opensource fourni une application pour tester le support de la norme OGC Catalog Services for the Web 2.0."/>
<str id="src" txt="Code source"/>
<str id="src.description" txt="Le code source des applications GeoNetwork ainsi que les outils de compilation."/>
<str id="ibt" txt="Outils de création de l'installer"/>
<str id="ibt.description" txt="Les fichiers requis pour la création d'un nouvelle installeur."/>
</langpack>

4 changes: 1 addition & 3 deletions installer/packsLang.xml_spa
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
<str id="core.description" txt="La aplicación GeoNetwork. Este módulo contiene el catálogo de datos geoespaciales."/>
<str id="idSampleM" txt="Metadatos de ejemplo"/>
<str id="idSampleM.description" txt="Importación de metadatos de ejemplo para testear."/>
<str id="geoserver" txt="GeoServer (servidor de mapas)"/>
<str id="geoserver.description" txt="GeoServer es un servidor de mapas Open Source que permite la publicación de datos geográficos en la web. Esta versión está configurada para proveer las capas base para la aplicación InterMap (visor de mapas) en Geonetwork. No se recomienda la instalación en ordenadores antiguos (menos de 256MB RAM)."/>
<str id="csw" txt="Cliente CSW"/>
<str id="csw.description" txt="Aplicación independiente para testear servicios OGC CSW (Catalog Services for the Web) 2.0."/>
<str id="src" txt="Código fuente"/>
<str id="src.description" txt="El código fuente de GeoNetwork y los scripts de compilación."/>
<str id="ibt" txt="Herramientas para generar el instalador"/>
<str id="ibt.description" txt="Ficheros necesarios para generar una instalación de Geonetwork opensource."/>
</langpack>
</langpack>

0 comments on commit 8e394e5

Please sign in to comment.