Bundle-NativeCode: hdf5_java.dll; processor=x86_64; osname=win32,
libhdf5.so.101; libhdf5_java.so; processor=x86_64; osname=linux
Require-Bundle: org.slf4j.api;bundle-version="1.7.2"
+Automatic-Module-Name: hdf.hdf5lib
Bundle-Name: http://www.simantics.org/JDBC-1.0
Bundle-SymbolicName: org.simantics.jdbc.ontology
Bundle-Version: 1.0.0.qualifier
-Bundle-Activator: org.simantics.jdbc.ontology.Activator
Require-Bundle: org.eclipse.core.runtime,
org.simantics.layer0,
org.simantics.selectionview.ontology;bundle-version="1.2.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Bundle-ActivationPolicy: lazy
-Export-Package: org.simantics.jdbc
+Export-Package: org.simantics.jdbc.ontology
+Automatic-Module-Name: org.simantics.jdbc.ontology
JDBC = <http://www.simantics.org/JDBC-1.0> : L0.Ontology
@L0.new
- L0.HasResourceClass "org.simantics.jdbc.JDBCResource"
+ L0.HasResourceClass "org.simantics.jdbc.ontology.JDBCResource"
JDBC.Session <T L0.Entity
>-- JDBC.Session.hasValue --> L0.Value <R L0.HasProperty : SEL.GenericParameterType
+++ /dev/null
-package org.simantics.jdbc.ontology;
-
-import org.osgi.framework.BundleActivator;
-import org.osgi.framework.BundleContext;
-
-public class Activator implements BundleActivator {
-
- private static BundleContext context;
-
- static BundleContext getContext() {
- return context;
- }
-
- /*
- * (non-Javadoc)
- * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
- */
- public void start(BundleContext bundleContext) throws Exception {
- Activator.context = bundleContext;
- }
-
- /*
- * (non-Javadoc)
- * @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)
- */
- public void stop(BundleContext bundleContext) throws Exception {
- Activator.context = null;
- }
-
-}
pgjdbc-ng;bundle-version="0.7.1"
Export-Package: org.simantics.jdbc,
org.simantics.jdbc.variable
+Automatic-Module-Name: org.simantics.jdbc
import org.simantics.db.layer0.util.Layer0Utils;
import org.simantics.db.layer0.variable.Variable;
import org.simantics.db.layer0.variable.Variables;
+import org.simantics.jdbc.ontology.JDBCResource;
import org.simantics.layer0.Layer0;
/**