Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Mollik2018-03-16 11:16:58 +0000
committerRalf Mollik2018-03-16 11:16:58 +0000
commit4275112163216b78a10b7c21bbe420a519bbc387 (patch)
tree6d0c0c866586cc9bfc0160e9fa250294a2e950a3
parenta264d79cdf8a3afee73e3f7b34c078604879998b (diff)
downloadorg.eclipse.osbp.fork.uomo-4275112163216b78a10b7c21bbe420a519bbc387.tar.gz
org.eclipse.osbp.fork.uomo-4275112163216b78a10b7c21bbe420a519bbc387.tar.xz
org.eclipse.osbp.fork.uomo-4275112163216b78a10b7c21bbe420a519bbc387.zip
one more place to add unit-api-0.6.1.jar
-rw-r--r--bundles/org.eclipse.uomo.business/.classpath1
-rw-r--r--bundles/org.eclipse.uomo.business/META-INF/MANIFEST.MF6
-rw-r--r--bundles/org.eclipse.uomo.business/lib/README3
-rw-r--r--bundles/org.eclipse.uomo.business/lib/unit-api-0.6.1.jarbin0 -> 30879 bytes
4 files changed, 7 insertions, 3 deletions
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-SymbolicName: org.eclipse.uomo.business
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

Back to the top