Skip to content

Commit bbb10c7

Browse files
ptzieglerakurtakov
authored andcommitted
Remove obsolete packaging format in the p2-director-plugin
The "tar.gz" archive format for Windows was only needed for RCPTT. With migrating to SWTBot, the default settings can be used.
1 parent 7c195df commit bbb10c7

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -160,29 +160,6 @@
160160
<groupId>org.eclipse.tycho</groupId>
161161
<artifactId>tycho-p2-director-plugin</artifactId>
162162
<version>${tycho-version}</version>
163-
<executions>
164-
<execution>
165-
<id>materialize-products</id>
166-
<goals>
167-
<goal>materialize-products</goal>
168-
</goals>
169-
<phase>package</phase>
170-
</execution>
171-
<execution>
172-
<id>archive-products</id>
173-
<goals>
174-
<goal>archive-products</goal>
175-
</goals>
176-
<phase>verify</phase>
177-
<configuration>
178-
<formats>
179-
<linux>tar.gz</linux>
180-
<macosx>tar.gz</macosx>
181-
<win32>tar.gz</win32>
182-
</formats>
183-
</configuration>
184-
</execution>
185-
</executions>
186163
</plugin>
187164
<plugin>
188165
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)