Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 85ec817b5470cc0bfe462ae763da9182ef02f23e (plain) (tree)
1
2
3
4
5
6
7
8
9





                                             

                                                               
                                                                   





                                                                     
                                          

                

                               

              
             

                                                          
 



                                                     
             
                                                    

                           
              





                                                                              
                                                                    
                                                                                                       

               
           
<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.papyrus.extra.feature"
      label="%featureName"
      version="0.10.0.qualifier"
      provider-name="%providerName">

   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2008-2013 CEA LIST, Atos Origin, Conselleria de
Infraestructuras y Transporte, Generalitat de la Comunitat Valenciana
and others 
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>

   <includes
         id="org.eclipse.papyrus.extra.migration.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.papyrus.uml.export.feature"
         version="0.0.0"/>

   <includes
         id="org.eclipse.papyrus.extra.cdo.feature"
         version="0.0.0"/>

   <requires>
      <import feature="org.eclipse.papyrus.extra.diagramtemplate.feature"/>
      <import feature="org.eclipse.papyrus.extra.infra.gmfdiag.css.feature"/>
      <import feature="org.eclipse.papyrus.extra.layout.feature"/>
      <import feature="org.eclipse.papyrus.extra.marte.feature"/>
      <import feature="org.eclipse.papyrus.extra.marte.properties.feature"/>
      <import feature="org.eclipse.papyrus.extra.marte.textedit.feature"/>
      <import feature="org.eclipse.papyrus.extra.eastadl.feature"/>
      <import feature="org.eclipse.papyrus.extra.dsml.validation.feature" version="0.10.0.qualifier"/>
   </requires>

</feature>

Back to the top