carbidecpp22devenv/features/org.eclipse.emf.workspace_1.3.0.v200901271819-35-8s733L366A4F6E/feature.xml
author cawthron
Fri, 04 Dec 2009 12:22:59 -0600
branchRCL_2_2
changeset 776 4f1404185926
parent 4 4764c8c88759
permissions -rw-r--r--
write .branch.txt to make the new head

<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * <copyright>
 *
 * Copyright (c) 2005, 2008 IBM Corporation, Zeligsoft Inc. 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
 *
 * Contributors:
 *   IBM - Initial API and implementation
 *
 * </copyright>
 */
-->
<feature
      id="org.eclipse.emf.workspace"
      label="%featureName"
      version="1.3.0.v200901271819-35-8s733L366A4F6E"
      provider-name="%providerName"
      image="modeling32.png">

   <description url="http://www.eclipse.org/modeling/emf/?project=validation">
      %description
   </description>

   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2005, 2008 IBM Corporation, Zeligsoft Inc. 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>

   <url>
      <update label="%updateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
      <discovery label="%updateSiteName" url="http://download.eclipse.org/modeling/emf/updates/"/>
   </url>

   <requires>
      <import plugin="org.eclipse.core.runtime" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.core.resources" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.core.commands" version="3.2.0" match="compatible"/>
      <import plugin="org.eclipse.emf.edit.ui" version="2.3.0" match="compatible"/>
      <import plugin="org.eclipse.emf.transaction" version="1.2.0" match="compatible"/>
   </requires>

   <plugin
         id="org.eclipse.emf.workspace"
         download-size="0"
         install-size="0"
         version="1.3.0.v200902100422"
         unpack="false"/>

   <plugin
         id="org.eclipse.emf.workspace.ui"
         download-size="0"
         install-size="0"
         version="1.3.0.v200901271819"
         unpack="false"/>

</feature>