Skip to main content
summaryrefslogtreecommitdiffstats
blob: 5df986e83ef627b209fc3ff88befbc003f366343 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.uml2.ant.tests;singleton:=true
Bundle-Version: 4.2.0.qualifier
Bundle-ClassPath: uml2.ant.tests.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.junit,
 org.eclipse.core.runtime,
 org.eclipse.uml2.ant,
 org.eclipse.uml2.uml.tests,
 org.eclipse.ant.core,
 org.apache.ant
Export-Package: org.eclipse.uml2.ant.app.tests,
 org.eclipse.uml2.ant.tests

Back to the top