From 2ed0cfd7297a8ddfc1bda62d6a8ad19a96b5fcb0 Mon Sep 17 00:00:00 2001
From: Kai Brassel <mail@khbrassel.de>
Date: Thu, 18 Mar 2021 17:32:11 +0100
Subject: [PATCH] Create package for windows only

---
 de.hftstuttgart.energycomponents.parent/pom.xml  | 12 ++++++------
 de.hftstuttgart.energycomponents.product/pom.xml |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/de.hftstuttgart.energycomponents.parent/pom.xml b/de.hftstuttgart.energycomponents.parent/pom.xml
index 8138e2c..3e946ce 100644
--- a/de.hftstuttgart.energycomponents.parent/pom.xml
+++ b/de.hftstuttgart.energycomponents.parent/pom.xml
@@ -43,21 +43,21 @@
 					<resolveWithExecutionEnvironmentConstraints>false</resolveWithExecutionEnvironmentConstraints>
 					<environments>
 						<!-- environment> <os>linux</os> <ws>gtk</ws> <arch>x86</arch> </environment -->
+						<environment>
+							<os>win32</os>
+							<ws>win32</ws>
+							<arch>x86_64</arch>
+						</environment>
 						<!-- environment>
 							<os>linux</os>
 							<ws>gtk</ws>
 							<arch>x86_64</arch>
 						</environment>
-						<environment>
-							<os>win32</os>
-							<ws>win32</ws>
-							<arch>x86_64</arch>
-						</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 9f709c6..c2d3bbe 100644
--- a/de.hftstuttgart.energycomponents.product/pom.xml
+++ b/de.hftstuttgart.energycomponents.product/pom.xml
@@ -21,9 +21,9 @@
 				<version>${tycho-version}</version>
 				<configuration>
 					<formats>
+						<win32>zip</win32>
 						<!-- linux>tar.gz</linux>
-						<win32>zip</win32 -->
-						<macosx>zip</macosx>
+						<macosx>zip</macosx -->
 					</formats>
 				</configuration>
 				<executions>
-- 
GitLab