Skip to content

Commit

Permalink
Build with Tycho 2.7.2 (eclipse-m2e#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell authored May 2, 2022
1 parent bff9cea commit 5500f96
Show file tree
Hide file tree
Showing 21 changed files with 4 additions and 156 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>2.7.1</version>
<version>2.7.2</version>
</extension>
</extensions>
1 change: 0 additions & 1 deletion org.eclipse.m2e.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Export-Package: org.eclipse.m2e.core,
MavenArtifact-GroupId: org.eclipse.m2e
MavenArtifact-ArtifactId: org.eclipse.m2e.core
Import-Package: javax.inject;version="1.0.0",
org.osgi.service.component.annotations;version="1.3.0",
org.slf4j;version="1.6.2"
Automatic-Module-Name: org.eclipse.m2e.core
Service-Component: OSGI-INF/org.eclipse.m2e.core.embedder.MavenModelManager.xml,
Expand Down
1 change: 1 addition & 0 deletions org.eclipse.m2e.core/OSGI-INF/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/org.eclipse.m2e.*.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<tycho-version>2.7.1</tycho-version>
<tycho-version>2.7.2</tycho-version>

<tycho.testArgLine>-Xmx800m</tycho.testArgLine>
<tycho.surefire.timeout>7200</tycho.surefire.timeout>
Expand Down
2 changes: 1 addition & 1 deletion setup/tychoSnapshotSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<!-- This Maven-settings file allows to test Tycho snapshots without the need to install them into the local Maven repository
and thus makes it possible to test snapshots of Tycho's extension in the CI.
To use it add the following arguments to the Maven command: --settings setup/tychoSnapshotSettings.xml -->
To use it add the following arguments to the Maven command: -s setup/tychoSnapshotSettings.xml -->
<profiles>
<profile>
<id>tycho-snapshots</id>
Expand Down

0 comments on commit 5500f96

Please sign in to comment.