root/platform/eclipse/sabotter/trunk/jp.xet.sabotter.eclipse/META-INF/MANIFEST.MF @ 15781

Revision 15781, 1.0 kB (checked in by yamashiro, 5 years ago)

Tabの保存の仕組みがうまくいくようにして保存

  • Property svn:mime-type set to text/plain
Line 
1Manifest-Version: 1.0
2Bundle-ManifestVersion: 2
3Bundle-Name: %pluginName
4Bundle-SymbolicName: jp.xet.sabotter.eclipse;singleton:=true
5Bundle-Version: 0.0.2.qualifier
6Bundle-Activator: jp.xet.sabotter.eclipse.SabotterPlugin
7Bundle-Vendor: %providerName
8Require-Bundle: org.eclipse.core.runtime,
9 org.eclipse.core.net,
10 org.eclipse.ui,
11 jp.xet.sabotter.core
12Eclipse-LazyStart: true
13Bundle-ClassPath: .,
14 lib/xstream-1.3.jar
15Export-Package: jp.xet.sabotter.eclipse,
16 jp.xet.sabotter.eclipse.action,
17 jp.xet.sabotter.eclipse.action.dialog,
18 jp.xet.sabotter.eclipse.exception,
19 jp.xet.sabotter.eclipse.extension,
20 jp.xet.sabotter.eclipse.extension.filter,
21 jp.xet.sabotter.eclipse.extension.filter.impl,
22 jp.xet.sabotter.eclipse.extension.service,
23 jp.xet.sabotter.eclipse.extension.view,
24 jp.xet.sabotter.eclipse.helper,
25 jp.xet.sabotter.eclipse.manager,
26 jp.xet.sabotter.eclipse.preferences,
27 jp.xet.sabotter.eclipse.views,
28 jp.xet.sabotter.eclipse.views.listeners
29Bundle-RequiredExecutionEnvironment: J2SE-1.5
30Bundle-Localization: plugin
31Eclipse-BuddyPolicy: registered
Note: See TracBrowser for help on using the browser.