File tree Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Expand file tree Collapse file tree 1 file changed +56
-0
lines changed Original file line number Diff line number Diff line change 4040 <version >${tycho.version} </version >
4141 <extensions >true</extensions >
4242 </plugin >
43+ <plugin >
44+ <groupId >org.eclipse.tycho</groupId >
45+ <artifactId >target-platform-configuration</artifactId >
46+ <version >${tycho.version} </version >
47+ <configuration >
48+ <resolver >p2</resolver >
49+ <pomDependencies >consider</pomDependencies >
50+ <environments >
51+ <environment >
52+ <os >linux</os >
53+ <ws >gtk</ws >
54+ <arch >x86</arch >
55+ </environment >
56+ <environment >
57+ <os >linux</os >
58+ <ws >gtk</ws >
59+ <arch >x86_64</arch >
60+ </environment >
61+ <environment >
62+ <os >linux</os >
63+ <ws >gtk</ws >
64+ <arch >ppc64</arch >
65+ </environment >
66+ <environment >
67+ <os >win32</os >
68+ <ws >win32</ws >
69+ <arch >x86</arch >
70+ </environment >
71+ <environment >
72+ <os >win32</os >
73+ <ws >win32</ws >
74+ <arch >x86_64</arch >
75+ </environment >
76+ <environment >
77+ <os >macosx</os >
78+ <ws >cocoa</ws >
79+ <arch >x86</arch >
80+ </environment >
81+ <environment >
82+ <os >macosx</os >
83+ <ws >cocoa</ws >
84+ <arch >x86_64</arch >
85+ </environment >
86+ <environment >
87+ <os >aix</os >
88+ <ws >gtk</ws >
89+ <arch >ppc</arch >
90+ </environment >
91+ <environment >
92+ <os >solaris</os >
93+ <ws >gtk</ws >
94+ <arch >sparc</arch >
95+ </environment >
96+ </environments >
97+ </configuration >
98+ </plugin >
4399 </plugins >
44100
45101 <pluginManagement >
You can’t perform that action at this time.
0 commit comments