one more place to add unit-api-0.6.1.jar
diff --git a/bundles/org.eclipse.uomo.business/.classpath b/bundles/org.eclipse.uomo.business/.classpath index 27c73cf..19b7bd2 100644 --- a/bundles/org.eclipse.uomo.business/.classpath +++ b/bundles/org.eclipse.uomo.business/.classpath
@@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> + <classpathentry exported="true" kind="lib" path="lib/unit-api-0.6.1.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> <classpathentry kind="src" path="src/main/java/"/>
diff --git a/bundles/org.eclipse.uomo.business/META-INF/MANIFEST.MF b/bundles/org.eclipse.uomo.business/META-INF/MANIFEST.MF index 727044e..aa1f292 100644 --- a/bundles/org.eclipse.uomo.business/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.uomo.business/META-INF/MANIFEST.MF
@@ -5,9 +5,9 @@ Bundle-Version: 0.6.0.qualifier Bundle-Vendor: Eclipse OSBP Require-Bundle: org.eclipse.uomo.core;bundle-version="0.6.0", - org.eclipse.uomo.units;bundle-version="0.5.0", - org.unitsofmeasurement.unit-api;bundle-version="0.6.1" + org.eclipse.uomo.units;bundle-version="0.5.0" Bundle-RequiredExecutionEnvironment: JavaSE-1.6 Import-Package: org.eclipse.osgi.util;version="1.1.0" Bundle-ClassPath: ., - lib/icu4j-50_1_1.jar + lib/icu4j-50_1_1.jar, + lib/unit-api-0.6.1.jar
diff --git a/bundles/org.eclipse.uomo.business/lib/README b/bundles/org.eclipse.uomo.business/lib/README new file mode 100644 index 0000000..9edcad5 --- /dev/null +++ b/bundles/org.eclipse.uomo.business/lib/README
@@ -0,0 +1,3 @@ +This jar file is included here because it cannot be downloaded from a public p2 repository at this time. + +If this file is included in Orbit - it can be removed. \ No newline at end of file
diff --git a/bundles/org.eclipse.uomo.business/lib/unit-api-0.6.1.jar b/bundles/org.eclipse.uomo.business/lib/unit-api-0.6.1.jar new file mode 100644 index 0000000..af84a8a --- /dev/null +++ b/bundles/org.eclipse.uomo.business/lib/unit-api-0.6.1.jar Binary files differ