Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcmraidha2011-07-13 16:32:30 +0000
committercmraidha2011-07-13 16:32:30 +0000
commita688fb28c5456dfb94c400ee6002a887679e7992 (patch)
tree3b4bff12af2f27b6a31c08987f244f70ef66f28a /extraplugins/alf
parent05dca7345b63921ae55051465c665adfec54f809 (diff)
downloadorg.eclipse.papyrus-a688fb28c5456dfb94c400ee6002a887679e7992.tar.gz
org.eclipse.papyrus-a688fb28c5456dfb94c400ee6002a887679e7992.tar.xz
org.eclipse.papyrus-a688fb28c5456dfb94c400ee6002a887679e7992.zip
[releng] alf feature name changed.
Diffstat (limited to 'extraplugins/alf')
-rw-r--r--extraplugins/alf/alfFeature/.project2
-rw-r--r--extraplugins/alf/alfFeature/feature.xml28
2 files changed, 15 insertions, 15 deletions
diff --git a/extraplugins/alf/alfFeature/.project b/extraplugins/alf/alfFeature/.project
index 0baf212f4c5..7c7d71beef3 100644
--- a/extraplugins/alf/alfFeature/.project
+++ b/extraplugins/alf/alfFeature/.project
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>alfFeature</name>
+ <name>org.eclipse.papyrus.alf.sdk-feature</name>
<comment></comment>
<projects>
</projects>
diff --git a/extraplugins/alf/alfFeature/feature.xml b/extraplugins/alf/alfFeature/feature.xml
index 3bc45f3676e..9c171d57374 100644
--- a/extraplugins/alf/alfFeature/feature.xml
+++ b/extraplugins/alf/alfFeature/feature.xml
@@ -2,27 +2,27 @@
<feature
id="org.eclipse.papyrus.alf.sdk"
label="%featureName"
- version="0.8.0.qualifier"
+ version="0.9.0.qualifier"
provider-name="%providerName">
<description>
- This feature includes:
-- an implementation of a parser and semantic checker for the OMG standard Alf Beta 1
-- A textual editor for operation signatures and bodies based on the Alf Parser/Semantic checker
-
-Known limitations:
-- Only symbol &apos;::&apos; is available for qualified names
-- No semantic validation for sequence operations
-- No semantic validation for link operations
+ This feature includes:
+- an implementation of a parser and semantic checker for the OMG standard Alf Beta 1
+- A textual editor for operation signatures and bodies based on the Alf Parser/Semantic checker
+
+Known limitations:
+- Only symbol &apos;::&apos; is available for qualified names
+- No semantic validation for sequence operations
+- No semantic validation for link operations
- No semantic validation for template bindings
</description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2011 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) 2011 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