carbidecpp22devenv/features/org.eclipse.emf.validation_1.3.0.v200902052232-478-9oB55W58BQ8QBB/feature.xml
changeset 4 4764c8c88759
equal deleted inserted replaced
3:7ee884bf767e 4:4764c8c88759
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3 /**
       
     4  * <copyright>
       
     5  *
       
     6  * Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc. and others.
       
     7  * All rights reserved.   This program and the accompanying materials
       
     8  * are made available under the terms of the Eclipse Public License v1.0
       
     9  * which accompanies this distribution, and is available at
       
    10  * http://www.eclipse.org/legal/epl-v10.html
       
    11  *
       
    12  * Contributors:
       
    13  *   IBM - Initial API and implementation
       
    14  *   Zeligsoft - Bug 263879
       
    15  *
       
    16  * </copyright>
       
    17  */
       
    18 -->
       
    19 <feature
       
    20       id="org.eclipse.emf.validation"
       
    21       label="%featureName"
       
    22       version="1.3.0.v200902052232-478-9oB55W58BQ8QBB"
       
    23       provider-name="%providerName"
       
    24       image="modeling32.png">
       
    25 
       
    26    <description url="http://www.eclipse.org/modeling/emf/?project=validation">
       
    27       %description
       
    28    </description>
       
    29 
       
    30    <copyright url="http://www.eclipse.org/legal/epl-v10.html">
       
    31       Copyright (c) 2005, 2009 IBM Corporation, Zeligsoft Inc. and others.
       
    32 All rights reserved.   This program and the accompanying materials
       
    33 are made available under the terms of the Eclipse Public License v1.0
       
    34 which accompanies this distribution, and is available at
       
    35 http://www.eclipse.org/legal/epl-v10.html
       
    36    </copyright>
       
    37 
       
    38    <license url="%licenseURL">
       
    39       %license
       
    40    </license>
       
    41 
       
    42    <url>
       
    43       <update label="%updateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
       
    44       <discovery label="%updateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
       
    45    </url>
       
    46 
       
    47    <requires>
       
    48       <import plugin="org.eclipse.core.expressions" version="3.2.0" match="compatible"/>
       
    49       <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
       
    50       <import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/>
       
    51       <import plugin="org.eclipse.ui" version="3.2.0" match="compatible"/>
       
    52       <import plugin="org.eclipse.ui.console" version="3.1.100" match="compatible"/>
       
    53       <import plugin="org.eclipse.ui.ide" version="3.2.0" match="compatible"/>
       
    54       <import plugin="org.eclipse.emf.ecore" version="2.3.0" match="compatible"/>
       
    55       <import plugin="org.eclipse.emf.edit" version="2.3.0" match="compatible"/>
       
    56    </requires>
       
    57 
       
    58    <plugin
       
    59          id="org.eclipse.emf.validation"
       
    60          download-size="0"
       
    61          install-size="0"
       
    62          version="1.3.0.v200901271722"
       
    63          unpack="false"/>
       
    64 
       
    65    <plugin
       
    66          id="org.eclipse.emf.validation.ui"
       
    67          download-size="0"
       
    68          install-size="0"
       
    69          version="1.3.0.v200901271722"
       
    70          unpack="false"/>
       
    71 
       
    72    <plugin
       
    73          id="org.eclipse.emf.validation.ui.ide"
       
    74          download-size="0"
       
    75          install-size="0"
       
    76          version="1.3.0.v200901271722"
       
    77          unpack="false"/>
       
    78 
       
    79 </feature>