carbidecpp22devenv/features/org.eclipse.emf.workspace_1.3.0.v200901271819-35-8s733L366A4F6E/feature.xml
changeset 4 4764c8c88759
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/carbidecpp22devenv/features/org.eclipse.emf.workspace_1.3.0.v200901271819-35-8s733L366A4F6E/feature.xml	Fri Dec 04 09:58:04 2009 -0600
@@ -0,0 +1,68 @@
+<?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>