initial commit
diff --git a/org.eclipse.emf.refactor.generator.feature/.project b/org.eclipse.emf.refactor.examples.henshin.feature/.project
similarity index 83%
copy from org.eclipse.emf.refactor.generator.feature/.project
copy to org.eclipse.emf.refactor.examples.henshin.feature/.project
index f39972a..4808513 100644
--- a/org.eclipse.emf.refactor.generator.feature/.project
+++ b/org.eclipse.emf.refactor.examples.henshin.feature/.project
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.emf.refactor.generator.feature</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.FeatureBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.FeatureNature</nature>
-	</natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+	<name>org.eclipse.emf.refactor.examples.henshin.feature</name>

+	<comment></comment>

+	<projects>

+	</projects>

+	<buildSpec>

+		<buildCommand>

+			<name>org.eclipse.pde.FeatureBuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+	</buildSpec>

+	<natures>

+		<nature>org.eclipse.pde.FeatureNature</nature>

+	</natures>

+</projectDescription>

diff --git a/org.eclipse.emf.refactor.examples.henshin.feature/build.properties b/org.eclipse.emf.refactor.examples.henshin.feature/build.properties
new file mode 100644
index 0000000..c1c3ba4
--- /dev/null
+++ b/org.eclipse.emf.refactor.examples.henshin.feature/build.properties
@@ -0,0 +1,4 @@
+bin.includes = feature.xml,\
+               build.properties
+src.includes = build.properties,\
+               feature.xml
diff --git a/org.eclipse.emf.refactor.generator.feature/feature.xml b/org.eclipse.emf.refactor.examples.henshin.feature/feature.xml
similarity index 81%
copy from org.eclipse.emf.refactor.generator.feature/feature.xml
copy to org.eclipse.emf.refactor.examples.henshin.feature/feature.xml
index 31aa4b9..d868168 100644
--- a/org.eclipse.emf.refactor.generator.feature/feature.xml
+++ b/org.eclipse.emf.refactor.examples.henshin.feature/feature.xml
@@ -1,23 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.eclipse.emf.refactor.generator.feature"
-      label="EMF Refactor - Generator (Incubation)"
-      version="0.6.0.qualifier"
-      provider-name="Eclipse Modeling Project">
-
-   <description>
-      EMF Refactor - Generator (Incubation)
-   </description>
-
-   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
+<?xml version="1.0" encoding="UTF-8"?>

+<feature

+      id="org.eclipse.emf.refactor.examples.henshin.feature"

+      label="EMF Refactor - Examples Henshin (Incubation)"

+      version="0.7.0"

+      provider-name="Eclipse Modeling Project">

+

+   <description>

+      EMF Refactor - Examples Henshin (Incubation)

+   </description>

+

+   <copyright url="http://www.eclipse.org/legal/epl-v10.html">

       Copyright (c) 2010 Philipps University in Marburg 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="license.html">
+http://www.eclipse.org/legal/epl-v10.html

+   </copyright>

+

+   <license url="http://www.eclipse.org/legal/epl-v10.html">

       ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT
 March 17, 2005
 
@@ -113,29 +113,58 @@
 regulations and policies concerning the import, possession, or use,
 and re-export of encryption software, to see if this is permitted.
 
-Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
-   </license>
-
-   <url>
-      <update label="Eclipse Modeling Framework Technologies (EMFT) Updates" url="http://www.eclipse.org/modeling/emft/updates/"/>
-      <discovery label="Eclipse Modeling Framework Technologies (EMFT) Updates" url="http://www.eclipse.org/modeling/emft/updates/"/>
-   </url>
-
-   <requires>
-      <import plugin="org.eclipse.ui"/>
-      <import plugin="org.eclipse.core.runtime"/>
-      <import plugin="org.eclipse.core.resources" version="3.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.jdt.core" version="3.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.ecore" version="2.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.codegen" version="2.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ui.ide"/>
-   </requires>
-
-   <plugin
-         id="org.eclipse.emf.refactor.generator"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
+Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n

+   </license>

+

+   <requires>

+      <import plugin="org.eclipse.ui"/>

+      <import plugin="org.eclipse.core.runtime"/>

+      <import plugin="org.eclipse.emf.ecore"/>

+      <import plugin="org.eclipse.emf.ecore.change"/>

+      <import plugin="org.eclipse.ltk.core.refactoring"/>

+      <import plugin="org.eclipse.ltk.ui.refactoring"/>

+   </requires>

+

+   <plugin

+         id="org.eclipse.emf.refactor.metrics.ecore.henshin"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.metrics.uml24.henshin"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.refactorings.ecore.henshin"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.refactorings.uml24.henshin"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.smells.ecore.henshin"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.smells.uml24.henshin"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+</feature>

diff --git a/org.eclipse.emf.refactor.generator.feature/.project b/org.eclipse.emf.refactor.examples.ocl.feature/.project
similarity index 84%
copy from org.eclipse.emf.refactor.generator.feature/.project
copy to org.eclipse.emf.refactor.examples.ocl.feature/.project
index f39972a..ba2d7b3 100644
--- a/org.eclipse.emf.refactor.generator.feature/.project
+++ b/org.eclipse.emf.refactor.examples.ocl.feature/.project
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.emf.refactor.generator.feature</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.FeatureBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.FeatureNature</nature>
-	</natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+	<name>org.eclipse.emf.refactor.examples.ocl.feature</name>

+	<comment></comment>

+	<projects>

+	</projects>

+	<buildSpec>

+		<buildCommand>

+			<name>org.eclipse.pde.FeatureBuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+	</buildSpec>

+	<natures>

+		<nature>org.eclipse.pde.FeatureNature</nature>

+	</natures>

+</projectDescription>

diff --git a/org.eclipse.emf.refactor.examples.ocl.feature/build.properties b/org.eclipse.emf.refactor.examples.ocl.feature/build.properties
new file mode 100644
index 0000000..c1c3ba4
--- /dev/null
+++ b/org.eclipse.emf.refactor.examples.ocl.feature/build.properties
@@ -0,0 +1,4 @@
+bin.includes = feature.xml,\
+               build.properties
+src.includes = build.properties,\
+               feature.xml
diff --git a/org.eclipse.emf.refactor.generator.feature/feature.xml b/org.eclipse.emf.refactor.examples.ocl.feature/feature.xml
similarity index 84%
rename from org.eclipse.emf.refactor.generator.feature/feature.xml
rename to org.eclipse.emf.refactor.examples.ocl.feature/feature.xml
index 31aa4b9..eb0f525 100644
--- a/org.eclipse.emf.refactor.generator.feature/feature.xml
+++ b/org.eclipse.emf.refactor.examples.ocl.feature/feature.xml
@@ -1,23 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.eclipse.emf.refactor.generator.feature"
-      label="EMF Refactor - Generator (Incubation)"
-      version="0.6.0.qualifier"
-      provider-name="Eclipse Modeling Project">
-
-   <description>
-      EMF Refactor - Generator (Incubation)
-   </description>
-
-   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
+<?xml version="1.0" encoding="UTF-8"?>

+<feature

+      id="org.eclipse.emf.refactor.examples.ocl.feature"

+      label="EMF Refactor - Examples OCL (Incubation)"

+      version="0.7.0"

+      provider-name="Eclipse Modeling Project">

+

+   <description>

+      EMF Refactor - Examples OCL (Incubation)

+   </description>

+

+   <copyright url="http://www.eclipse.org/legal/epl-v10.html">

       Copyright (c) 2010 Philipps University in Marburg 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="license.html">
+http://www.eclipse.org/legal/epl-v10.html

+   </copyright>

+

+   <license url="http://www.eclipse.org/legal/epl-v10.html">

       ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT
 March 17, 2005
 
@@ -113,29 +113,54 @@
 regulations and policies concerning the import, possession, or use,
 and re-export of encryption software, to see if this is permitted.
 
-Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
-   </license>
-
-   <url>
-      <update label="Eclipse Modeling Framework Technologies (EMFT) Updates" url="http://www.eclipse.org/modeling/emft/updates/"/>
-      <discovery label="Eclipse Modeling Framework Technologies (EMFT) Updates" url="http://www.eclipse.org/modeling/emft/updates/"/>
-   </url>
-
-   <requires>
-      <import plugin="org.eclipse.ui"/>
-      <import plugin="org.eclipse.core.runtime"/>
-      <import plugin="org.eclipse.core.resources" version="3.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.jdt.core" version="3.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.ecore" version="2.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.codegen" version="2.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ui.ide"/>
-   </requires>
-
-   <plugin
-         id="org.eclipse.emf.refactor.generator"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
+Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n

+   </license>

+

+   <requires>

+      <import plugin="org.eclipse.ui"/>

+      <import plugin="org.eclipse.core.runtime"/>

+   </requires>

+

+   <plugin

+         id="org.eclipse.emf.refactor.metrics.ecore.ocl"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.metrics.uml24.ocl"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.refactorings.ecore.ocl"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.refactorings.uml24.ocl"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.smells.ecore.ocl"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.smells.uml24.ocl"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+</feature>

diff --git a/org.eclipse.emf.refactor.generator.feature/build.properties b/org.eclipse.emf.refactor.generator.feature/build.properties
deleted file mode 100644
index ff22230..0000000
--- a/org.eclipse.emf.refactor.generator.feature/build.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-bin.includes = feature.xml,\
-               build.properties
-src.includes = feature.xml,\
-               build.properties
diff --git a/org.eclipse.emf.refactor.generator.feature/.project b/org.eclipse.emf.refactor.ocl.feature/.project
similarity index 85%
rename from org.eclipse.emf.refactor.generator.feature/.project
rename to org.eclipse.emf.refactor.ocl.feature/.project
index f39972a..a097c4c 100644
--- a/org.eclipse.emf.refactor.generator.feature/.project
+++ b/org.eclipse.emf.refactor.ocl.feature/.project
@@ -1,17 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.emf.refactor.generator.feature</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.FeatureBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.FeatureNature</nature>
-	</natures>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+	<name>org.eclipse.emf.refactor.ocl.feature</name>

+	<comment></comment>

+	<projects>

+	</projects>

+	<buildSpec>

+		<buildCommand>

+			<name>org.eclipse.pde.FeatureBuilder</name>

+			<arguments>

+			</arguments>

+		</buildCommand>

+	</buildSpec>

+	<natures>

+		<nature>org.eclipse.pde.FeatureNature</nature>

+	</natures>

+</projectDescription>

diff --git a/org.eclipse.emf.refactor.ocl.feature/build.properties b/org.eclipse.emf.refactor.ocl.feature/build.properties
new file mode 100644
index 0000000..c1c3ba4
--- /dev/null
+++ b/org.eclipse.emf.refactor.ocl.feature/build.properties
@@ -0,0 +1,4 @@
+bin.includes = feature.xml,\
+               build.properties
+src.includes = build.properties,\
+               feature.xml
diff --git a/org.eclipse.emf.refactor.generator.feature/feature.xml b/org.eclipse.emf.refactor.ocl.feature/feature.xml
similarity index 82%
copy from org.eclipse.emf.refactor.generator.feature/feature.xml
copy to org.eclipse.emf.refactor.ocl.feature/feature.xml
index 31aa4b9..e992e2a 100644
--- a/org.eclipse.emf.refactor.generator.feature/feature.xml
+++ b/org.eclipse.emf.refactor.ocl.feature/feature.xml
@@ -1,23 +1,24 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.eclipse.emf.refactor.generator.feature"
-      label="EMF Refactor - Generator (Incubation)"
-      version="0.6.0.qualifier"
-      provider-name="Eclipse Modeling Project">
-
-   <description>
-      EMF Refactor - Generator (Incubation)
-   </description>
-
-   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
-      Copyright (c) 2010 Philipps University in Marburg and others. 
-All rights reserved. This program and the accompanying materials are made 
+<?xml version="1.0" encoding="UTF-8"?>

+<feature

+      id="org.eclipse.emf.refactor.ocl.feature"

+      label="EMF Refactor - OCL Adapter (Incubation)"

+      version="0.7.0"

+      provider-name="Eclipse Modeling Project">

+

+   <description>

+      EMF Refactor - OCL Adapter (Incubation)

+   </description>

+

+   <copyright url="http://www.eclipse.org/legal/epl-v10.html">

+      Copyright (c) 2012 Philipps University in Marburg 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="license.html">
+http://www.eclipse.org/legal/epl-v10.html

+   </copyright>

+

+   <license url="http://www.eclipse.org/legal/epl-v10.html">

       ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT
 March 17, 2005
 
@@ -113,29 +114,41 @@
 regulations and policies concerning the import, possession, or use,
 and re-export of encryption software, to see if this is permitted.
 
-Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
-   </license>
-
-   <url>
-      <update label="Eclipse Modeling Framework Technologies (EMFT) Updates" url="http://www.eclipse.org/modeling/emft/updates/"/>
-      <discovery label="Eclipse Modeling Framework Technologies (EMFT) Updates" url="http://www.eclipse.org/modeling/emft/updates/"/>
-   </url>
-
-   <requires>
-      <import plugin="org.eclipse.ui"/>
-      <import plugin="org.eclipse.core.runtime"/>
-      <import plugin="org.eclipse.core.resources" version="3.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.jdt.core" version="3.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.ecore" version="2.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.codegen" version="2.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ui.ide"/>
-   </requires>
-
-   <plugin
-         id="org.eclipse.emf.refactor.generator"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>
+Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n

+   </license>

+

+   <requires>

+      <import plugin="org.eclipse.ui"/>

+      <import plugin="org.eclipse.core.runtime"/>

+      <import plugin="org.eclipse.core.resources" version="3.8.0" match="greaterOrEqual"/>

+      <import plugin="org.eclipse.jdt.core" version="3.8.1" match="greaterOrEqual"/>

+      <import plugin="org.eclipse.emf.ecore" version="2.8.1" match="greaterOrEqual"/>

+      <import plugin="org.eclipse.ocl" version="3.2.1" match="greaterOrEqual"/>

+      <import plugin="org.eclipse.ocl.ecore" version="3.2.0" match="greaterOrEqual"/>

+      <import plugin="org.eclipse.emf.refactor.metrics" version="0.7.0" match="greaterOrEqual"/>

+      <import plugin="org.eclipse.emf.refactor.metrics.generator" version="0.7.0" match="greaterOrEqual"/>

+      <import plugin="org.eclipse.emf.codegen" version="2.8.0" match="greaterOrEqual"/>

+   </requires>

+

+   <plugin

+         id="org.eclipse.emf.refactor.metrics.ocl"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.refactoring.ocl"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+   <plugin

+         id="org.eclipse.emf.refactor.smells.ocl"

+         download-size="0"

+         install-size="0"

+         version="0.0.0"

+         unpack="false"/>

+

+</feature>

diff --git a/org.eclipse.emf.refactor.runtime.feature/.project b/org.eclipse.emf.refactor.runtime.feature/.project
deleted file mode 100644
index 7429db3..0000000
--- a/org.eclipse.emf.refactor.runtime.feature/.project
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>org.eclipse.emf.refactor.runtime.feature</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.pde.FeatureBuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.pde.FeatureNature</nature>
-	</natures>
-</projectDescription>
diff --git a/org.eclipse.emf.refactor.runtime.feature/build.properties b/org.eclipse.emf.refactor.runtime.feature/build.properties
deleted file mode 100644
index ff22230..0000000
--- a/org.eclipse.emf.refactor.runtime.feature/build.properties
+++ /dev/null
@@ -1,4 +0,0 @@
-bin.includes = feature.xml,\
-               build.properties
-src.includes = feature.xml,\
-               build.properties
diff --git a/org.eclipse.emf.refactor.runtime.feature/feature.xml b/org.eclipse.emf.refactor.runtime.feature/feature.xml
deleted file mode 100644
index f848375..0000000
--- a/org.eclipse.emf.refactor.runtime.feature/feature.xml
+++ /dev/null
@@ -1,156 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
-      id="org.eclipse.emf.refactor.runtime.feature"
-      label="EMF Refactor - Runtime (Incubation)"
-      version="0.6.0.qualifier"
-      provider-name="Eclipse Modeling Project">
-
-   <description>
-      EMF Refactor - Runtime (Incubation)
-   </description>
-
-   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
-      Copyright (c) 2010 Philipps University in Marburg 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="license.html">
-      ECLIPSE FOUNDATION SOFTWARE USER AGREEMENT
-March 17, 2005
-
-Usage Of Content
-
-THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION 
-AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY &quot;CONTENT&quot;).
-USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS
-AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR
-NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU
-AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT
-AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS
-OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE
-TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS
-OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED
-BELOW, THEN YOU MAY NOT USE THE CONTENT.
-
-Applicable Licenses
-
-Unless otherwise indicated, all Content made available by the Eclipse Foundation
-is provided to you under the terms and conditions of the Eclipse Public
-License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is provided with this
-Content and is also available at http://www.eclipse.org/legal/epl-v10.html.
-For purposes of the EPL, &quot;Program&quot; will mean the Content.
-
-Content includes, but is not limited to, source code, object code,
-documentation and other files maintained in the Eclipse.org CVS
-repository (&quot;Repository&quot;) in CVS modules (&quot;Modules&quot;) and made available
-as downloadable archives (&quot;Downloads&quot;).
-
-   - Content may be structured and packaged into modules to facilitate delivering,
-     extending, and upgrading the Content. Typical modules may include plug-ins (&quot;Plug-ins&quot;),
-     plug-in fragments (&quot;Fragments&quot;), and features (&quot;Features&quot;).
-   - Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java ARchive)
-     in a directory named &quot;plugins&quot;.
-   - A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material.
-     Each Feature may be packaged as a sub-directory in a directory named &quot;features&quot;.
-     Within a Feature, files named &quot;feature.xml&quot; may contain a list of the names and version
-     numbers of the Plug-ins and/or Fragments associated with that Feature.
-   - Features may also include other Features (&quot;Included Features&quot;). Within a Feature, files
-     named &quot;feature.xml&quot; may contain a list of the names and version numbers of Included Features.
-
-Features may also include other Features (&quot;Included Features&quot;). Files named
-&quot;feature.xml&quot; may contain a list of the names and version numbers of
-Included Features.
-
-The terms and conditions governing Plug-ins and Fragments should be
-contained in files named &quot;about.html&quot; (&quot;Abouts&quot;). The terms and
-conditions governing Features and Included Features should be contained
-in files named &quot;license.html&quot; (&quot;Feature Licenses&quot;). Abouts and Feature
-Licenses may be located in any directory of a Download or Module
-including, but not limited to the following locations:
-
-   - The top-level (root) directory
-   - Plug-in and Fragment directories
-   - Inside Plug-ins and Fragments packaged as JARs
-   - Sub-directories of the directory named &quot;src&quot; of certain Plug-ins
-   - Feature directories
-
-Note: if a Feature made available by the Eclipse Foundation is installed using the
-Eclipse Update Manager, you must agree to a license (&quot;Feature Update
-License&quot;) during the installation process. If the Feature contains
-Included Features, the Feature Update License should either provide you
-with the terms and conditions governing the Included Features or inform
-you where you can locate them. Feature Update Licenses may be found in
-the &quot;license&quot; property of files named &quot;feature.properties&quot;. Such Abouts,
-Feature Licenses and Feature Update Licenses contain the terms and
-conditions (or references to such terms and conditions) that govern your
-use of the associated Content in that directory.
-
-THE ABOUTS, FEATURE LICENSES AND FEATURE UPDATE LICENSES MAY REFER
-TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS.
-SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):
-
-    - Common Public License Version 1.0 (available at http://www.eclipse.org/legal/cpl-v10.html)
-    - Apache Software License 1.1 (available at http://www.apache.org/licenses/LICENSE)
-    - Apache Software License 2.0 (available at http://www.apache.org/licenses/LICENSE-2.0)
-    - IBM Public License 1.0 (available at http://oss.software.ibm.com/developerworks/opensource/license10.html)
-    - Metro Link Public License 1.00 (available at http://www.opengroup.org/openmotif/supporters/metrolink/license.html)
-    - Mozilla Public License Version 1.1 (available at http://www.mozilla.org/MPL/MPL-1.1.html)
-
-IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR
-TO USE OF THE CONTENT. If no About, Feature License or Feature Update License
-is provided, please contact the Eclipse Foundation to determine what terms and conditions
-govern that particular Content.
-
-Cryptography
-
-Content may contain encryption software. The country in which you are
-currently may have restrictions on the import, possession, and use,
-and/or re-export to another country, of encryption software. BEFORE
-using any encryption software, please check the country&apos;s laws,
-regulations and policies concerning the import, possession, or use,
-and re-export of encryption software, to see if this is permitted.
-
-Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United States, other countries, or both.\n
-   </license>
-
-   <url>
-      <update label="Eclipse Modeling Framework Technologies (EMFT) Updates" url="http://www.eclipse.org/modeling/emft/updates/"/>
-      <discovery label="Eclipse Modeling Framework Technologies (EMFT) Updates" url="http://www.eclipse.org/modeling/emft/updates/"/>
-   </url>
-
-   <requires>
-      <import plugin="org.eclipse.ui"/>
-      <import plugin="org.eclipse.core.resources" version="3.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.core.runtime"/>
-      <import plugin="org.eclipse.emf.compare" version="1.1.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.compare.diff" version="1.1.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.compare.match" version="1.1.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.compare.ui" version="1.1.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.ecore" version="2.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.ecore.change" version="2.5.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.edit" version="2.6.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.refactor.common" version="0.5.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.emf.transaction" version="1.4.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ltk.ui.refactoring" version="3.5.0" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ltk.core.refactoring" version="3.5.100" match="greaterOrEqual"/>
-      <import plugin="org.eclipse.ui.ide"/>
-   </requires>
-
-   <plugin
-         id="org.eclipse.emf.refactor.runtime"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-   <plugin
-         id="org.eclipse.emf.refactor.common"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
-
-</feature>