The LSB Eclipse Plugin Composition
From ISP_RAS
[edit]
LSB Eclipse Plugin Structure
LSB Eclipse Plugin consists of the following components:
- Plug-in Project (org.linuxfoundation.cdt.lsb):
- src/org/linuxfoundation/cdt/lsb/* - java-classes that work with Linux AppChecker and implement other plug-in extensions.
- plugin.xml, META-INF/MANIFEST.MF - plug-in manifest that contains LSB Tool-chain and other plug-in extensions.
- .classpath, .project, build.properties, .settings/org.eclipse.jdt.core.prefs - Eclipse project's settings.
- icons/sample.gif - icon for plug-in.
- Feature Project (org.linuxfoundation.cdt):
- feature.xml - feature manifest.
- .project, build.properties - Eclipse project's settings.
- epl-v10.html - Eclipse Public License - v 1.0.
- Update Site Project (lsb-eclipse-plugin):
- site.xml - update site manifest.
- .project - Eclipse project's settings.
[edit]
Source Files
- lsb-eclipse-plugin - The Eclipse project of LSB Eclipse Plugin (requires Eclipse Ganymede 3.4, JRE 1.5.0 and CDT 4.0 or greater)