Browse Source

exporting API for FI

Claudio Gomes 6 years ago
parent
commit
48415f4cb6
2 changed files with 3 additions and 2 deletions
  1. 1 1
      HintCO/.classpath
  2. 2 1
      HintCO/META-INF/MANIFEST.MF

+ 1 - 1
HintCO/.classpath

@@ -16,7 +16,7 @@
 		</attributes>
 	</classpathentry>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry kind="lib" path="lib/fmi2.jar" sourcepath="lib/fmi2-sources.zip"/>
+	<classpathentry exported="true" kind="lib" path="lib/fmi2.jar" sourcepath="lib/fmi2-sources.zip"/>
 	<classpathentry kind="lib" path="lib/jnifmuapi.jar" sourcepath="lib/jnifmuapi-sources.jar"/>
 	<classpathentry kind="lib" path="lib/slf4j-api.jar" sourcepath="lib/slf4j-api-sources.jar"/>
 	<classpathentry kind="lib" path="lib/slf4j-simple.jar" sourcepath="lib/slf4j-simple-sources.jar"/>

+ 2 - 1
HintCO/META-INF/MANIFEST.MF

@@ -20,7 +20,8 @@ Bundle-Localization: plugin
 Automatic-Module-Name: ua.ansymo.HintCO
 Main-Class: ua.ansymo.hintco.Main
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: ua.ansymo.hintco,
+Export-Package: org.intocps.fmi,
+ ua.ansymo.hintco,
  ua.ansymo.hintco.impl,
  ua.ansymo.hintco.util
 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.14.0",