Skip to main content
summaryrefslogtreecommitdiffstats
blob: b9425307fea671369b943be40aea99b73b04e0ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jpt.gen.tests
Bundle-Version: 2.0.0
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
 org.eclipse.jdt.core;bundle-version="3.4.0",
 org.eclipse.jpt.utility;bundle-version="1.2.0",
 org.eclipse.jpt.db;bundle-version="1.1.1",
 org.eclipse.jpt.gen;bundle-version="1.1.0",
 org.junit;bundle-version="3.8.2"

Back to the top