Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-03-14 13:05:59 +0000
committercletavernie2013-03-14 13:05:59 +0000
commit5d6b53856936db77b74b1a899d312d5ba7235421 (patch)
tree27949a9996c88be4e8486277171faa31a9666b13 /features/papyrus-main-features
parentc95568ad7b6612c8a93d7090a22970a89d79c763 (diff)
downloadorg.eclipse.papyrus-5d6b53856936db77b74b1a899d312d5ba7235421.tar.gz
org.eclipse.papyrus-5d6b53856936db77b74b1a899d312d5ba7235421.tar.xz
org.eclipse.papyrus-5d6b53856936db77b74b1a899d312d5ba7235421.zip
399856: [Search] Papyrus shall provide model-aware search capability
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399856 [Trivial] Fix the UML Search feature name
Diffstat (limited to 'features/papyrus-main-features')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/feature.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/feature.xml
index 56541398dab..8bb04fc4e94 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/feature.xml
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.uml.search.feature"
- label="UM Search Feature (Incubation)"
+ label="Papyrus UML Search Feature (Incubation)"
version="0.10.0.qualifier"
provider-name="Eclipse Modeling Project">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2013 CEA LIST
-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
+ Copyright (c) 2013 CEA LIST
+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>
<license url="%licenseURL">
- %license
- </license>
+ %license
+ </license>
<plugin
id="org.eclipse.papyrus.uml.search.ui"

Back to the top