Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2010-04-07 03:58:02 +0000
committerslewis2010-04-07 03:58:02 +0000
commit7877ac4db6a5ccfc7caa51d62180cfc01ba2cbaa (patch)
treed0fde67b602df0a5d0a1fcaf64ec1ebbe4f748b7
parentad6225fd7a295e37317986b743d01fb15caac41d (diff)
downloadorg.eclipse.ecf-7877ac4db6a5ccfc7caa51d62180cfc01ba2cbaa.tar.gz
org.eclipse.ecf-7877ac4db6a5ccfc7caa51d62180cfc01ba2cbaa.tar.xz
org.eclipse.ecf-7877ac4db6a5ccfc7caa51d62180cfc01ba2cbaa.zip
Update to feature metadata
-rw-r--r--releng/features/org.eclipse.ecf.eventadmin.examples.feature/feature.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/releng/features/org.eclipse.ecf.eventadmin.examples.feature/feature.xml b/releng/features/org.eclipse.ecf.eventadmin.examples.feature/feature.xml
index 4c3258846..45f9f2f1a 100644
--- a/releng/features/org.eclipse.ecf.eventadmin.examples.feature/feature.xml
+++ b/releng/features/org.eclipse.ecf.eventadmin.examples.feature/feature.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.ecf.eventadmin.examples.feature"
- label="%featureName"
+ label="ECF EventAdmin Examples"
version="1.0.0.qualifier"
provider-name="%providerName">
@@ -10,7 +10,7 @@
</description>
<copyright>
- ##########################################################################
+#################################################
# Copyright (c) 2010 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
@@ -18,7 +18,7 @@
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors: Composent, Inc. - initial API and implementation
-##########################################################################
+#################################################
</copyright>
<license url="%licenseURL">

Back to the top