Skip to content

Commit

Permalink
Remove obsolete packaging format in the p2-director-plugin
Browse files Browse the repository at this point in the history
The "tar.gz" archive format for Windows was only needed for RCPTT. With
migrating to SWTBot, the default settings can be used.
  • Loading branch information
ptziegler committed Oct 2, 2024
1 parent 4ca2a73 commit 4b7dd1a
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,29 +160,6 @@
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-director-plugin</artifactId>
<version>${tycho-version}</version>
<executions>
<execution>
<id>materialize-products</id>
<goals>
<goal>materialize-products</goal>
</goals>
<phase>package</phase>
</execution>
<execution>
<id>archive-products</id>
<goals>
<goal>archive-products</goal>
</goals>
<phase>verify</phase>
<configuration>
<formats>
<linux>tar.gz</linux>
<macosx>tar.gz</macosx>
<win32>tar.gz</win32>
</formats>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
Expand Down

0 comments on commit 4b7dd1a

Please sign in to comment.