<?xml version="1.0" encoding="UTF-8"?>

<toolkits>
	
	<!-- SWT -->
	<toolkit
        name="SWT"
		id="org.eclipse.swt"
		icon="toolkit_swt.png"
		providerName="Eclipse.org"
		licenseDescription="EPL"
		moreInfoURL="http://www.eclipse.org/swt/">
		
		<description>This WindowBuilder toolkit allows you to build user interfaces with the Standard Widget Toolkit (SWT) from Eclipse.</description>
		
		<updateSite 
			version="[3.6,3.7)"
			url="http://download.eclipse.org/windowbuilder/WB/integration/3.6"
			auxurl="http://download.eclipse.org/releases/helios">
            <feature id="org.eclipse.wb.rcp.feature"/>
		</updateSite>
		
        <updateSite 
            version="[3.7,5.0)"
            url="http://download.eclipse.org/windowbuilder/WB/integration/3.7"
            auxurl="http://download.eclipse.org/releases/indigo">
            <feature id="org.eclipse.wb.rcp.feature"/>
        </updateSite>
	</toolkit>
	
	<!-- Swing -->
	<toolkit
        name="Swing"
		id="org.eclipse.swing"
		icon="toolkit_swing.png"
		providerName="Eclipse.org"
		licenseDescription="EPL">
		
		<description>This WindowBuilder toolkit allows you to build user interfaces with Java's Swing GUI framework.</description>

        <updateSite 
            version="[3.6,3.7)"
            url="http://download.eclipse.org/windowbuilder/WB/integration/3.6">
            <feature id="org.eclipse.wb.swing.feature"/>
        </updateSite>
        
        <updateSite 
            version="[3.7,5.0)"
            url="http://download.eclipse.org/windowbuilder/WB/integration/3.7">
            <feature id="org.eclipse.wb.swing.feature"/>
        </updateSite>
	</toolkit>
	
    <!-- eRCP -->
    <toolkit
        name="eRCP"
        id="org.eclipse.ercp"
        icon="toolkit_ercp.png"
        providerName="Eclipse.org"
        licenseDescription="EPL"
        os="win32"
        moreInfoURL="http://www.eclipse.org/ercp/">
        
        <description>This WindowBuilder toolkit allows you to build user interfaces with Eclipse's embedded Rich Client Platform (eRCP) framework. eRCP targets embedded devices.</description>

        <updateSite 
            version="[3.6,3.7)"
            url="http://download.eclipse.org/windowbuilder/WB/integration/3.6"
            auxurl="http://download.eclipse.org/releases/helios">
            <feature id="org.eclipse.wb.ercp.feature"/>
        </updateSite>
        
        <updateSite 
            version="[3.7,5.0)"
            url="http://download.eclipse.org/windowbuilder/WB/integration/3.7"
            auxurl="http://download.eclipse.org/releases/indigo">
            <feature id="org.eclipse.wb.ercp.feature"/>
        </updateSite>
    </toolkit>
    
    <!-- XWT -->
    <toolkit
        name="XWT"
        id="org.eclipse.xwt"
        icon="toolkit_xwt.png"
        providerName="Eclipse.org"
        licenseDescription="EPL"
        moreInfoURL="http://wiki.eclipse.org/E4/XWT">
        
        <description>This WindowBuilder toolkit allows you to build user interfaces with the XML Windowing Toolkit (XWT) UI framework.</description>

        <updateSite 
            version="[3.6,3.7)"
            url="http://download.eclipse.org/windowbuilder/WB/integration/3.6"
            auxurl="http://download.eclipse.org/releases/helios">
            <feature id="org.eclipse.wb.xwt.feature"/>
        </updateSite>
        
        <updateSite 
            version="[3.7,5.0)"
            url="http://download.eclipse.org/windowbuilder/WB/integration/3.7"
            auxurl="http://download.eclipse.org/releases/indigo">
            <feature id="org.eclipse.wb.xwt.feature"/>
        </updateSite>
    </toolkit>
    
	<!-- GWT -->
	<toolkit
        name="GWT"
        title="GWT / Google Plugin for Eclipse"
		id="com.google.gwt"
		icon="toolkit_gwt.png"
		providerName="Google, Inc."
		moreInfoURL="http://code.google.com/eclipse/index.html">
		
		<description>The Google Plugin for Eclipse provides support for building projects with the Google Web Toolkit and Google APIs, as well as integration with Google Project Hosting and App Engine.</description>
    
		<updateSite version="[3.6,3.7)" url="http://dl.google.com/eclipse/plugin/3.6"
		    auxurl="http://download.eclipse.org/releases/helios">
            <feature id="com.google.gdt.eclipse.suite.e36.feature"/>
            <feature id="com.google.gwt.eclipse.sdkbundle.e36.feature" optional="true"/>
            <feature id="com.google.appengine.eclipse.sdkbundle.e36.feature" optional="true"/>
		</updateSite>
		
		<updateSite version="[3.7,3.8)" url="http://dl.google.com/eclipse/plugin/3.7"
		    auxurl="http://download.eclipse.org/releases/indigo">
            <feature id="com.google.gdt.eclipse.suite.e37.feature"/>
            <feature id="com.google.gwt.eclipse.sdkbundle.e37.feature" optional="true"/>
            <feature id="com.google.appengine.eclipse.sdkbundle.e37.feature" optional="true"/>
		</updateSite>
	</toolkit>

</toolkits>
