|
|
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|
|
Bundle-ManifestVersion: 2
|
|
|
Bundle-Name: %pluginName
|
|
|
Bundle-SymbolicName: ua.ansymo.HintCO;singleton:=true
|
|
|
-Bundle-Version: 0.0.0.1
|
|
|
+Bundle-Version: 0.0.1
|
|
|
Bundle-ClassPath: .,
|
|
|
lib/commons-compress-1.18.jar,
|
|
|
lib/commons-io-2.6.jar,
|
|
|
@@ -24,14 +24,9 @@ Export-Package: ua.ansymo.hintco,
|
|
|
ua.ansymo.hintco.impl,
|
|
|
ua.ansymo.hintco.util
|
|
|
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.14.0",
|
|
|
- com.google.guava,
|
|
|
+ org.eclipse.emf.ecore;visibility:=reexport,
|
|
|
org.eclipse.xtext.xbase.lib,
|
|
|
org.eclipse.emf.ecore.xcore.lib,
|
|
|
- org.eclipse.xtend.lib,
|
|
|
- org.eclipse.xtend.lib.macro,
|
|
|
org.junit;bundle-version="4.12.0",
|
|
|
- org.eclipse.xtext.xbase;bundle-version="2.15.0",
|
|
|
- org.eclipse.emf.common;bundle-version="2.14.0",
|
|
|
- org.eclipse.emf.ecore;bundle-version="2.14.0";visibility:=reexport,
|
|
|
org.eclipse.emf.ecore.xmi;bundle-version="2.14.0"
|
|
|
Bundle-ActivationPolicy: lazy
|