You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
968 B
27 lines
968 B
7 years ago
|
Manifest-Version: 1.0
|
||
|
Bundle-ManifestVersion: 2
|
||
|
Bundle-Name: %pluginName
|
||
|
Bundle-SymbolicName: com.irtsaintexupery.capella2aadl
|
||
|
Bundle-Version: 1.2.2.qualifier
|
||
|
Bundle-Activator: com.irtsaintexupery.capella2aadl.Activator
|
||
|
Bundle-Vendor: %providerName
|
||
|
Bundle-Localization: plugin
|
||
|
Require-Bundle: org.eclipse.core.runtime,
|
||
|
org.polarsys.capella.core.data.gen;bundle-version="1.1.0",
|
||
|
org.eclipse.emf.ecore,
|
||
|
org.eclipse.emf.ecore.xmi,
|
||
|
org.eclipse.ocl,
|
||
|
org.eclipse.ocl.ecore,
|
||
|
org.eclipse.acceleo.common;bundle-version="3.3.0",
|
||
|
org.eclipse.acceleo.model;bundle-version="3.3.0",
|
||
|
org.eclipse.acceleo.profiler;bundle-version="3.3.0",
|
||
|
org.eclipse.acceleo.engine;bundle-version="3.3.0",
|
||
|
com.google.guava,
|
||
|
org.polarsys.capella.common.libraries.gen;bundle-version="1.1.0"
|
||
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
||
|
Bundle-ActivationPolicy: lazy
|
||
|
Eclipse-LazyStart: true
|
||
|
Export-Package: com.irtsaintexupery.capella2aadl.main,
|
||
|
com.irtsaintexupery.capella2aadl.requests
|
||
|
|