Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VE/Installing"

< VE
m (add catgs)
(reformat page and add section re: ehecht.com)
Line 1: Line 1:
Step by step installation of VE. Please edit me and add the steps. Thank!
+
This document contains tips and suggestions for installing VE 1.3 for Eclipse 3.3. Nothing on this page is officially supported and is subject to change without notice.
  
'''Contributed by Chris Dolan:''' (on behalf of Avid Technology Inc.)
+
There are three contributed ways to install VE:
 +
 
 +
 
 +
== ehecht.com ==
 +
 
 +
* See http://www.ehecht.com/eclipse_ve/ve.html
 +
 
 +
 
 +
== Chris Dolan (on behalf of Avid Technology Inc.) ==
  
 
I got it to work once I figured out the JEM stuff.  In the end, these are the steps that worked for me.
 
I got it to work once I figured out the JEM stuff.  In the end, these are the steps that worked for me.
Line 7: Line 15:
 
Note: These are likely not the minimal steps, just one working solution.
 
Note: These are likely not the minimal steps, just one working solution.
  
 +
=== Uninstall old VE ===
 
#Fully uninstall any old version of VE or JEM (not just disable)
 
#Fully uninstall any old version of VE or JEM (not just disable)
#via the Europa update site, install prerequisites for WTP:
+
 
 +
=== Install WTP Prereqs ===
 +
#Via the Europa update site, install prerequisites for WTP:
 
#*org.eclipse.datatools
 
#*org.eclipse.datatools
 
#*org.eclipse.wst
 
#*org.eclipse.wst
 
#*org.eclipse.jst
 
#*org.eclipse.jst
 
#*org.eclipse.jpt
 
#*org.eclipse.jpt
#Install the 3.0M1 milestone release of WTP SDK, which is the authoritative source of JEM 2.0.0:
+
 
 +
=== Install the 3.0M1 milestone release of WTP SDK, which is the authoritative source of JEM 2.0.0 ===
 
##Go to http://download.eclipse.org/webtools/downloads/
 
##Go to http://download.eclipse.org/webtools/downloads/
 
##Click the 3.0M1 build
 
##Click the 3.0M1 build
Line 23: Line 35:
 
##Click "Add an Extension Location"
 
##Click "Add an Extension Location"
 
##Select the WTP "eclipse" subdir from above
 
##Select the WTP "eclipse" subdir from above
#Install the build of VE:
+
 
 +
=== Install VE From SourceForge ===
 
##Go to http://sourceforge.net/project/showfiles.php?group_id=131065&package_id=154855
 
##Go to http://sourceforge.net/project/showfiles.php?group_id=131065&package_id=154855
 
##Click "Visual Editor patched as in bug 202562"
 
##Click "Visual Editor patched as in bug 202562"
Line 34: Line 47:
 
##Click "Add an Extension Location"
 
##Click "Add an Extension Location"
 
##Select the VE "eclipse" subdir from above
 
##Select the VE "eclipse" subdir from above
#You will likely be prompted to restart Eclipse, do so.
+
 
 +
===Restart Eclipse===
 
#*If that fails, try restarting Eclipse with the [[Graphical Eclipse FAQs#I have just installed a plug-in but I do not see any indication of it in my workspace. What do I do.3F|-clean argument]].
 
#*If that fails, try restarting Eclipse with the [[Graphical Eclipse FAQs#I have just installed a plug-in but I do not see any indication of it in my workspace. What do I do.3F|-clean argument]].
  
  
Slightly more minamilistic: (contributed by Daniel Young)
+
== Daniel Young ==
 +
 
 +
===Setup / Downloads===
  
 
Instead of installing the prerequisites for wtp or wtp itself
 
Instead of installing the prerequisites for wtp or wtp itself
Line 46: Line 62:
  
 
* All feature.properties should look like this:
 
* All feature.properties should look like this:
featureName=Java EMF Model
+
featureName=Java EMF Model
providerName=Eclipse.org
+
providerName=Eclipse.org
updateSiteName=Visual Editor update site
+
updateSiteName=Visual Editor update site
  
 
* featureName should be changed in each file e.g. featurename=Java EMF Model - BeanInfo
 
* featureName should be changed in each file e.g. featurename=Java EMF Model - BeanInfo
 +
 +
===Revise feature.xml files===
  
 
*Paste the following into the relevant feature.xml file
 
*Paste the following into the relevant feature.xml file
  
'''org.eclipse.jem_2.0.0.v200705302225'''
+
====org.eclipse.jem_2.0.0.v200705302225====
  
 
<pre>
 
<pre>
Line 64: Line 82:
 
       provider-name="%providerName"
 
       provider-name="%providerName"
 
       image="eclipse_update_120.jpg">
 
       image="eclipse_update_120.jpg">
 
 
   <description>
 
   <description>
 
       %description
 
       %description
 
   </description>
 
   </description>
 
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
       Copyright (c) 2002-2007 IBM Corporation and others.
 
       Copyright (c) 2002-2007 IBM Corporation and others.
Line 76: Line 92:
 
http://www.eclipse.org/legal/epl-v10.html
 
http://www.eclipse.org/legal/epl-v10.html
 
   </copyright>
 
   </copyright>
 
 
   <license url="%licenseURL">
 
   <license url="%licenseURL">
 
       %license
 
       %license
 
   </license>
 
   </license>
 
 
   <url>
 
   <url>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
   </url>
 
   </url>
 
+
  <requires>
<requires>
+
 
       <import plugin="org.eclipse.emf.ecore.xmi"/>
 
       <import plugin="org.eclipse.emf.ecore.xmi"/>
 
       <import plugin="org.eclipse.jem.proxy"/>
 
       <import plugin="org.eclipse.jem.proxy"/>
 
       <import plugin="org.eclipse.core.runtime"/>
 
       <import plugin="org.eclipse.core.runtime"/>
 
       <import plugin="org.eclipse.jem.util"/>
 
       <import plugin="org.eclipse.jem.util"/>
  </requires>
+
  </requires>
 
+
 
   <plugin
 
   <plugin
 
         id="org.eclipse.jem"
 
         id="org.eclipse.jem"
Line 99: Line 111:
 
         version="2.0.0.v200705302225"
 
         version="2.0.0.v200705302225"
 
         unpack="false"/>
 
         unpack="false"/>
</feature>
+
</feature></pre>
</pre>
+
  
'''org.eclipse.jem.workbench_2.0.0.v200705302225'''
+
====org.eclipse.jem.workbench_2.0.0.v200705302225====
  
 
<pre><?xml version="1.0" encoding="UTF-8"?>
 
<pre><?xml version="1.0" encoding="UTF-8"?>
Line 111: Line 122:
 
       provider-name="%providerName"
 
       provider-name="%providerName"
 
       image="eclipse_update_120.jpg">
 
       image="eclipse_update_120.jpg">
 
 
   <description>
 
   <description>
 
       %description
 
       %description
 
   </description>
 
   </description>
 
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
       Copyright (c) 2002-2007 IBM Corporation and others.
 
       Copyright (c) 2002-2007 IBM Corporation and others.
Line 123: Line 132:
 
http://www.eclipse.org/legal/epl-v10.html
 
http://www.eclipse.org/legal/epl-v10.html
 
   </copyright>
 
   </copyright>
 
 
   <license url="%licenseURL">
 
   <license url="%licenseURL">
 
       %license
 
       %license
 
   </license>
 
   </license>
 
 
   <url>
 
   <url>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
   </url>
 
   </url>
 
+
  <requires>
<requires>
+
 
       <import plugin="org.eclipse.jem"/>
 
       <import plugin="org.eclipse.jem"/>
 
       <import plugin="org.eclipse.jdt.core"/>
 
       <import plugin="org.eclipse.jdt.core"/>
Line 140: Line 146:
 
       <import plugin="org.eclipse.core.runtime"/>
 
       <import plugin="org.eclipse.core.runtime"/>
 
       <import plugin="org.eclipse.jem.util"/>
 
       <import plugin="org.eclipse.jem.util"/>
  </requires>
+
  </requires>
 
+
 
   <plugin
 
   <plugin
 
         id="org.eclipse.jem.workbench"
 
         id="org.eclipse.jem.workbench"
Line 148: Line 153:
 
         version="2.0.0.v200705302225"
 
         version="2.0.0.v200705302225"
 
         unpack="false"/>
 
         unpack="false"/>
 
 
 
 
</feature></pre>
 
</feature></pre>
  
'''org.eclipse.jem.util_2.0.0.v200708131600'''
+
====org.eclipse.jem.util_2.0.0.v200708131600====
  
 
<pre><?xml version="1.0" encoding="UTF-8"?>
 
<pre><?xml version="1.0" encoding="UTF-8"?>
Line 161: Line 164:
 
       provider-name="%providerName"
 
       provider-name="%providerName"
 
       image="eclipse_update_120.jpg">
 
       image="eclipse_update_120.jpg">
 
 
   <description>
 
   <description>
 
       %description
 
       %description
 
   </description>
 
   </description>
 
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
       Copyright (c) 2002-2007 IBM Corporation and others.
 
       Copyright (c) 2002-2007 IBM Corporation and others.
Line 173: Line 174:
 
http://www.eclipse.org/legal/epl-v10.html
 
http://www.eclipse.org/legal/epl-v10.html
 
   </copyright>
 
   </copyright>
 
 
   <license url="%licenseURL">
 
   <license url="%licenseURL">
 
       %license
 
       %license
 
   </license>
 
   </license>
 
 
   <url>
 
   <url>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
   </url>
 
   </url>
 
+
  <requires>
  <requires>
+
 
       <import plugin="org.eclipse.core.runtime"/>
 
       <import plugin="org.eclipse.core.runtime"/>
 
       <import plugin="org.eclipse.core.resources"/>
 
       <import plugin="org.eclipse.core.resources"/>
Line 189: Line 187:
 
       <import plugin="org.eclipse.emf.ecore.xmi"/>
 
       <import plugin="org.eclipse.emf.ecore.xmi"/>
 
       <import plugin="com.ibm.icu"/>
 
       <import plugin="com.ibm.icu"/>
  </requires>
+
  </requires>
 
+
 
+
 
   <plugin
 
   <plugin
 
         id="org.eclipse.jem.util"
 
         id="org.eclipse.jem.util"
Line 198: Line 194:
 
         version="2.0.0.v200708131600"
 
         version="2.0.0.v200708131600"
 
         unpack="false"/>
 
         unpack="false"/>
 
 
 
 
</feature></pre>
 
</feature></pre>
  
'''org.eclipse.jem.ui_2.0.0.v200705302225'''
+
====org.eclipse.jem.ui_2.0.0.v200705302225====
  
 
<pre><?xml version="1.0" encoding="UTF-8"?>
 
<pre><?xml version="1.0" encoding="UTF-8"?>
Line 211: Line 205:
 
       provider-name="%providerName"
 
       provider-name="%providerName"
 
       image="eclipse_update_120.jpg">
 
       image="eclipse_update_120.jpg">
 
 
   <description>
 
   <description>
 
       %description
 
       %description
 
   </description>
 
   </description>
 
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
       Copyright (c) 2002-2007 IBM Corporation and others.
 
       Copyright (c) 2002-2007 IBM Corporation and others.
Line 223: Line 215:
 
http://www.eclipse.org/legal/epl-v10.html
 
http://www.eclipse.org/legal/epl-v10.html
 
   </copyright>
 
   </copyright>
 
 
   <license url="%licenseURL">
 
   <license url="%licenseURL">
 
       %license
 
       %license
 
   </license>
 
   </license>
 
 
   <url>
 
   <url>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
   </url>
 
   </url>
 
+
  <requires>
<requires>
+
 
     <import plugin="org.eclipse.jdt.core"/>
 
     <import plugin="org.eclipse.jdt.core"/>
 
<import plugin="org.eclipse.ui"/>
 
<import plugin="org.eclipse.ui"/>
Line 246: Line 235:
 
<import plugin="org.eclipse.core.runtime"/>
 
<import plugin="org.eclipse.core.runtime"/>
 
<import plugin="org.eclipse.ui.editors"/>
 
<import plugin="org.eclipse.ui.editors"/>
  </requires>
+
  </requires>
 
+
 
+
 
   <plugin
 
   <plugin
 
         id="org.eclipse.jem.ui"
 
         id="org.eclipse.jem.ui"
Line 255: Line 242:
 
         version="2.0.0.v200705302225"
 
         version="2.0.0.v200705302225"
 
         unpack="false"/>
 
         unpack="false"/>
 
 
 
 
</feature></pre>
 
</feature></pre>
  
 
+
====org.eclipse.jem.proxy_2.0.0.v200705302225====
'''org.eclipse.jem.proxy_2.0.0.v200705302225'''
+
  
 
<pre><?xml version="1.0" encoding="UTF-8"?>
 
<pre><?xml version="1.0" encoding="UTF-8"?>
Line 269: Line 253:
 
       provider-name="%providerName"
 
       provider-name="%providerName"
 
       image="eclipse_update_120.jpg">
 
       image="eclipse_update_120.jpg">
 
 
   <description>
 
   <description>
 
       %description
 
       %description
 
   </description>
 
   </description>
 
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
       Copyright (c) 2002-2007 IBM Corporation and others.
 
       Copyright (c) 2002-2007 IBM Corporation and others.
Line 281: Line 263:
 
http://www.eclipse.org/legal/epl-v10.html
 
http://www.eclipse.org/legal/epl-v10.html
 
   </copyright>
 
   </copyright>
 
 
   <license url="%licenseURL">
 
   <license url="%licenseURL">
 
       %license
 
       %license
 
   </license>
 
   </license>
 
 
   <url>
 
   <url>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
   </url>
 
   </url>
 
+
  <requires>
<requires>
+
 
     <import plugin="org.eclipse.jdt.launching"/>
 
     <import plugin="org.eclipse.jdt.launching"/>
 
<import plugin="org.eclipse.jdt.core"/>
 
<import plugin="org.eclipse.jdt.core"/>
Line 299: Line 278:
 
<import plugin="org.eclipse.core.runtime"/>
 
<import plugin="org.eclipse.core.runtime"/>
 
<import plugin="org.eclipse.ui"/>
 
<import plugin="org.eclipse.ui"/>
  </requires>
+
  </requires>
 
+
 
   <plugin
 
   <plugin
 
         id="org.eclipse.jem.proxy"
 
         id="org.eclipse.jem.proxy"
Line 307: Line 285:
 
         version="2.0.0.v200705302225"
 
         version="2.0.0.v200705302225"
 
         unpack="false"/>
 
         unpack="false"/>
 
 
 
 
</feature></pre>
 
</feature></pre>
  
 
+
====org.eclipse.jem.beaninfo_2.0.0.v200705302225====
'''org.eclipse.jem.beaninfo_2.0.0.v200705302225'''
+
  
 
<pre><?xml version="1.0" encoding="UTF-8"?>
 
<pre><?xml version="1.0" encoding="UTF-8"?>
Line 321: Line 296:
 
       provider-name="%providerName"
 
       provider-name="%providerName"
 
       image="eclipse_update_120.jpg">
 
       image="eclipse_update_120.jpg">
 
 
   <description>
 
   <description>
 
       %description
 
       %description
 
   </description>
 
   </description>
 
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
 
       Copyright (c) 2002-2007 IBM Corporation and others.
 
       Copyright (c) 2002-2007 IBM Corporation and others.
Line 333: Line 306:
 
http://www.eclipse.org/legal/epl-v10.html
 
http://www.eclipse.org/legal/epl-v10.html
 
   </copyright>
 
   </copyright>
 
 
   <license url="%licenseURL">
 
   <license url="%licenseURL">
 
       %license
 
       %license
 
   </license>
 
   </license>
 
 
   <url>
 
   <url>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <update label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
       <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
 
   </url>
 
   </url>
 
+
  <requires>
  <requires>
+
 
     <import plugin="org.eclipse.jem.proxy"/>
 
     <import plugin="org.eclipse.jem.proxy"/>
 
<import plugin="org.eclipse.jdt.core"/>
 
<import plugin="org.eclipse.jdt.core"/>
Line 353: Line 323:
 
<import plugin="org.eclipse.jem.util"/>
 
<import plugin="org.eclipse.jem.util"/>
 
<import plugin="org.eclipse.emf.ecore.change"/>
 
<import plugin="org.eclipse.emf.ecore.change"/>
  </requires>
+
  </requires>
 
+
 
+
 
   <plugin
 
   <plugin
 
         id="org.eclipse.jem.beaninfo"
 
         id="org.eclipse.jem.beaninfo"
Line 362: Line 330:
 
         version="2.0.0.v200705302225"
 
         version="2.0.0.v200705302225"
 
         unpack="false"/>
 
         unpack="false"/>
 
 
 
 
</feature></pre>
 
</feature></pre>
  
* Don't forget gef and emf-sdo
+
=== Install GEF and EMF, VE ===
* Continue with 'Install the build of VE:' above
+
 
* Restart eclipse
+
* Install GEF and EMF/SDO from the Europa site or their update sites.
 +
:* GEF: [http://download.eclipse.org/tools/gef/update-site/milestones/site.xml milestones], [http://download.eclipse.org/tools/gef/update-site/releases/site.xml releases]
 +
:* EMF/SDO: [http://download.eclipse.org/modeling/emf/updates/site.xml milestones], [http://download.eclipse.org/modeling/emf/updates/site.xml releases]
 +
* Install VE [[#Install VE From SourceForge | as above]].
  
* p.s. I tried to get this formatted nicely but was unsuccessful, if someone out there that knows how to get it looking nice it would be much appreciated.
+
=== Restart eclipse ===
  
 
[[Category:Tools_Project]] [[Category:VE]]
 
[[Category:Tools_Project]] [[Category:VE]]

Revision as of 16:08, 25 October 2007

This document contains tips and suggestions for installing VE 1.3 for Eclipse 3.3. Nothing on this page is officially supported and is subject to change without notice.

There are three contributed ways to install VE:


ehecht.com


Chris Dolan (on behalf of Avid Technology Inc.)

I got it to work once I figured out the JEM stuff. In the end, these are the steps that worked for me.

Note: These are likely not the minimal steps, just one working solution.

Uninstall old VE

  1. Fully uninstall any old version of VE or JEM (not just disable)

Install WTP Prereqs

  1. Via the Europa update site, install prerequisites for WTP:
    • org.eclipse.datatools
    • org.eclipse.wst
    • org.eclipse.jst
    • org.eclipse.jpt

Install the 3.0M1 milestone release of WTP SDK, which is the authoritative source of JEM 2.0.0

    1. Go to http://download.eclipse.org/webtools/downloads/
    2. Click the 3.0M1 build
    3. Download the wtp-sdk zip
    4. Unpack the .zip file somewhere
    5. In that extracted folder, there is an "eclipse" subdir
    6. In that subdir, create a file called ".eclipseextension"
    7. In eclipse, go to Help > Software Updates > Manage Configuration
    8. Click "Add an Extension Location"
    9. Select the WTP "eclipse" subdir from above

Install VE From SourceForge

    1. Go to http://sourceforge.net/project/showfiles.php?group_id=131065&package_id=154855
    2. Click "Visual Editor patched as in bug 202562"
    3. Click org.eclipse.visualeditor-1.3.0.200709121813.zip
    4. Unpack the .zip file somewhere
    5. In that extracted folder, there is an " org.eclipse.visualeditor-1.3.0.200709121813" subdir
    6. Rename that subdir to "eclipse"
    7. In that "eclipse" subdir, create a file called ".eclipseextension"
    8. In eclipse, go to Help > Software Updates > Manage Configuration
    9. Click "Add an Extension Location"
    10. Select the VE "eclipse" subdir from above

Restart Eclipse


Daniel Young

Setup / Downloads

Instead of installing the prerequisites for wtp or wtp itself

  • Download the 3.0M1 milestone release of WTP (the runtime is sufficient) Inside the archive under eclipse / plugins locate and extract all the org.eclipse.jem* files to your plugin folder (in your main ,extension or link folder)
  • Go to your features folder and create a folder for each file extracted (name them the same as the plugin files)
  • Inside each folder create a feature.properties and feature.xml file with the following contents:
  • All feature.properties should look like this:
featureName=Java EMF Model
providerName=Eclipse.org
updateSiteName=Visual Editor update site
  • featureName should be changed in each file e.g. featurename=Java EMF Model - BeanInfo

Revise feature.xml files

  • Paste the following into the relevant feature.xml file

org.eclipse.jem_2.0.0.v200705302225

<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jem"
      label="%featureName"
      version="2.0.0.v200705302225"
      provider-name="%providerName"
      image="eclipse_update_120.jpg">
   <description>
      %description
   </description>
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2002-2007 IBM Corporation 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/tools/gef/update-site/releases/site.xml"/>
      <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
   </url>
   <requires>
      <import plugin="org.eclipse.emf.ecore.xmi"/>
      <import plugin="org.eclipse.jem.proxy"/>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.jem.util"/>
   </requires>
   <plugin
         id="org.eclipse.jem"
         download-size="0"
         install-size="0"
         version="2.0.0.v200705302225"
         unpack="false"/>
</feature>

org.eclipse.jem.workbench_2.0.0.v200705302225

<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jem.workbench"
      label="%featureName"
      version="2.0.0.v200705302225"
      provider-name="%providerName"
      image="eclipse_update_120.jpg">
   <description>
      %description
   </description>
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2002-2007 IBM Corporation 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/tools/gef/update-site/releases/site.xml"/>
      <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
   </url>
   <requires>
      <import plugin="org.eclipse.jem"/>
      <import plugin="org.eclipse.jdt.core"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.eclipse.emf.ecore.xmi"/>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.jem.util"/>
   </requires>
   <plugin
         id="org.eclipse.jem.workbench"
         download-size="0"
         install-size="0"
         version="2.0.0.v200705302225"
         unpack="false"/>
</feature>

org.eclipse.jem.util_2.0.0.v200708131600

<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jem.util"
      label="%featureName"
      version="2.0.0.v200708131600"
      provider-name="%providerName"
      image="eclipse_update_120.jpg">
   <description>
      %description
   </description>
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2002-2007 IBM Corporation 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/tools/gef/update-site/releases/site.xml"/>
      <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
   </url>
   <requires>
      <import plugin="org.eclipse.core.runtime"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.eclipse.emf.ecore"/>
      <import plugin="org.eclipse.emf.ecore.xmi"/>
      <import plugin="com.ibm.icu"/>
   </requires>
   <plugin
         id="org.eclipse.jem.util"
         download-size="0"
         install-size="0"
         version="2.0.0.v200708131600"
         unpack="false"/>
</feature>

org.eclipse.jem.ui_2.0.0.v200705302225

<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jem.ui"
      label="%featureName"
      version="2.0.0.v200705302225"
      provider-name="%providerName"
      image="eclipse_update_120.jpg">
   <description>
      %description
   </description>
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2002-2007 IBM Corporation 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/tools/gef/update-site/releases/site.xml"/>
      <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
   </url>
   <requires>
     	<import plugin="org.eclipse.jdt.core"/>
	<import plugin="org.eclipse.ui"/>
	<import plugin="org.eclipse.jdt.ui"/>
	<import plugin="org.eclipse.jem.beaninfo"/>
	<import plugin="org.eclipse.ui.ide"/>
	<import plugin="org.eclipse.debug.ui"/>
	<import plugin="org.eclipse.jem.proxy"/>
	<import plugin="org.eclipse.jdt.launching"/>
	<import plugin="org.eclipse.jdt.debug.ui"/>
	<import plugin="org.eclipse.jem.util"/>
	<import plugin="org.eclipse.core.runtime"/>
	<import plugin="org.eclipse.ui.editors"/>
   </requires>
   <plugin
         id="org.eclipse.jem.ui"
         download-size="0"
         install-size="0"
         version="2.0.0.v200705302225"
         unpack="false"/>
</feature>

org.eclipse.jem.proxy_2.0.0.v200705302225

<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jem.proxy"
      label="%featureName"
      version="2.0.0.v200705302225"
      provider-name="%providerName"
      image="eclipse_update_120.jpg">
   <description>
      %description
   </description>
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2002-2007 IBM Corporation 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/tools/gef/update-site/releases/site.xml"/>
      <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
   </url>
  <requires>
     	<import plugin="org.eclipse.jdt.launching"/>
	<import plugin="org.eclipse.jdt.core"/>
	<import plugin="org.eclipse.debug.core"/>
	<import plugin="org.eclipse.jem.util"/>
	<import plugin="org.eclipse.pde.core"/>
	<import plugin="org.eclipse.core.runtime"/>
	<import plugin="org.eclipse.ui"/>
   </requires>
   <plugin
         id="org.eclipse.jem.proxy"
         download-size="0"
         install-size="0"
         version="2.0.0.v200705302225"
         unpack="false"/>
</feature>

org.eclipse.jem.beaninfo_2.0.0.v200705302225

<?xml version="1.0" encoding="UTF-8"?>
<feature
      id="org.eclipse.jem.beaninfo"
      label="%featureName"
      version="2.0.0.v200705302225"
      provider-name="%providerName"
      image="eclipse_update_120.jpg">
   <description>
      %description
   </description>
   <copyright url="http://www.eclipse.org/legal/epl-v10.html">
      Copyright (c) 2002-2007 IBM Corporation 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/tools/gef/update-site/releases/site.xml"/>
      <discovery label="%updateSiteName" url="http://download.eclipse.org/tools/gef/update-site/releases/site.xml"/>
   </url>
   <requires>
     	<import plugin="org.eclipse.jem.proxy"/>
	<import plugin="org.eclipse.jdt.core"/>
	<import plugin="org.eclipse.jem.workbench"/>
	<import plugin="org.eclipse.jem"/>
	<import plugin="org.eclipse.ui"/>
	<import plugin="org.eclipse.core.runtime"/>
	<import plugin="org.eclipse.debug.core"/>
	<import plugin="org.eclipse.jem.util"/>
	<import plugin="org.eclipse.emf.ecore.change"/>
   </requires>
   <plugin
         id="org.eclipse.jem.beaninfo"
         download-size="0"
         install-size="0"
         version="2.0.0.v200705302225"
         unpack="false"/>
</feature>

Install GEF and EMF, VE

  • Install GEF and EMF/SDO from the Europa site or their update sites.

Restart eclipse

Back to the top