Commit 2ed0cfd7 authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Create package for windows only

parent 15b5fd41
...@@ -43,21 +43,21 @@ ...@@ -43,21 +43,21 @@
<resolveWithExecutionEnvironmentConstraints>false</resolveWithExecutionEnvironmentConstraints> <resolveWithExecutionEnvironmentConstraints>false</resolveWithExecutionEnvironmentConstraints>
<environments> <environments>
<!-- environment> <os>linux</os> <ws>gtk</ws> <arch>x86</arch> </environment --> <!-- environment> <os>linux</os> <ws>gtk</ws> <arch>x86</arch> </environment -->
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment>
<!-- environment> <!-- environment>
<os>linux</os> <os>linux</os>
<ws>gtk</ws> <ws>gtk</ws>
<arch>x86_64</arch> <arch>x86_64</arch>
</environment> </environment>
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
</environment -->
<environment> <environment>
<os>macosx</os> <os>macosx</os>
<ws>cocoa</ws> <ws>cocoa</ws>
<arch>x86_64</arch> <arch>x86_64</arch>
</environment> </environment -->
</environments> </environments>
</configuration> </configuration>
</plugin> </plugin>
......
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
<version>${tycho-version}</version> <version>${tycho-version}</version>
<configuration> <configuration>
<formats> <formats>
<win32>zip</win32>
<!-- linux>tar.gz</linux> <!-- linux>tar.gz</linux>
<win32>zip</win32 --> <macosx>zip</macosx -->
<macosx>zip</macosx>
</formats> </formats>
</configuration> </configuration>
<executions> <executions>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment