Skip to content

Commit

Permalink
Update URL following merge into platform of other repos
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jonahgraham committed Sep 21, 2023
1 parent 5e0a997 commit 982ebbf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
<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
3 changes: 0 additions & 3 deletions ua/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
<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,
Expand Down

0 comments on commit 982ebbf

Please sign in to comment.