File tree 10 files changed +20
-14
lines changed
src/com/ifedorenko/p2browser/dialogs
com.ifedorenko.p2browser.feature
com.ifedorenko.p2browser.jnlp
com.ifedorenko.p2browser.rcp
10 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 2
2
<feature
3
3
id =" com.ifedorenko.p2browser.feature"
4
4
label =" P2 Browser"
5
- version =" 1.0.1 .qualifier"
5
+ version =" 1.0.2 .qualifier"
6
6
provider-name =" IFEDORENKO" >
7
7
8
8
<description url =" http://www.example.com/description" >
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.ifedorenko.p2-browser</groupId >
20
20
<artifactId >p2-browser</artifactId >
21
- <version >1.0.1 -SNAPSHOT</version >
21
+ <version >1.0.2 -SNAPSHOT</version >
22
22
</parent >
23
23
24
24
<artifactId >com.ifedorenko.p2browser.feature</artifactId >
Original file line number Diff line number Diff line change 6
6
uid =" com.ifedorenko.p2browser.jnlp"
7
7
id =" com.ifedorenko.p2browser.p2browser"
8
8
application =" com.ifedorenko.p2browser.application"
9
- version =" 1.0.1 .qualifier"
9
+ version =" 1.0.2 .qualifier"
10
10
useFeatures =" true"
11
11
includeLaunchers =" false" >
12
12
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.ifedorenko.p2-browser</groupId >
20
20
<artifactId >p2-browser</artifactId >
21
- <version >1.0.1 -SNAPSHOT</version >
21
+ <version >1.0.2 -SNAPSHOT</version >
22
22
</parent >
23
23
24
24
<artifactId >com.ifedorenko.p2browser.jnlp</artifactId >
Original file line number Diff line number Diff line change 6
6
uid =" com.ifedorenko.p2browser.rcp"
7
7
id =" com.ifedorenko.p2browser.p2browser"
8
8
application =" com.ifedorenko.p2browser.application"
9
- version =" 1.0.1 .qualifier"
9
+ version =" 1.0.2 .qualifier"
10
10
useFeatures =" true"
11
11
includeLaunchers =" true" >
12
12
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.ifedorenko.p2-browser</groupId >
20
20
<artifactId >p2-browser</artifactId >
21
- <version >1.0.1 -SNAPSHOT</version >
21
+ <version >1.0.2 -SNAPSHOT</version >
22
22
</parent >
23
23
24
24
<artifactId >com.ifedorenko.p2browser.rcp</artifactId >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : P2browser
4
4
Bundle-SymbolicName : com.ifedorenko.p2browser;singleton:=true
5
- Bundle-Version : 1.0.1 .qualifier
5
+ Bundle-Version : 1.0.2 .qualifier
6
6
Bundle-Activator : com.ifedorenko.p2browser.Activator
7
7
Require-Bundle : org.eclipse.ui,
8
8
org.eclipse.core.runtime,
Original file line number Diff line number Diff line change 18
18
<parent >
19
19
<groupId >com.ifedorenko.p2-browser</groupId >
20
20
<artifactId >p2-browser</artifactId >
21
- <version >1.0.1 -SNAPSHOT</version >
21
+ <version >1.0.2 -SNAPSHOT</version >
22
22
</parent >
23
23
24
24
<artifactId >com.ifedorenko.p2browser</artifactId >
Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ public void create()
94
94
{
95
95
super .create ();
96
96
97
- combo .add ( "http://download.eclipse.org/releases/oxygen " );
98
- combo .add ( "http://download.eclipse.org/releases/neon " );
97
+ combo .add ( "http://download.eclipse.org/releases/photon/ " );
98
+ combo .add ( "http://download.eclipse.org/releases/oxygen/ " );
99
99
100
- combo .add ( "http://download.eclipse.org/eclipse/updates/4.7 " );
101
- combo .add ( "http://download.eclipse.org/eclipse/updates/4.6 " );
100
+ combo .add ( "http://download.eclipse.org/eclipse/updates/4.8/ " );
101
+ combo .add ( "http://download.eclipse.org/eclipse/updates/4.7/ " );
102
102
}
103
103
104
104
@ Override
Original file line number Diff line number Diff line change 15
15
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
16
16
<modelVersion >4.0.0</modelVersion >
17
17
18
- <version >1.0.1 -SNAPSHOT</version >
18
+ <version >1.0.2 -SNAPSHOT</version >
19
19
<groupId >com.ifedorenko.p2-browser</groupId >
20
20
<artifactId >p2-browser</artifactId >
21
21
<packaging >pom</packaging >
31
31
</modules >
32
32
33
33
<repositories >
34
+ <!-- compilation error using Photon -->
35
+ <!-- <repository>
36
+ <id>eclipse-4.8</id>
37
+ <url>http://download.eclipse.org/eclipse/updates/4.8milestones/</url>
38
+ <layout>p2</layout>
39
+ </repository> -->
34
40
<repository >
35
41
<id >eclipse-4.7</id >
36
- <url >http://download.eclipse.org/eclipse/updates/4.7</url >
42
+ <url >http://download.eclipse.org/eclipse/updates/4.7/R-4.7.3a-201803300640/ </url >
37
43
<layout >p2</layout >
38
44
</repository >
39
45
</repositories >
You can’t perform that action at this time.
0 commit comments