Skip to content

Commit

Permalink
[559163] Reference a generic update-site in features and product
Browse files Browse the repository at this point in the history
Change-Id: Ic0581b66634586aa53d50c0cda332c6f45fc0a81
  • Loading branch information
krumts committed Jan 14, 2020
1 parent 7fdd3f7 commit d2e0a96
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion features/org.eclipse.mat.chart.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</license>

<url>
<update label="%updateSiteName" url="http://download.eclipse.org/mat/1.8/update-site/"/>
<update label="%updateSiteName" url="http://download.eclipse.org/mat/latest/update-site/"/>
</url>

<requires>
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.mat.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</license>

<url>
<update label="%updateSiteName" url="http://download.eclipse.org/mat/1.8/update-site/"/>
<update label="%updateSiteName" url="http://download.eclipse.org/mat/latest/update-site/"/>
<discovery label="%IBMDTFJSiteName" url="http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/"/>
</url>

Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.mat.ui.rcp.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</license>

<url>
<update label="%updateSiteName" url="http://download.eclipse.org/mat/1.8/update-site/"/>
<update label="%updateSiteName" url="http://download.eclipse.org/mat/latest/update-site/"/>
</url>

<requires>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.mat.product/mat.p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ requires.2.range = [1.0.0, 2.0.0)
instructions.configure=\
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/readme);\
org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/artifacts.xml);\
addRepository(type:0,name:Memory Analyzer,location:http${#58}//download.eclipse.org/mat/1.8/update-site/);\
addRepository(type:1,name:Memory Analyzer,location:http${#58}//download.eclipse.org/mat/1.8/update-site/);\
addRepository(type:0,name:Memory Analyzer,location:http${#58}//download.eclipse.org/mat/latest/update-site/);\
addRepository(type:1,name:Memory Analyzer,location:http${#58}//download.eclipse.org/mat/latest/update-site/);\
addRepository(type:0,name:Memory Analyzer latest development build,location:http${#58}//download.eclipse.org/mat/snapshots/update-site/,enabled:false);\
addRepository(type:1,name:Memory Analyzer latest development build,location:http${#58}//download.eclipse.org/mat/snapshots/update-site/,enabled:false);\
addRepository(type:0,name:Eclipse Photon,location:http${#58}//download.eclipse.org/releases/photon/,enabled:true);\
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<mat-target>mat-photon</mat-target>
<!-- mat-release-repo-url specifies from which p2 repo the MAT bundles
come, when the build-release profile is used -->
<mat-release-repo-url>http://download.eclipse.org/mat/1.8/update-site/</mat-release-repo-url>
<mat-release-repo-url>http://download.eclipse.org/mat/latest/update-site/</mat-release-repo-url>
</properties>

<profiles>
Expand Down

0 comments on commit d2e0a96

Please sign in to comment.