Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2013-10-21 14:38:08 +0000
committerCamille Letavernier2013-10-21 14:39:54 +0000
commit1f1d9cdf477451904a10e10405c8d716b8c60719 (patch)
treea09cf2976122ba58ccc18d76e9e71340226bf87d
parent39a68b7c3ca5dc2efdad5f6d40da2d077e66b439 (diff)
downloadorg.eclipse.papyrus-1f1d9cdf477451904a10e10405c8d716b8c60719.tar.gz
org.eclipse.papyrus-1f1d9cdf477451904a10e10405c8d716b8c60719.tar.xz
org.eclipse.papyrus-1f1d9cdf477451904a10e10405c8d716b8c60719.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
-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