org.eclipse.ui.tutorials.rcp.part3/part3.product

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (download) (annotate)
Fri Jul 21 17:02:53 2006 UTC (3 years, 4 months ago) by ebb
Branch: MAIN
CVS Tags: HEAD
Bug 134394: Update RCP tutorial code to match articles. This involved refreshing the projects with the contents of the zip files that came with the articles.
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.1"?>

<product name="RCP Tutorial 3" id="org.eclipse.ui.tutorials.rcp.part3.product" application="org.eclipse.ui.tutorials.rcp.part3.application" useFeatures="false">

   <aboutInfo>
      <image path="/org.eclipse.ui.tutorials.rcp.part3/product_lg.gif"/>
      <text>
         RCP Tutorial 3
Version 1.0.0
by Ed Burnette

For more information on Eclipse and the
Rich Client Platform visit:
http://www.eclipse.org

Copyrights and other legal stuff goes here.
      </text>
   </aboutInfo>

   <configIni use="default"/>

   <launcherArgs>
   </launcherArgs>

   <windowImages/>


   <launcher>
      <solaris/>
      <win useIco="false">
         <bmp/>
      </win>
   </launcher>

   <plugins>
      <plugin id="org.eclipse.core.commands"/>
      <plugin id="org.eclipse.core.expressions"/>
      <plugin id="org.eclipse.core.runtime"/>
      <plugin id="org.eclipse.help"/>
      <plugin id="org.eclipse.jface"/>
      <plugin id="org.eclipse.osgi"/>
      <plugin id="org.eclipse.swt"/>
      <plugin id="org.eclipse.swt.win32.win32.x86"/>
      <plugin id="org.eclipse.ui"/>
      <plugin id="org.eclipse.ui.tutorials.rcp.part3"/>
      <plugin id="org.eclipse.ui.workbench"/>
   </plugins>

</product>