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 Aug 31, 2024
1 parent f1f6667 commit 019b622
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,34 +156,6 @@

<pluginManagement>
<plugins>
<plugin>
<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>
<artifactId>target-platform-configuration</artifactId>
Expand Down

0 comments on commit 019b622

Please sign in to comment.