Skip to content

Commit

Permalink
Update scmURL and parent pom following merge into platform of other r…
Browse files Browse the repository at this point in the history
…epos

Amongst possibly other things I think this is the URL
that is embedded in MANFIFEST.MF as the location the bundles
are stored in git. The proper value for this comes from
the parent pom, which needed to be updated for a couple
of the modules too.
  • Loading branch information
jonahgraham authored and akurtakov committed Sep 21, 2023
1 parent 3b64a07 commit 0d3dd5e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 deletions.
9 changes: 2 additions & 7 deletions debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,15 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<groupId>org.eclipse.platform</groupId>
<artifactId>eclipse.platform</artifactId>
<version>4.30.0-SNAPSHOT</version>
<relativePath>../../eclipse-platform-parent</relativePath>
</parent>

<groupId>org.eclipse.platform</groupId>
<artifactId>eclipse.platform.debug</artifactId>
<packaging>pom</packaging>

<properties>
<tycho.scmUrl>scm:git:https://github.com/eclipse-platform/eclipse.platform.debug.git</tycho.scmUrl>
</properties>

<modules>
<module>org.eclipse.core.externaltools</module>
<module>org.eclipse.core.variables</module>
Expand Down
4 changes: 0 additions & 4 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
<artifactId>eclipse.platform.runtime</artifactId>
<packaging>pom</packaging>

<properties>
<tycho.scmUrl>scm:git:https://github.com/eclipse-platform/eclipse.platform.git</tycho.scmUrl>
</properties>

<modules>
<module>bundles</module>
<module>features/org.eclipse.core.runtime.feature</module>
Expand Down
31 changes: 2 additions & 29 deletions ua/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
<groupId>org.eclipse.platform</groupId>
<artifactId>eclipse.platform</artifactId>
<version>4.30.0-SNAPSHOT</version>
<relativePath>../../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.platform.ua</groupId>
<artifactId>eclipse.platform.ua</artifactId>
<packaging>pom</packaging>
<properties>
<tycho.scmUrl>scm:git:https://github.com/eclipse-platform/eclipse.platform.ua.git</tycho.scmUrl>
</properties>

<!--
To build individual bundles, we specify a repository where to find parent pom,
in case it is not in local maven cache already
and that parent pom also has fuller individual-bundle profile
defined that is combined with this one. -->
<profiles>
<profile>
<id>build-individual-bundles</id>
<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>eclipse-hosted</id>
<url>https://repo.eclipse.org/content/repositories/eclipse/</url>
</repository>
</repositories>
</profile>
</profiles>

<modules>
<module>org.eclipse.help</module>
Expand Down

0 comments on commit 0d3dd5e

Please sign in to comment.