carbidecpp22devenv/features/org.eclipse.gmf.examples.pde_1.2.0.v20090114-0940-318Z8s733L3D4B14H53/feature.xml
changeset 4 4764c8c88759
equal deleted inserted replaced
3:7ee884bf767e 4:4764c8c88759
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <feature
       
     3       id="org.eclipse.gmf.examples.pde"
       
     4       label="%featureName"
       
     5       version="1.2.0.v20090114-0940-318Z8s733L3D4B14H53"
       
     6       provider-name="%providerName"
       
     7       plugin="org.eclipse.gmf.examples">
       
     8 
       
     9    <description url="http://www.eclipse.org/gmf">
       
    10       %description
       
    11    </description>
       
    12 
       
    13    <copyright url="http://www.eclipse.org/legal/epl-v10.html">
       
    14       Copyright (c) 2002-2005 Borland Software Corporation and others.
       
    15 All rights reserved.   This program and the accompanying materials
       
    16 are made available under the terms of the Eclipse Public License v1.0
       
    17 which accompanies this distribution, and is available at
       
    18 http://www.eclipse.org/legal/epl-v10.html
       
    19    </copyright>
       
    20 
       
    21    <license url="%licenseURL">
       
    22       %license
       
    23    </license>
       
    24 
       
    25    <url>
       
    26       <update label="%updateSiteName" url="http://download.eclipse.org/modeling/gmf/updates/releases/"/>
       
    27    </url>
       
    28 
       
    29    <requires>
       
    30       <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
       
    31       <import plugin="org.eclipse.ui" version="3.2.0" match="compatible"/>
       
    32       <import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/>
       
    33       <import plugin="org.eclipse.ui.ide" version="3.2.0" match="compatible"/>
       
    34    </requires>
       
    35 
       
    36    <plugin
       
    37          id="org.eclipse.gmf.examples.ui.pde"
       
    38          download-size="0"
       
    39          install-size="0"
       
    40          version="1.2.0.v20090403-1720"
       
    41          unpack="false"/>
       
    42 
       
    43    <plugin
       
    44          id="org.eclipse.gmf.examples"
       
    45          download-size="0"
       
    46          install-size="0"
       
    47          version="1.0.100.v20090615-0700"
       
    48          unpack="false"/>
       
    49 
       
    50 </feature>