Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9ad85d1e04a8b2768f0f858be0a31b0f1d38e774 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.wst.jsdt.debug.rhino.tests;singleton:=true
Bundle-Version: 1.0.400.qualifier
Require-Bundle: org.eclipse.core.runtime,
 org.junit;bundle-version="3.8.2",
 org.eclipse.wst.jsdt.debug.core,
 org.eclipse.wst.jsdt.debug.rhino,
 org.eclipse.wst.jsdt.debug.rhino.debugger,
 org.mozilla.javascript;bundle-version="1.7.2",
 org.eclipse.wst.jsdt.debug.transport,
 org.eclipse.jface.text
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Vendor: %Bundle-Vendor
Export-Package: org.eclipse.wst.jsdt.debug.rhino.tests;x-internal:=true

Back to the top