Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-10-21 14:38:08 +0000
committerCamille Letavernier2013-12-06 15:56:55 +0000
commitb2a1c4e3cc229b7af8dbe9b10605195fcab5125b (patch)
treee9420071b9b7c4f3e6ac1455c493ee6c58f2b023 /features
parentec40e594c539c3282f06c4318fcda53886cf80ed (diff)
downloadorg.eclipse.papyrus-b2a1c4e3cc229b7af8dbe9b10605195fcab5125b.tar.gz
org.eclipse.papyrus-b2a1c4e3cc229b7af8dbe9b10605195fcab5125b.tar.xz
org.eclipse.papyrus-b2a1c4e3cc229b7af8dbe9b10605195fcab5125b.zip
419325: Stylesheets: [appliedStereotypes~="myStereotype"] does not work
https://bugs.eclipse.org/bugs/show_bug.cgi?id=419325 Fix the name of the UML/CSS Integration feature
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.uml.diagram.css.feature/feature.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.uml.diagram.css.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.uml.diagram.css.feature/feature.xml
index 2855835b724..5cb8da49dbd 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.uml.diagram.css.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.uml.diagram.css.feature/feature.xml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.papyrus.extra.uml.diagram.css.feature"
- label="UML CSS Feature (Incubation)"
+ label="Papyrus UML CSS Feature (Incubation)"
version="0.10.1.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>

Back to the top