|
Revision 7253, 0.5 KB
(checked in by stedwar2, 5 years ago)
|
|
Added dependency on filesystem.
|
| Line | |
|---|
| 1 | Manifest-Version: 1.0 |
|---|
| 2 | Bundle-ManifestVersion: 2 |
|---|
| 3 | Bundle-Name: ComponentProject Plug-in |
|---|
| 4 | Bundle-SymbolicName: edu.vt.ossie.OWDPlugin;singleton:=true |
|---|
| 5 | Bundle-Version: 1.0.0 |
|---|
| 6 | Bundle-Activator: edu.vt.ossie.OWDPlugin |
|---|
| 7 | Require-Bundle: org.eclipse.ui, |
|---|
| 8 | org.eclipse.core.runtime, |
|---|
| 9 | org.eclipse.core.resources, |
|---|
| 10 | org.eclipse.cdt.core, |
|---|
| 11 | org.eclipse.cdt.managedbuilder.core, |
|---|
| 12 | org.eclipse.ui.console, |
|---|
| 13 | org.eclipse.jface.text, |
|---|
| 14 | org.eclipse.ui.editors, |
|---|
| 15 | org.eclipse.ui.ide, |
|---|
| 16 | org.eclipse.core.filesystem |
|---|
| 17 | Eclipse-LazyStart: true |
|---|
| 18 | Bundle-ClassPath: jython2.2.1/jython.jar, . |
|---|