File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed
com.googlecode.cppcheclipse.parent Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments