home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / features / org.eclipse.pde.source_3.1.1 / feature.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-09-29  |  596 b   |  15 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <feature primary="false"  provider-name="%providerName"    label="%featureName"  image="eclipse_update_120.jpg" id="org.eclipse.pde.source"  version="3.1.1">
  3.     <description >
  4.         %description
  5.     </description>
  6.     <license url="%licenseURL">
  7.         %license
  8.     </license>
  9.     <url>
  10.         <update label="%updateSiteName" url="http://update.eclipse.org/updates/3.0"/>
  11.         <discovery label="%updateSiteName" url="http://update.eclipse.org/updates/3.0"/>
  12.     </url>
  13.     <plugin    fragment="false"  download-size="0" install-size="0" id="org.eclipse.pde.source" version="3.1.1"/>
  14. </feature>
  15.