Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Issue #30 update product archive formats
Browse files Browse the repository at this point in the history
  • Loading branch information
kingargyle committed Feb 1, 2017
1 parent 6de030e commit 96e3087
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions releng/us.nineworlds.xstreamer.product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<formats>
<win32>zip</win32>
<linux>tar.gz</linux>
<macosx>tar.gz</macosx>
</formats>
</configuration>
<executions>
<execution>
<id>materialize-products</id>
Expand Down

0 comments on commit 96e3087

Please sign in to comment.