File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
org.eclipse.paho.client.mqttv3/META-INF Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ Export-Package: org.eclipse.paho.client.mqttv3;version="1.2.6",
1010 org.eclipse.paho.client.mqttv3.util;version="1.2.6"
1111Bundle-Vendor : %bundle.provider
1212Bundle-ActivationPolicy : lazy
13- Bundle-RequiredExecutionEnvironment : JavaSE-1.7
13+ Bundle-RequiredExecutionEnvironment : JavaSE-1.8
1414Import-Package : javax.net;resolution:=optional,
1515 javax.net.ssl;resolution:=optional
Original file line number Diff line number Diff line change 172172 <groupId >org.eclipse.tycho</groupId >
173173 <artifactId >target-platform-configuration</artifactId >
174174 <version >${tycho.version} </version >
175+ <configuration >
176+ <environments >
177+ <environment >
178+ <os >win32</os >
179+ <ws >win32</ws >
180+ <arch >x86_64</arch >
181+ </environment >
182+ <environment >
183+ <os >linux</os >
184+ <ws >gtk</ws >
185+ <arch >x86_64</arch >
186+ </environment >
187+ <environment >
188+ <os >macosx</os >
189+ <ws >cocoa</ws >
190+ <arch >x86_64</arch >
191+ </environment >
192+ </environments >
193+ </configuration >
175194 </plugin >
176195 <plugin >
177196 <groupId >org.eclipse.tycho</groupId >
361380 <module >org.eclipse.paho.client.mqttv3.test</module >
362381 <module >org.eclipse.paho.mqttv5.client</module >
363382 <module >org.eclipse.paho.mqttv5.client.repository</module >
383+ <module >org.eclipse.paho.mqttv5.client.test</module >
364384 </modules >
365385</project >
366386
You can’t perform that action at this time.
0 commit comments