Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: a64c3ab23511eb89758eef6e71a19e0f8eafa7ac (plain) (tree)






























                                                                                                                                                                             
         
<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.alf.sdk" label="%featureName" provider-name="%providerName" version="1.2.0.qualifier">

   <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 '::' 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
http://www.eclipse.org/legal/epl-v10.html
   </copyright>

   <license url="%licenseURL">
      %license
   </license>

   <plugin download-size="0" id="org.eclipse.papyrus.uml.alf" install-size="0" unpack="false" version="0.0.0"/>

   <plugin download-size="0" id="org.eclipse.papyrus.uml.alf.ui" install-size="0" unpack="false" version="0.0.0"/>

</feature>

Back to the top