Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ecdfabfaad1536667e500c86f737dd28e1269ab1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tml.linuxtools.base;singleton:=true
Bundle-Version: 0.1.0
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.tml.linuxtools.network,
 org.eclipse.tml.linuxtools.tools,
 org.eclipse.tml.linuxtools.ui,
 org.eclipse.tml.linuxtools.utilities
Require-Bundle: org.eclipse.tml.common.utilities;bundle-version="0.2.0",
 org.eclipse.ui,
 org.eclipse.core.runtime

Back to the top