From ce9a4cb6a908cbfb0d8bfb2f696509dfc5ff450a Mon Sep 17 00:00:00 2001
From: Kai Brassel <mail@khbrassel.de>
Date: Thu, 18 Mar 2021 18:41:21 +0100
Subject: [PATCH] Now for Windows and Mac

---
 de.hftstuttgart.energycomponents.parent/pom.xml  | 4 ++--
 de.hftstuttgart.energycomponents.product/pom.xml | 4 ++--
 site/downloads.html                              | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/de.hftstuttgart.energycomponents.parent/pom.xml b/de.hftstuttgart.energycomponents.parent/pom.xml
index 3e946ce..6ebdbc7 100644
--- a/de.hftstuttgart.energycomponents.parent/pom.xml
+++ b/de.hftstuttgart.energycomponents.parent/pom.xml
@@ -52,12 +52,12 @@
 							<os>linux</os>
 							<ws>gtk</ws>
 							<arch>x86_64</arch>
-						</environment>
+						</environment-->
 						<environment>
 							<os>macosx</os>
 							<ws>cocoa</ws>
 							<arch>x86_64</arch>
-						</environment -->
+						</environment>
 					</environments>
 				</configuration>
 			</plugin>
diff --git a/de.hftstuttgart.energycomponents.product/pom.xml b/de.hftstuttgart.energycomponents.product/pom.xml
index c2d3bbe..e3e2fd4 100644
--- a/de.hftstuttgart.energycomponents.product/pom.xml
+++ b/de.hftstuttgart.energycomponents.product/pom.xml
@@ -22,8 +22,8 @@
 				<configuration>
 					<formats>
 						<win32>zip</win32>
-						<!-- linux>tar.gz</linux>
-						<macosx>zip</macosx -->
+						<!-- linux>tar.gz</linux -->
+						<macosx>zip</macosx>
 					</formats>
 				</configuration>
 				<executions>
diff --git a/site/downloads.html b/site/downloads.html
index da88f1a..e0f5f7d 100644
--- a/site/downloads.html
+++ b/site/downloads.html
@@ -13,7 +13,7 @@
 <p xmlns:dct="http://purl.org/dc/terms/"
 xmlns:cc="http://creativecommons.org/ns#" class="license-text">
 <a rel="cc:attributionURL" property="dct:title"
-href="https://transfer.hft-stuttgart.de/gitlab/neqmodplus/energy-components-catalog/public/Downloads.html">
+href="https://transfer.hft-stuttgart.de/pages/neqmodplus/energy-components-catalog/downloads.html">
 Energy Components Catalog</a> by <span property="cc:attributionName">Verena Weiler</span>, Stuttgart, is licensed under
 <a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0">CC BY-NC-ND 4.0
 <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" />
@@ -24,7 +24,7 @@ Energy Components Catalog</a> by <span property="cc:attributionName">Verena Weil
 
 <p>This work is supported by the projects “SimStadt 2.0” [grant number 03ET1459A] and ”NEQModPlus” [grant number 03ET1618B] by the BMWi (German Federal Ministry of Economic Affairs and Energy).</p>
 
-<p>Download Energy Components Catalog for:</p>
+<p>Download Energy Components Catalog Editor for:</p>
 
 <ul>
 <li><a href="de.hftstuttgart.energycomponents.application.product-win32.win32.x86_64.zip"> Windows</a></li>
-- 
GitLab