|
1 |
| -Manifest-Version: 1.0 |
2 |
| -Bundle-ManifestVersion: 2 |
3 |
| -Bundle-Name: Common |
4 |
| -Bundle-SymbolicName: it.baeyens.arduino.common;singleton:=true |
5 |
| -Bundle-Version: 3.0.0.qualifier |
6 |
| -Bundle-Activator: it.baeyens.arduino.common.Activator |
7 |
| -Require-Bundle: org.eclipse.ui, |
8 |
| - org.eclipse.core.runtime, |
9 |
| - org.junit, |
10 |
| - org.eclipse.wb.core.lib, |
11 |
| - org.eclipse.cdt.core |
12 |
| -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
13 |
| -Bundle-ActivationPolicy: lazy |
14 |
| -Export-Package: it.baeyens.arduino.arduino, |
15 |
| - it.baeyens.arduino.common |
16 |
| -Import-Package: org.eclipse.cdt.core, |
17 |
| - org.eclipse.cdt.core.envvar, |
18 |
| - org.eclipse.cdt.core.index, |
19 |
| - org.eclipse.cdt.core.model, |
20 |
| - org.eclipse.cdt.core.settings.model, |
21 |
| - org.eclipse.core.resources |
22 |
| -Bundle-Vendor: Jan Baeyens |
23 |
| -Bundle-Classpath: ., |
24 |
| - lib/jssc-2.8.0.jar |
| 1 | +Manifest-Version: 1.0 |
| 2 | +Bundle-ManifestVersion: 2 |
| 3 | +Bundle-Name: Common |
| 4 | +Bundle-SymbolicName: it.baeyens.arduino.common;singleton:=true |
| 5 | +Bundle-Version: 3.0.0.qualifier |
| 6 | +Bundle-Activator: it.baeyens.arduino.common.Activator |
| 7 | +Require-Bundle: org.eclipse.ui, |
| 8 | + org.eclipse.core.runtime, |
| 9 | + org.junit, |
| 10 | + org.eclipse.cdt.core |
| 11 | +Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
| 12 | +Bundle-ActivationPolicy: lazy |
| 13 | +Export-Package: it.baeyens.arduino.arduino, |
| 14 | + it.baeyens.arduino.common |
| 15 | +Import-Package: org.eclipse.cdt.core, |
| 16 | + org.eclipse.cdt.core.envvar, |
| 17 | + org.eclipse.cdt.core.index, |
| 18 | + org.eclipse.cdt.core.model, |
| 19 | + org.eclipse.cdt.core.settings.model, |
| 20 | + org.eclipse.core.resources |
| 21 | +Bundle-Vendor: Jan Baeyens |
| 22 | +Bundle-Classpath: ., |
| 23 | + lib/jssc-2.8.0.jar |
0 commit comments