Skip to content

Commit a7fb16a

Browse files
committed
use newest Tycho (0.19), support more environments, remove plugin management for bundle-plugin
1 parent 2845080 commit a7fb16a

File tree

1 file changed

+17
-13
lines changed
  • com.googlecode.cppcheclipse.parent

1 file changed

+17
-13
lines changed

com.googlecode.cppcheclipse.parent/pom.xml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,12 @@
1414
</prerequisites>
1515

1616
<properties>
17-
<tycho-version>0.18.1</tycho-version>
18-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17+
<tycho-version>0.19.0</tycho-version>
18+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
</properties>
2020

2121
<build>
2222
<plugins>
23-
<plugin>
24-
<groupId>org.apache.felix</groupId>
25-
<artifactId>maven-bundle-plugin</artifactId>
26-
<version>2.3.7</version>
27-
<extensions>true</extensions>
28-
</plugin>
2923
<plugin>
3024
<!-- enable tycho build extension -->
3125
<groupId>org.eclipse.tycho</groupId>
@@ -50,8 +44,13 @@
5044
<ignoreTychoRepositories>true</ignoreTychoRepositories>
5145
<environments>
5246
<environment>
53-
<os>macosx</os>
54-
<ws>cocoa</ws>
47+
<os>linux</os>
48+
<ws>gtk</ws>
49+
<arch>x86</arch>
50+
</environment>
51+
<environment>
52+
<os>linux</os>
53+
<ws>gtk</ws>
5554
<arch>x86_64</arch>
5655
</environment>
5756
<environment>
@@ -60,9 +59,14 @@
6059
<arch>x86</arch>
6160
</environment>
6261
<environment>
63-
<os>linux</os>
64-
<ws>gtk</ws>
65-
<arch>x86</arch>
62+
<os>win32</os>
63+
<ws>win32</ws>
64+
<arch>x86_64</arch>
65+
</environment>
66+
<environment>
67+
<os>macosx</os>
68+
<ws>cocoa</ws>
69+
<arch>x86_64</arch>
6670
</environment>
6771
</environments>
6872
</configuration>

0 commit comments

Comments
 (0)