core/com.nokia.carbide.templatewizard.tests/META-INF/MANIFEST.MF
author fturovic <frank.turovich@nokia.com>
Thu, 02 Apr 2009 15:23:07 -0500
branchRCL_2_0
changeset 25 1f39fea73e7e
parent 2 d760517a8095
child 499 25d5d03df940
permissions -rw-r--r--
updated splash for 2.0.4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
Manifest-Version: 1.0
cawthron
parents:
diff changeset
     2
Bundle-ManifestVersion: 2
cawthron
parents:
diff changeset
     3
Bundle-Name: Tests Plug-in
cawthron
parents:
diff changeset
     4
Bundle-SymbolicName: com.nokia.carbide.templatewizard.tests
cawthron
parents:
diff changeset
     5
Bundle-Version: 1.0.0
cawthron
parents:
diff changeset
     6
Bundle-Activator: com.nokia.carbide.internal.templatewizard.tests.TestsPlugin
cawthron
parents:
diff changeset
     7
Bundle-Vendor: NOKIA
cawthron
parents:
diff changeset
     8
Require-Bundle: org.eclipse.ui,
cawthron
parents:
diff changeset
     9
 org.eclipse.core.runtime,
cawthron
parents:
diff changeset
    10
 org.junit,
cawthron
parents:
diff changeset
    11
 com.nokia.carbide.templatewizard,
cawthron
parents:
diff changeset
    12
 org.eclipse.emf.common,
cawthron
parents:
diff changeset
    13
 org.eclipse.emf.ecore,
cawthron
parents:
diff changeset
    14
 org.eclipse.core.resources,
cawthron
parents:
diff changeset
    15
 com.nokia.cpp.utils.core;bundle-version="1.0.0"
cawthron
parents:
diff changeset
    16
Bundle-ActivationPolicy: lazy
cawthron
parents:
diff changeset
    17
Export-Package: com.nokia.carbide.templatewizard.tests
cawthron
parents:
diff changeset
    18
Bundle-RequiredExecutionEnvironment: J2SE-1.5