Skip to content

Commit

Permalink
Remove deprecated pack200 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kellindil committed Nov 20, 2023
1 parent 1ad2bc3 commit c7036d1
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions org.eclipse.emf.compare-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<maven-deploy-version>2.8.1</maven-deploy-version>
<maven-install-version>2.5.1</maven-install-version>
<maven-site-version>3.4</maven-site-version>
<maven-surefire-version>2.17</maven-surefire-version>
<maven-surefire-version>2.22.2</maven-surefire-version>
<jacoco-maven-version>0.7.1.201405082137</jacoco-maven-version>
<eclipse-jarsigner-version>1.3.1</eclipse-jarsigner-version>
<maven-jxr-version>2.3</maven-jxr-version>
Expand Down Expand Up @@ -142,7 +142,6 @@
<artifactId>target-platform-configuration</artifactId>
<version>${tycho-version}</version>
<configuration>
<includePackedArtifacts>true</includePackedArtifacts>
<resolver>p2</resolver>
<environments>
<environment>
Expand Down Expand Up @@ -257,16 +256,6 @@
<artifactId>tycho-p2-repository-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId>
<version>${tycho-extras-version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
<version>${tycho-extras-version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
Expand Down Expand Up @@ -436,19 +425,6 @@
</activation>
<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId>
<executions>
<execution>
<id>pack200-normalize</id>
<goals>
<goal>normalize</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
Expand All @@ -462,19 +438,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
<executions>
<execution>
<id>pack200-pack</id>
<goals>
<goal>pack</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
Expand Down

0 comments on commit c7036d1

Please sign in to comment.