Skip to content
Snippets Groups Projects
Commit 88da35db authored by alfiva's avatar alfiva
Browse files

Updated project wizard to include 3.4.0

But did not increase thenumber of the plugin
parent 31f9b08f
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 28 deletions
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_6#Publishing_context_events */ * https://github.com/universAAL/platform/wiki/RD-Managing-Context-Information#Context_Publishers_and_Context_Events */
import org.osgi.framework.BundleContext; import org.osgi.framework.BundleContext;
import org.universAAL.middleware.context.ContextPublisher; import org.universAAL.middleware.context.ContextPublisher;
import org.universAAL.middleware.context.owl.ContextProvider; import org.universAAL.middleware.context.owl.ContextProvider;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_7 */ * https://github.com/universAAL/platform/wiki/RD-Managing-Context-Information#Context_Subscribers_and_Restrictions */
import org.osgi.framework.BundleContext; import org.osgi.framework.BundleContext;
import org.universAAL.middleware.context.ContextEvent; import org.universAAL.middleware.context.ContextEvent;
import org.universAAL.middleware.context.ContextEventPattern; import org.universAAL.middleware.context.ContextEventPattern;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_8 */
import org.osgi.framework.BundleContext; import org.osgi.framework.BundleContext;
import org.universAAL.middleware.input.InputPublisher; import org.universAAL.middleware.input.InputPublisher;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_8 */
import org.osgi.framework.BundleContext; import org.osgi.framework.BundleContext;
import org.universAAL.middleware.input.InputEvent; import org.universAAL.middleware.input.InputEvent;
import org.universAAL.middleware.input.InputSubscriber; import org.universAAL.middleware.input.InputSubscriber;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_8 */
import org.osgi.framework.BundleContext; import org.osgi.framework.BundleContext;
import org.universAAL.middleware.output.OutputPublisher; import org.universAAL.middleware.output.OutputPublisher;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_8 */
import org.osgi.framework.BundleContext; import org.osgi.framework.BundleContext;
import org.universAAL.middleware.output.OutputEvent; import org.universAAL.middleware.output.OutputEvent;
import org.universAAL.middleware.output.OutputEventPattern; import org.universAAL.middleware.output.OutputEventPattern;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_6#Providing_services_on_the_bus */ * https://github.com/universAAL/platform/wiki/RD-Using-Services#Service_Callees_and_Service_Profiles */
import org.osgi.framework.BundleContext; import org.osgi.framework.BundleContext;
import org.universAAL.middleware.service.ServiceCall; import org.universAAL.middleware.service.ServiceCall;
import org.universAAL.middleware.service.ServiceCallee; import org.universAAL.middleware.service.ServiceCallee;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_5#Ontologies_in_universAAL */ * https://github.com/universAAL/platform/wiki/RD-Using-Services#Service_Callees_and_Service_Profiles */
import org.universAAL.middleware.service.owls.profile.ServiceProfile; import org.universAAL.middleware.service.owls.profile.ServiceProfile;
import java.util.Hashtable; import java.util.Hashtable;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_7 */ * https://github.com/universAAL/platform/wiki/RD-Using-Services#Service_Callers_and_Service_Requests */
import org.osgi.framework.BundleContext; import org.osgi.framework.BundleContext;
import org.universAAL.middleware.service.ServiceCaller; import org.universAAL.middleware.service.ServiceCaller;
import org.universAAL.middleware.service.ServiceResponse; import org.universAAL.middleware.service.ServiceResponse;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_6#Publishing_context_events */ * https://github.com/universAAL/platform/wiki/RD-Managing-Context-Information#Context_Publishers_and_Context_Events */
import org.universAAL.middleware.container.ModuleContext; import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.context.ContextPublisher; import org.universAAL.middleware.context.ContextPublisher;
import org.universAAL.middleware.context.owl.ContextProvider; import org.universAAL.middleware.context.owl.ContextProvider;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_7 */ * https://github.com/universAAL/platform/wiki/RD-Managing-Context-Information#Context_Subscribers_and_Restrictions */
import org.universAAL.middleware.container.ModuleContext; import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.context.ContextEvent; import org.universAAL.middleware.context.ContextEvent;
import org.universAAL.middleware.context.ContextEventPattern; import org.universAAL.middleware.context.ContextEventPattern;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_8 */
import org.universAAL.middleware.container.ModuleContext; import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.input.InputPublisher; import org.universAAL.middleware.input.InputPublisher;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_8 */
import org.universAAL.middleware.container.ModuleContext; import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.input.InputEvent; import org.universAAL.middleware.input.InputEvent;
import org.universAAL.middleware.input.InputSubscriber; import org.universAAL.middleware.input.InputSubscriber;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_8 */
import org.universAAL.middleware.container.ModuleContext; import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.output.OutputPublisher; import org.universAAL.middleware.output.OutputPublisher;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_8 */
import org.universAAL.middleware.container.ModuleContext; import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.output.OutputEvent; import org.universAAL.middleware.output.OutputEvent;
import org.universAAL.middleware.output.OutputEventPattern; import org.universAAL.middleware.output.OutputEventPattern;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_6#Providing_services_on_the_bus */ * https://github.com/universAAL/platform/wiki/RD-Using-Services#Service_Callees_and_Service_Profiles */
import org.universAAL.middleware.container.ModuleContext; import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.service.ServiceCall; import org.universAAL.middleware.service.ServiceCall;
import org.universAAL.middleware.service.ServiceCallee; import org.universAAL.middleware.service.ServiceCallee;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_5#Ontologies_in_universAAL */ * https://github.com/universAAL/platform/wiki/RD-Using-Services#Service_Callees_and_Service_Profiles */
import org.universAAL.middleware.service.owls.profile.ServiceProfile; import org.universAAL.middleware.service.owls.profile.ServiceProfile;
import java.util.Hashtable; import java.util.Hashtable;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_7 */ * https://github.com/universAAL/platform/wiki/RD-Using-Services#Service_Callers_and_Service_Requests */
import org.universAAL.middleware.container.ModuleContext; import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.service.ServiceCaller; import org.universAAL.middleware.service.ServiceCaller;
import org.universAAL.middleware.service.ServiceResponse; import org.universAAL.middleware.service.ServiceResponse;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_6#Publishing_context_events */ * https://github.com/universAAL/platform/wiki/RD-Managing-Context-Information#Context_Publishers_and_Context_Events */
import org.universAAL.middleware.container.ModuleContext; import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.context.ContextPublisher; import org.universAAL.middleware.context.ContextPublisher;
import org.universAAL.middleware.context.owl.ContextProvider; import org.universAAL.middleware.context.owl.ContextProvider;
......
/*TAG:PACKAGE*/ /*TAG:PACKAGE*/
/* More on how to use this class at: /* More on how to use this class at:
* http://forge.universaal.org/wiki/support:Developer_Handbook_7 */ * https://github.com/universAAL/platform/wiki/RD-Managing-Context-Information#Context_Subscribers_and_Restrictions */
import org.universAAL.middleware.container.ModuleContext; import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.context.ContextEvent; import org.universAAL.middleware.context.ContextEvent;
import org.universAAL.middleware.context.ContextEventPattern; import org.universAAL.middleware.context.ContextEventPattern;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment