From 18907ff3cc664024c86548687e29dc779b279b09 Mon Sep 17 00:00:00 2001 From: slewis Date: Mon, 12 Oct 2009 18:52:46 +0000 Subject: Changed properties values, added examples to map and feature --- .../bundle.properties | 18 ++++++++++-------- .../eventadmin/app/AbstractEventAdminApplication.java | 15 ++++++++------- .../examples/internal/eventadmin/app/Activator.java | 15 ++++++++------- .../eventadmin/app/EventAdminClientApplication.java | 19 ++++++++++--------- .../eventadmin/app/EventAdminManagerApplication.java | 15 ++++++++------- .../internal/eventadmin/app/TestEventHandler.java | 15 ++++++++------- .../examples/internal/eventadmin/app/TestSender.java | 15 ++++++++------- 7 files changed, 60 insertions(+), 52 deletions(-) (limited to 'examples/bundles/org.eclipse.ecf.examples.eventadmin.app') diff --git a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/bundle.properties b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/bundle.properties index 41ccdcaa4..54295b580 100644 --- a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/bundle.properties +++ b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/bundle.properties @@ -1,10 +1,12 @@ -################################################################################# -# Copyright (c) 2009 EclipseSource and others. All rights reserved. This -# program and the accompanying materials are made available under the terms of -# the Eclipse Public License v1.0 which accompanies this distribution, and is -# +################################################################################ +# Copyright (c) 2009 Composent, Inc. and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# # Contributors: -# EclipseSource - initial API and implementation -################################################################################# -bundleName=ECF RemoteServices EventAdmin Example Host +# Composent, Inc. - initial API and implementation +################################################################################ +bundleName=ECF RemoteServices Distributed EventAdmin Example Host bundleProvider=Eclipse.org - ECF \ No newline at end of file diff --git a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/AbstractEventAdminApplication.java b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/AbstractEventAdminApplication.java index d95040c49..7c9c3a0a4 100644 --- a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/AbstractEventAdminApplication.java +++ b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/AbstractEventAdminApplication.java @@ -1,12 +1,13 @@ -/******************************************************************************* - * Copyright (c) 2009 EclipseSource and others. All rights reserved. This - * program and the accompanying materials are made available under the terms of - * the Eclipse Public License v1.0 which accompanies this distribution, and is - * available at http://www.eclipse.org/legal/epl-v10.html +/**************************************************************************** + * Copyright (c) 2009 Composent, Inc. and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * EclipseSource - initial API and implementation - ******************************************************************************/ + * Composent, Inc. - initial API and implementation + *****************************************************************************/ package org.eclipse.ecf.examples.internal.eventadmin.app; import java.util.ArrayList; diff --git a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/Activator.java b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/Activator.java index 0e78c905e..6935a6538 100644 --- a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/Activator.java +++ b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/Activator.java @@ -1,12 +1,13 @@ -/******************************************************************************* - * Copyright (c) 2009 EclipseSource and others. All rights reserved. This - * program and the accompanying materials are made available under the terms of - * the Eclipse Public License v1.0 which accompanies this distribution, and is - * available at http://www.eclipse.org/legal/epl-v10.html +/**************************************************************************** + * Copyright (c) 2009 Composent, Inc. and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * EclipseSource - initial API and implementation - ******************************************************************************/ + * Composent, Inc. - initial API and implementation + *****************************************************************************/ package org.eclipse.ecf.examples.internal.eventadmin.app; import org.osgi.framework.BundleActivator; diff --git a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/EventAdminClientApplication.java b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/EventAdminClientApplication.java index 8a37d23d9..4ff651296 100644 --- a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/EventAdminClientApplication.java +++ b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/EventAdminClientApplication.java @@ -1,12 +1,13 @@ -/******************************************************************************* -* Copyright (c) 2009 EclipseSource and others. All rights reserved. This -* program and the accompanying materials are made available under the terms of -* the Eclipse Public License v1.0 which accompanies this distribution, and is -* available at http://www.eclipse.org/legal/epl-v10.html -* -* Contributors: -* EclipseSource - initial API and implementation -******************************************************************************/ +/**************************************************************************** + * Copyright (c) 2009 Composent, Inc. and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * Composent, Inc. - initial API and implementation + *****************************************************************************/ package org.eclipse.ecf.examples.internal.eventadmin.app; import java.util.Properties; diff --git a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/EventAdminManagerApplication.java b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/EventAdminManagerApplication.java index 7281edc3f..e2750cf57 100644 --- a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/EventAdminManagerApplication.java +++ b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/EventAdminManagerApplication.java @@ -1,12 +1,13 @@ -/******************************************************************************* - * Copyright (c) 2009 EclipseSource and others. All rights reserved. This - * program and the accompanying materials are made available under the terms of - * the Eclipse Public License v1.0 which accompanies this distribution, and is - * available at http://www.eclipse.org/legal/epl-v10.html +/**************************************************************************** + * Copyright (c) 2009 Composent, Inc. and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * EclipseSource - initial API and implementation - ******************************************************************************/ + * Composent, Inc. - initial API and implementation + *****************************************************************************/ package org.eclipse.ecf.examples.internal.eventadmin.app; import java.util.Properties; diff --git a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/TestEventHandler.java b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/TestEventHandler.java index 1ca19a95a..dfc021758 100644 --- a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/TestEventHandler.java +++ b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/TestEventHandler.java @@ -1,12 +1,13 @@ -/******************************************************************************* - * Copyright (c) 2009 EclipseSource and others. All rights reserved. This - * program and the accompanying materials are made available under the terms of - * the Eclipse Public License v1.0 which accompanies this distribution, and is - * available at http://www.eclipse.org/legal/epl-v10.html +/**************************************************************************** + * Copyright (c) 2009 Composent, Inc. and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * EclipseSource - initial API and implementation - ******************************************************************************/ + * Composent, Inc. - initial API and implementation + *****************************************************************************/ package org.eclipse.ecf.examples.internal.eventadmin.app; import org.osgi.service.event.Event; diff --git a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/TestSender.java b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/TestSender.java index 14cc62d38..546c15706 100644 --- a/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/TestSender.java +++ b/examples/bundles/org.eclipse.ecf.examples.eventadmin.app/src/org/eclipse/ecf/examples/internal/eventadmin/app/TestSender.java @@ -1,12 +1,13 @@ -/******************************************************************************* - * Copyright (c) 2009 EclipseSource and others. All rights reserved. This - * program and the accompanying materials are made available under the terms of - * the Eclipse Public License v1.0 which accompanies this distribution, and is - * available at http://www.eclipse.org/legal/epl-v10.html +/**************************************************************************** + * Copyright (c) 2009 Composent, Inc. and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * EclipseSource - initial API and implementation - ******************************************************************************/ + * Composent, Inc. - initial API and implementation + *****************************************************************************/ package org.eclipse.ecf.examples.internal.eventadmin.app; import java.util.Map; -- cgit v1.2.3