Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2009-10-12 18:52:37 +0000
committerslewis2009-10-12 18:52:37 +0000
commitd26910114a26002cf9184799baf7077742f1f663 (patch)
treea343081f21faa094cec934c494d82e6a71287e93
parentc5b20d233572696de599e65c2a479ba2d253c0e7 (diff)
downloadorg.eclipse.ecf-d26910114a26002cf9184799baf7077742f1f663.tar.gz
org.eclipse.ecf-d26910114a26002cf9184799baf7077742f1f663.tar.xz
org.eclipse.ecf-d26910114a26002cf9184799baf7077742f1f663.zip
Changed properties values, added examples to map and feature
-rw-r--r--server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/META-INF/MANIFEST.MF4
-rw-r--r--server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/bundle.properties18
-rw-r--r--server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/DistributedEventAdminMessage.java15
-rw-r--r--server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java15
4 files changed, 28 insertions, 24 deletions
diff --git a/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/META-INF/MANIFEST.MF b/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/META-INF/MANIFEST.MF
index c4141caa4..76a5b7701 100644
--- a/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/META-INF/MANIFEST.MF
+++ b/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/META-INF/MANIFEST.MF
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: ECF Distributed EventAdmin Service
+Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.ecf.remoteservice.eventadmin
Bundle-Version: 1.0.0.qualifier
-Bundle-Vendor: Eclipse.org-ECF
+Bundle-Vendor: %bundleProvider
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
J2SE-1.4
Bundle-Localization: bundle
diff --git a/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/bundle.properties b/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/bundle.properties
index de1d72435..39824ae75 100644
--- a/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/bundle.properties
+++ b/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/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
+# Composent, Inc. - initial API and implementation
+################################################################################
+bundleName=ECF Distributed EventAdmin
bundleProvider=Eclipse.org - ECF \ No newline at end of file
diff --git a/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/DistributedEventAdminMessage.java b/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/DistributedEventAdminMessage.java
index 5a1f679e3..41e97438e 100644
--- a/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/DistributedEventAdminMessage.java
+++ b/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/internal/remoteservice/eventadmin/DistributedEventAdminMessage.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) 2004, 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.internal.remoteservice.eventadmin;
import java.io.NotSerializableException;
diff --git a/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java b/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java
index 8d2f8751c..cbf38daac 100644
--- a/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.java
+++ b/server-side/bundles/org.eclipse.ecf.remoteservice.eventadmin/src/org/eclipse/ecf/remoteservice/eventadmin/DistributedEventAdmin.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.remoteservice.eventadmin;
import java.io.IOException;

Back to the top